io.datarouter.*
-
public static final int
1
-
"datarouter."
"server.properties"
-
io.datarouter.storage.config.Config
public static final int
100
public static final int
100
-
-
-
io.datarouter.storage.config.properties.AdminEmail
-
-
-
-
-
-
"internalConfigDirectory"
-
-
io.datarouter.storage.config.properties.ServerName
-
-
-
-
"schemaUpdate.execute"
"schemaUpdate.print"
"schemaUpdate.enable"
".addColumns"
".addIndexes"
".createDatabases"
".createTables"
".deleteColumns"
".dropIndexes"
".ignoreClients"
".ignoreTables"
".modifyCharacterSetOrCollation"
".modifyColumns"
".modifyEngine"
".modifyMaxVersions"
".modifyRowFormat"
".modifyTtl"
-
-
"read"
"datarouterStorage.availability."
"write"
-
io.datarouter.storage.node.DatabeanToBlobCodec<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>>
-
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>>
public static final int
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>>
"lookupMultiUnique"
"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>>
"deleteMultiUnique"
"deleteUnique"
-
"ack"
"getMaxDataSize"
"peek"
"poll"
"put"
-
-
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>>
"pollMulti"
"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>>
"poll"
"pollMulti"
"pollUntilEmpty"
-
"deleteTally"
"findTallyCount"
"getMultiTallyCount"
"incrementAndGetCount"
"vacuum"
-
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>>
"peek"
"peekMulti"
"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>>
"getByIndex"
"getByIndexRange"
"getFromIndex"
"getIndexKeyRange"
"getIndexRange"
"lookupMultiUnique"
"lookupUnique"
"scanByIndex"
"scanIndex"
"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>>
"exists"
"get"
"getKeys"
"getMulti"
-
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>>
"peek"
"peekMulti"
"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>>
"getKeysInRange"
"getPrefixedRange"
"getRange"
"scan"
"scanKeys"
"scanRanges"
"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>>
-
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>>
"deleteByIndex"
"deleteMultiUnique"
"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>>
"delete"
"deleteAll"
"deleteMulti"
"put"
"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>>
-
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>>
-
public static final int
1000
public static final int
1000000
-
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>>
"lookupMultiUniqueIndex"
"lookupUniqueIndex"
-
io.datarouter.storage.serialize.fieldcache.EntityFieldInfo<EK extends io.datarouter.model.key.entity.EntityKey<EK>,E extends io.datarouter.model.entity.Entity<EK>>
public static final byte
0x0
-
"clusterSetting.properties"
-
"client"
"client-server"
"client-server-table"
"client-server-table-op"
"client-server-table-region"
"client-table-server"
"client-table-server-op"
"node"
"op"
"region"
"table"
"virtual"
"Datarouter"
-
"oldestMessageAgeM"
"oldestMessageAgeS"
"queue length"
-
"http://169.254.169.254/latest/dynamic/instance-identity/document"
"http://169.254.169.254/latest/meta-data/local-ipv4"
"http://169.254.169.254/latest/meta-data/public-ipv4"
"http://169.254.169.254/latest/api/token"
"X-aws-ec2-metadata-token"
"X-aws-ec2-metadata-token-ttl-seconds"