Class AerospikeContextDslResolverUtils
java.lang.Object
org.springframework.data.aerospike.index.AerospikeContextDslResolverUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.aerospike.client.exp.Exp.TypegetCtxType(com.aerospike.client.cdt.CTX ctx) Check whether context element's id is the same as inCTX.mapKey(Value)static booleanisCtxMapKey(com.aerospike.client.cdt.CTX ctx) Check whether context element's id is the same as inCTX.mapKey(Value)static booleanisCtxMapValue(com.aerospike.client.cdt.CTX ctx) Check whether context element's id is the same as inCTX.mapValue(Value)static com.aerospike.client.cdt.CTX
-
Constructor Details
-
AerospikeContextDslResolverUtils
public AerospikeContextDslResolverUtils()
-
-
Method Details
-
toCtx
-
isCtxMapKey
public static boolean isCtxMapKey(com.aerospike.client.cdt.CTX ctx) Check whether context element's id is the same as inCTX.mapKey(Value) -
isCtxMapValue
public static boolean isCtxMapValue(com.aerospike.client.cdt.CTX ctx) Check whether context element's id is the same as inCTX.mapValue(Value) -
getCtxType
public static com.aerospike.client.exp.Exp.Type getCtxType(com.aerospike.client.cdt.CTX ctx) Check whether context element's id is the same as inCTX.mapKey(Value)
-