Constant Field Values
Contents
io.datarouter.*
-
io.datarouter.storage.client.ConnectionHandle Modifier and Type Constant Field Value public static final intOUTERMOST_TICKET_NUMBER1
-
io.datarouter.storage.config.Config Modifier and Type Constant Field Value public static final intDEFAULT_INPUT_BATCH_SIZE100public static final intDEFAULT_OUTPUT_BATCH_SIZE100 -
io.datarouter.storage.config.DatarouterFilesystemPaths Modifier and Type Constant Field Value public static final StringROOT"/"
-
io.datarouter.storage.config.schema.SchemaUpdateOptions Modifier and Type Constant Field Value protected static final StringEXECUTE_PREFIX"schemaUpdate.execute"protected static final StringPRINT_PREFIX"schemaUpdate.print"protected static final StringSCHEMA_UPDATE_ENABLE"schemaUpdate.enable"protected static final StringSUFFIX_addColumns".addColumns"protected static final StringSUFFIX_addIndexes".addIndexes"protected static final StringSUFFIX_createDatabases".createDatabases"protected static final StringSUFFIX_createTables".createTables"protected static final StringSUFFIX_deleteColumns".deleteColumns"protected static final StringSUFFIX_dropIndexes".dropIndexes"protected static final StringSUFFIX_ignoreClients".ignoreClients"protected static final StringSUFFIX_ignoreTables".ignoreTables"protected static final StringSUFFIX_modifyCharacterSetOrCollation".modifyCharacterSetOrCollation"protected static final StringSUFFIX_modifyColumns".modifyColumns"protected static final StringSUFFIX_modifyEngine".modifyEngine"protected static final StringSUFFIX_modifyMaxVersions".modifyMaxVersions"protected static final StringSUFFIX_modifyRowFormat".modifyRowFormat"protected static final StringSUFFIX_modifyTtl".modifyTtl"
-
io.datarouter.storage.config.setting.impl.DatarouterClientAvailabilitySettings Modifier and Type Constant Field Value public static final StringREAD"read"public static final StringSETTING_PREFIX"datarouterStorage.availability."public static final StringWRITE"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 intDELETE_BATCH_SIZE100
-
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 StringOP_lookupMultiUnique"lookupMultiUnique"public static final StringOP_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 StringOP_deleteMultiUnique"deleteMultiUnique"public static final StringOP_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 StringOP_pollMulti"pollMulti"public static final StringOP_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 StringOP_poll"poll"public static final StringOP_pollMulti"pollMulti"public static final StringOP_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 StringOP_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 StringOP_peek"peek"public static final StringOP_peekMulti"peekMulti"public static final StringOP_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 StringOP_getByIndex"getByIndex"public static final StringOP_getByIndexRange"getByIndexRange"public static final StringOP_getFromIndex"getFromIndex"public static final StringOP_getIndexKeyRange"getIndexKeyRange"public static final StringOP_getIndexRange"getIndexRange"public static final StringOP_lookupMultiUnique"lookupMultiUnique"public static final StringOP_lookupUnique"lookupUnique"public static final StringOP_scanByIndex"scanByIndex"public static final StringOP_scanIndex"scanIndex"public static final StringOP_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 StringOP_exists"exists"public static final StringOP_get"get"public static final StringOP_getKeys"getKeys"public static final StringOP_getMulti"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>> Modifier and Type Constant Field Value public static final StringOP_peek"peek"public static final StringOP_peekMulti"peekMulti"public static final StringOP_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 StringOP_getKeysInRange"getKeysInRange"public static final StringOP_getPrefixedRange"getPrefixedRange"public static final StringOP_getRange"getRange"public static final StringOP_scan"scan"public static final StringOP_scanKeys"scanKeys"public static final StringOP_scanRanges"scanRanges"public static final StringOP_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 StringOP_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 StringOP_findTallyCount"findTallyCount"public static final StringOP_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 StringOP_deleteByIndex"deleteByIndex"public static final StringOP_deleteMultiUnique"deleteMultiUnique"public static final StringOP_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 StringOP_delete"delete"public static final StringOP_deleteAll"deleteAll"public static final StringOP_deleteMulti"deleteMulti"public static final StringOP_put"put"public static final StringOP_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 StringOP_ack"ack"public static final StringOP_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 StringOP_put"put"public static final StringOP_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 StringOP_deleteTally"deleteTally"
-
io.datarouter.storage.node.tableconfig.NodewatchConfigurationBuilder Modifier and Type Constant Field Value public static final intDEFAULT_BATCH_SIZE1000public static final intDEFAULT_SAMPLE_SIZE1000000
-
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 StringOP_lookupMultiUniqueIndex"lookupMultiUniqueIndex"public static final StringOP_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 byteENTITY_PREFIX_TERMINATOR0
-
io.datarouter.storage.util.DatarouterCounters Modifier and Type Constant Field Value public static final StringAGGREGATION_client"client"public static final StringAGGREGATION_client_server"client-server"public static final StringAGGREGATION_client_server_table"client-server-table"public static final StringAGGREGATION_client_server_table_op"client-server-table-op"public static final StringAGGREGATION_client_server_table_region"client-server-table-region"public static final StringAGGREGATION_client_table_server"client-table-server"public static final StringAGGREGATION_client_table_server_op"client-table-server-op"public static final StringAGGREGATION_node"node"public static final StringAGGREGATION_op"op"public static final StringAGGREGATION_region"region"public static final StringAGGREGATION_table"table"public static final StringCLIENT_TYPE_virtual"virtual"public static final StringPREFIX"Datarouter"