Class ConfigOptions

java.lang.Object
com.playtika.janusgraph.aerospike.ConfigOptions

public class ConfigOptions extends Object
  • Field Details

    • GRAPH_PREFIX

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<String> GRAPH_PREFIX
    • NAMESPACE

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<String> NAMESPACE
    • IDS_NAMESPACE

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<String> IDS_NAMESPACE
    • WAL_NAMESPACE

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<String> WAL_NAMESPACE
    • SCAN_PARALLELISM

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> SCAN_PARALLELISM
    • WAL_STALE_TRANSACTION_LIFETIME_THRESHOLD

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Long> WAL_STALE_TRANSACTION_LIFETIME_THRESHOLD
    • WAL_MAX_BATCH_SIZE

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> WAL_MAX_BATCH_SIZE
    • TEST_ENVIRONMENT

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Boolean> TEST_ENVIRONMENT
    • START_WAL_COMPLETER

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Boolean> START_WAL_COMPLETER
    • AEROSPIKE_MIN_CONNECTIONS_PER_NODE

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> AEROSPIKE_MIN_CONNECTIONS_PER_NODE
    • AEROSPIKE_CONNECTIONS_PER_NODE

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> AEROSPIKE_CONNECTIONS_PER_NODE
    • AEROSPIKE_EXECUTOR_MAX_THREADS

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> AEROSPIKE_EXECUTOR_MAX_THREADS
    • PARALLEL_READ_THRESHOLD

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> PARALLEL_READ_THRESHOLD
    • AEROSPIKE_READ_TIMEOUT

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> AEROSPIKE_READ_TIMEOUT
    • AEROSPIKE_WRITE_TIMEOUT

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> AEROSPIKE_WRITE_TIMEOUT
    • AEROSPIKE_SOCKET_TIMEOUT

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Integer> AEROSPIKE_SOCKET_TIMEOUT
    • CHECK_ALL_MUTATIONS_LOCKED

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Boolean> CHECK_ALL_MUTATIONS_LOCKED
    • IDS_BLOCK_TTL

      public static final org.janusgraph.diskstorage.configuration.ConfigOption<Long> IDS_BLOCK_TTL
  • Constructor Details

    • ConfigOptions

      public ConfigOptions()