Class Constants
- java.lang.Object
-
- org.odpi.egeria.connectors.juxt.crux.mapping.Constants
-
public class Constants extends Object
A set of constants to use across mappings.
-
-
Field Summary
Fields Modifier and Type Field Description static clojure.lang.KeywordCRUX_EVICTstatic StringCRUX_LUCENEstatic clojure.lang.KeywordCRUX_PKstatic clojure.lang.KeywordCRUX_PUTstatic clojure.lang.KeywordCRUX_TX_TIMEstatic clojure.lang.KeywordCRUX_VALID_TIMEstatic clojure.lang.KeywordCRUX_VERSIONstatic StringENTITY_GUIDstatic StringFOUND_RESULTSstatic StringHOME_METADATA_COLLECTION_IDstatic intMAX_TRAVERSAL_DEPTHstatic StringQUERY_WITHstatic StringRELATIONSHIP_GUIDstatic StringWRITE_RESULTS
-
-
-
Field Detail
-
ENTITY_GUID
public static final String ENTITY_GUID
- See Also:
- Constant Field Values
-
RELATIONSHIP_GUID
public static final String RELATIONSHIP_GUID
- See Also:
- Constant Field Values
-
HOME_METADATA_COLLECTION_ID
public static final String HOME_METADATA_COLLECTION_ID
- See Also:
- Constant Field Values
-
QUERY_WITH
public static final String QUERY_WITH
- See Also:
- Constant Field Values
-
FOUND_RESULTS
public static final String FOUND_RESULTS
- See Also:
- Constant Field Values
-
WRITE_RESULTS
public static final String WRITE_RESULTS
- See Also:
- Constant Field Values
-
CRUX_VERSION
public static final clojure.lang.Keyword CRUX_VERSION
-
CRUX_LUCENE
public static final String CRUX_LUCENE
- See Also:
- Constant Field Values
-
CRUX_PK
public static final clojure.lang.Keyword CRUX_PK
-
CRUX_TX_TIME
public static final clojure.lang.Keyword CRUX_TX_TIME
-
CRUX_VALID_TIME
public static final clojure.lang.Keyword CRUX_VALID_TIME
-
CRUX_PUT
public static final clojure.lang.Keyword CRUX_PUT
-
CRUX_EVICT
public static final clojure.lang.Keyword CRUX_EVICT
-
MAX_TRAVERSAL_DEPTH
public static final int MAX_TRAVERSAL_DEPTH
- See Also:
- Constant Field Values
-
-