A B C D E G I L N O P R S U V

G

generation - Variable in class net.citrusleaf.CitrusleafClient.ClResult
How many times the record has been modified (including creation) on the server.
get(Object) - Method in class net.citrusleaf.CitrusleafClient
For server nodes configured as "single-bin" only - get record value for specified key, using default namespace, no set name, and default options.
get(String, String, Object, String, CitrusleafClient.ClOptions) - Method in class net.citrusleaf.CitrusleafClient
Get bin value for specified key and bin name.
get(String, String, Object, String[], CitrusleafClient.ClOptions) - Method in class net.citrusleaf.CitrusleafClient
Get bin name/value pairs for specified key and list of bin names.
get(String, String, Object, Collection<String>, CitrusleafClient.ClOptions) - Method in class net.citrusleaf.CitrusleafClient
Get bin name/value pairs for specified key and list of bin names.
get(String, int) - Static method in class net.citrusleaf.CitrusleafInfo
Get all the default info from the specified database server node, using host name and port.
get(String, int, String) - Static method in class net.citrusleaf.CitrusleafInfo
Get one info value by name from the specified database server node, using host name and port.
get(String, int, String[]) - Static method in class net.citrusleaf.CitrusleafInfo
Get many info values by name from the specified database server node, using host name and port.
get(InetSocketAddress) - Static method in class net.citrusleaf.CitrusleafInfo
Get all the default info from the specified database server node.
get(InetSocketAddress, String) - Static method in class net.citrusleaf.CitrusleafInfo
Get one info value by name from the specified database server node.
get(InetSocketAddress, String[]) - Static method in class net.citrusleaf.CitrusleafInfo
Get many info values by name from the specified database server node.
getAll(String, String, Object, CitrusleafClient.ClOptions) - Method in class net.citrusleaf.CitrusleafClient
Get all bin name/value pairs for specified key.
getAllDigest(String, byte[], CitrusleafClient.ClOptions) - Method in class net.citrusleaf.CitrusleafClient
Get all bin name/value pairs for specified key digest.
getDigest(String, byte[], String, CitrusleafClient.ClOptions) - Method in class net.citrusleaf.CitrusleafClient
Get bin value for specified key digest and bin name.
getDigest(String, byte[], Collection<String>, CitrusleafClient.ClOptions) - Method in class net.citrusleaf.CitrusleafClient
Get bin name/value pairs for specified key digest and list of bin names.
getNodeNameList() - Method in class net.citrusleaf.CitrusleafClient
Return a list of server nodes in the cluster.
getPriority() - Method in class net.citrusleaf.CitrusleafClient.ClScanningOptions
Get server scan priority setting.
getThreadsPerNode() - Method in class net.citrusleaf.CitrusleafClient.ClScanningOptions
Get number of client scan threads per node.
getWithTouch(String, String, Object, Collection<String>, int, CitrusleafClient.ClOptions) - Method in class net.citrusleaf.CitrusleafClient
Get bin name/value pairs for specified key and list of bin names, and if the record exists, reset record time to expiration.

A B C D E G I L N O P R S U V