Class AerospikeContextDslResolverUtils

java.lang.Object
org.springframework.data.aerospike.index.AerospikeContextDslResolverUtils

public class AerospikeContextDslResolverUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.aerospike.client.exp.Exp.Type
    getCtxType(com.aerospike.client.cdt.CTX ctx)
    Check whether context element's id is the same as in CTX.mapKey(Value)
    static boolean
    isCtxMapKey(com.aerospike.client.cdt.CTX ctx)
    Check whether context element's id is the same as in CTX.mapKey(Value)
    static boolean
    isCtxMapValue(com.aerospike.client.cdt.CTX ctx)
    Check whether context element's id is the same as in CTX.mapValue(Value)
    static com.aerospike.client.cdt.CTX
    toCtx(String singleCtx)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AerospikeContextDslResolverUtils

      public AerospikeContextDslResolverUtils()
  • Method Details

    • toCtx

      public static com.aerospike.client.cdt.CTX toCtx(String singleCtx)
    • isCtxMapKey

      public static boolean isCtxMapKey(com.aerospike.client.cdt.CTX ctx)
      Check whether context element's id is the same as in CTX.mapKey(Value)
    • isCtxMapValue

      public static boolean isCtxMapValue(com.aerospike.client.cdt.CTX ctx)
      Check whether context element's id is the same as in CTX.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 in CTX.mapKey(Value)