Package com.aerospike.jdbc.util
Class VersionUtils
java.lang.Object
com.aerospike.jdbc.util.VersionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAerospikeServerVersion(com.aerospike.client.IAerospikeClient client) static booleanisBatchOpsSupported(com.aerospike.client.IAerospikeClient client) static booleanisSIndexCardinalitySupported(com.aerospike.client.IAerospikeClient client) static booleanisSIndexSupported(com.aerospike.client.IAerospikeClient client)
-
Method Details
-
isSIndexSupported
public static boolean isSIndexSupported(com.aerospike.client.IAerospikeClient client) -
isBatchOpsSupported
public static boolean isBatchOpsSupported(com.aerospike.client.IAerospikeClient client) -
isSIndexCardinalitySupported
public static boolean isSIndexCardinalitySupported(com.aerospike.client.IAerospikeClient client) -
getAerospikeServerVersion
-