Class ServerVersionSupport
java.lang.Object
org.springframework.data.aerospike.server.version.ServerVersionSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanSince Aerospike Server ver. 6.3.0.0 find by POJO is supported.booleanSince 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.voidscheduleServerVersionRefresh(long intervalSeconds) boolean
-
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. -
findByPojo
public boolean findByPojo()Since Aerospike Server ver. 6.3.0.0 find by POJO is supported. -
batchWrite
public boolean batchWrite() -
sIndexCardinality
public boolean sIndexCardinality()
-