Overload List
Name | Description | |
---|---|---|
![]() | Bin(String, Value) |
Constructor, specifying bin name and value.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, Boolean) |
Constructor, specifying bin name and boolean value.
The server will convert all bools to longs.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, Byte) |
Constructor, specifying bin name and byte value.
The server will convert all byte integers to longs.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, Byte ) |
Constructor, specifying bin name and byte array value.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, Int16) |
Constructor, specifying bin name and short value.
The server will convert all shorts to longs.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, Int32) |
Constructor, specifying bin name and integer value.
The server will convert all integers to longs.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, Int64) |
Constructor, specifying bin name and long value.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(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. |
![]() | Bin(String, SByte) |
Constructor, specifying bin name and signed byte value.
The server will convert all byte integers to longs.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, String) |
Constructor, specifying bin name and string value.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, UInt16) |
Constructor, specifying bin name and unsigned short value.
The server will convert all shorts to longs.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, UInt32) |
Constructor, specifying bin name and unsigned integer value.
The server will convert all integers to longs.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(String, UInt64) |
Constructor, specifying bin name and unsigned long value.
For servers configured as "single-bin", enter a null or empty name.
|
![]() | Bin(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.
|
See Also