Key Constructor Aerospike
Overload List

  NameDescription
Public methodKey(String,  Byte , String)
Initialize key from namespace, digest and optional set name.
Public methodKey(String, String, Value)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, Boolean)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, Byte)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String,  Byte )
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, Int16)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, Int32)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, Int64)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, SByte)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, String)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only.
Public methodKey(String, String, UInt16)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, UInt32)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String, UInt64)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Public methodKey(String, String,  Byte , Int32, Int32)
Initialize key from namespace, optional set name and user key. The set name and user defined key are converted to a digest before sending to the server. The server handles record identifiers by digest only. If the user key needs to be stored on the server, the key should be stored in a bin.
Back to Top
See Also