Constant Field Values

Contents

io.datarouter.*

  • io.datarouter.storage.config.setting.impl.DatarouterClientAvailabilitySettings 
    Modifier and Type Constant Field Value
    public static final java.lang.String READ "read"
    public static final java.lang.String SETTING_PREFIX "datarouterStorage.availability."
    public static final java.lang.String WRITE "write"
  • io.datarouter.storage.node.op.combo.SortedMapStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final int DELETE_BATCH_SIZE 100
  • io.datarouter.storage.node.op.index.UniqueIndexReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,​IE extends io.datarouter.model.index.unique.UniqueIndexEntry<IK,​IE,​PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_lookupMultiUnique "lookupMultiUnique"
    public static final java.lang.String OP_lookupUnique "lookupUnique"
  • io.datarouter.storage.node.op.index.UniqueIndexWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_deleteMultiUnique "deleteMultiUnique"
    public static final java.lang.String OP_deleteUnique "deleteUnique"
  • io.datarouter.storage.node.op.raw.GroupQueueStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_pollMulti "pollMulti"
    public static final java.lang.String OP_pollUntilEmpty "pollUntilEmpty"
  • io.datarouter.storage.node.op.raw.QueueStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_poll "poll"
    public static final java.lang.String OP_pollMulti "pollMulti"
    public static final java.lang.String OP_pollUntilEmpty "pollUntilEmpty"
  • io.datarouter.storage.node.op.raw.TallyStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_incrementAndGetCount "incrementAndGetCount"
  • io.datarouter.storage.node.op.raw.read.GroupQueueStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_peek "peek"
    public static final java.lang.String OP_peekMulti "peekMulti"
    public static final java.lang.String OP_peekUntilEmpty "peekUntilEmpty"
  • io.datarouter.storage.node.op.raw.read.IndexedStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_getByIndex "getByIndex"
    public static final java.lang.String OP_getByIndexRange "getByIndexRange"
    public static final java.lang.String OP_getFromIndex "getFromIndex"
    public static final java.lang.String OP_getIndexKeyRange "getIndexKeyRange"
    public static final java.lang.String OP_getIndexRange "getIndexRange"
    public static final java.lang.String OP_lookupMultiUnique "lookupMultiUnique"
    public static final java.lang.String OP_lookupUnique "lookupUnique"
    public static final java.lang.String OP_scanByIndex "scanByIndex"
    public static final java.lang.String OP_scanIndex "scanIndex"
    public static final java.lang.String OP_scanIndexKeys "scanIndexKeys"
  • io.datarouter.storage.node.op.raw.read.MapStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_exists "exists"
    public static final java.lang.String OP_get "get"
    public static final java.lang.String OP_getKeys "getKeys"
    public static final java.lang.String OP_getMulti "getMulti"
  • io.datarouter.storage.node.op.raw.read.ObjectStorageReader 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_exists "exists"
    public static final java.lang.String OP_list "list"
    public static final java.lang.String OP_listWithPrefix "listWithPrefix"
  • io.datarouter.storage.node.op.raw.read.QueueStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_peek "peek"
    public static final java.lang.String OP_peekMulti "peekMulti"
    public static final java.lang.String OP_peekUntilEmpty "peekUntilEmpty"
  • io.datarouter.storage.node.op.raw.read.SortedStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_getKeysInRange "getKeysInRange"
    public static final java.lang.String OP_getPrefixedRange "getPrefixedRange"
    public static final java.lang.String OP_getRange "getRange"
    public static final java.lang.String OP_scan "scan"
    public static final java.lang.String OP_scanKeys "scanKeys"
    public static final java.lang.String OP_scanRanges "scanRanges"
    public static final java.lang.String OP_scanRangesKeys "scanRangesKeys"
  • io.datarouter.storage.node.op.raw.read.StreamStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_subscribe "subscribe"
  • io.datarouter.storage.node.op.raw.read.TallyStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_findTallyCount "findTallyCount"
    public static final java.lang.String OP_getMultiTallyCount "getMultiTallyCount"
  • io.datarouter.storage.node.op.raw.write.IndexedStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_deleteByIndex "deleteByIndex"
    public static final java.lang.String OP_deleteMultiUnique "deleteMultiUnique"
    public static final java.lang.String OP_deleteUnique "deleteUnique"
  • io.datarouter.storage.node.op.raw.write.MapStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_delete "delete"
    public static final java.lang.String OP_deleteAll "deleteAll"
    public static final java.lang.String OP_deleteMulti "deleteMulti"
    public static final java.lang.String OP_put "put"
    public static final java.lang.String OP_putMulti "putMulti"
  • io.datarouter.storage.node.op.raw.write.QueueStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_ack "ack"
    public static final java.lang.String OP_ackMulti "ackMulti"
  • io.datarouter.storage.node.op.raw.write.StorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_put "put"
    public static final java.lang.String OP_putMulti "putMulti"
  • io.datarouter.storage.node.op.raw.write.TallyStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_deleteTally "deleteTally"
  • io.datarouter.storage.node.type.index.ManagedUniqueIndexNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​IK extends io.datarouter.model.key.primary.PrimaryKey<IK>,​IE extends io.datarouter.model.index.unique.UniqueIndexEntry<IK,​IE,​PK,​D>,​IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,​IE>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_lookupMultiUniqueIndex "lookupMultiUniqueIndex"
    public static final java.lang.String OP_lookupUniqueIndex "lookupUniqueIndex"
  • io.datarouter.storage.serialize.fieldcache.EntityFieldInfo<EK extends io.datarouter.model.key.entity.EntityKey<EK>,​E extends io.datarouter.model.entity.Entity<EK>> 
    Modifier and Type Constant Field Value
    public static final byte ENTITY_PREFIX_TERMINATOR 0