Bin Constructor Aerospike
Overload List

  NameDescription
Public methodBin(String, Value)
Constructor, specifying bin name and value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, Boolean)
Constructor, specifying bin name and boolean value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, Byte)
Constructor, specifying bin name and byte value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String,  Byte )
Constructor, specifying bin name and byte array value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, Int16)
Constructor, specifying bin name and short value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, Int32)
Constructor, specifying bin name and integer value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, Int64)
Constructor, specifying bin name and long value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, Object)
Constructor, specifying bin name and object value. This is the slowest of the Bin constructors because the type must be determined using multiple "instanceof" checks.

For servers configured as "single-bin", enter a null or empty name.

Public methodBin(String, SByte)
Constructor, specifying bin name and signed byte value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, String)
Constructor, specifying bin name and string value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, UInt16)
Constructor, specifying bin name and unsigned short value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, UInt32)
Constructor, specifying bin name and unsigned integer value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String, UInt64)
Constructor, specifying bin name and unsigned long value. For servers configured as "single-bin", enter a null or empty name.
Public methodBin(String,  Byte , Int32, Int32)
Constructor, specifying bin name and byte array segment value. For servers configured as "single-bin", enter a null or empty name.
Back to Top
See Also