Class ServerVersionSupport
java.lang.Object
org.springframework.data.aerospike.server.version.ServerVersionSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanSince Aerospike Server ver. 6.1.0.1 attempting to create a secondary index which already exists or to drop a non-existing secondary index returns success/OK instead of an error.booleanSince Aerospike Server ver. 6.3.0.0 find by Collection Data Types (Collection / Map / POJO) is supported.booleanbooleanvoidscheduleServerVersionRefresh(long intervalSeconds)
-
Constructor Details
-
ServerVersionSupport
public ServerVersionSupport(com.aerospike.client.IAerospikeClient client)
-
-
Method Details
-
scheduleServerVersionRefresh
public void scheduleServerVersionRefresh(long intervalSeconds) -
isDropCreateBehaviorUpdated
public boolean isDropCreateBehaviorUpdated()Since Aerospike Server ver. 6.1.0.1 attempting to create a secondary index which already exists or to drop a non-existing secondary index returns success/OK instead of an error. -
isFindByCDTSupported
public boolean isFindByCDTSupported()Since Aerospike Server ver. 6.3.0.0 find by Collection Data Types (Collection / Map / POJO) is supported. -
isBatchWriteSupported
public boolean isBatchWriteSupported() -
isSIndexCardinalitySupported
public boolean isSIndexCardinalitySupported() -
isQueryShowSupported
public boolean isQueryShowSupported()
-