Uses of Interface
org.nustaq.reallive.api.RealLiveTable
| Package | Description |
|---|---|
| org.nustaq.reallive.api | |
| org.nustaq.reallive.client | |
| org.nustaq.reallive.server | |
| org.nustaq.reallive.server.actors |
-
Uses of RealLiveTable in org.nustaq.reallive.api
Methods in org.nustaq.reallive.api that return types with arguments of type RealLiveTable Modifier and Type Method Description org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpace. createOrLoadTable(TableDescription desc)org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpace. getTableAsync(java.lang.String name)org.nustaq.kontraktor.IPromise<java.util.List<RealLiveTable>>TableSpace. getTables() -
Uses of RealLiveTable in org.nustaq.reallive.client
Classes in org.nustaq.reallive.client that implement RealLiveTable Modifier and Type Class Description classDynShardedTableclassShardedTableCreated by moelrue on 06.08.2015.Fields in org.nustaq.reallive.client with type parameters of type RealLiveTable Modifier and Type Field Description protected java.util.Set<RealLiveTable>ShardedTable. shardsprotected java.util.HashMap<java.lang.String,RealLiveTable>TableSpaceSharding. tableMapprotected java.util.HashMap<java.lang.Integer,RealLiveTable>ShardedTable. tableShardMapMethods in org.nustaq.reallive.client that return RealLiveTable Modifier and Type Method Description protected RealLiveTableDynShardedTable. getTableForKey(java.lang.String key)protected RealLiveTableShardedTable. getTableForKey(java.lang.String key)Methods in org.nustaq.reallive.client that return types with arguments of type RealLiveTable Modifier and Type Method Description org.nustaq.kontraktor.IPromise<RealLiveTable>ClusteredTableSpaceClient. createOrLoadTable(TableDescription desc)org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpaceSharding. createOrLoadTable(TableDescription desc0)org.nustaq.kontraktor.IPromise<RealLiveTable>EmbeddedRealLive. createTable(TableDescription desc, java.lang.String dataDir)WARNING: never create more than one table using the same file.org.nustaq.kontraktor.IPromise<RealLiveTable>ClusteredTableSpaceClient. getTableAsync(java.lang.String name)org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpaceSharding. getTableAsync(java.lang.String name)org.nustaq.kontraktor.IPromise<java.util.List<RealLiveTable>>ClusteredTableSpaceClient. getTables()org.nustaq.kontraktor.IPromise<java.util.List<RealLiveTable>>TableSpaceSharding. getTables()Methods in org.nustaq.reallive.client with parameters of type RealLiveTable Modifier and Type Method Description voidShardedTable. addNode(RealLiveTable shard)protected ShardedTableDynTableSpaceSharding. createShardedTable(TableDescription desc, RealLiveTable[] tableShards)protected ShardedTableTableSpaceSharding. createShardedTable(TableDescription desc, RealLiveTable[] tableShards)voidShardedTable. removeTableShard(RealLiveTable shard2Remove)Constructors in org.nustaq.reallive.client with parameters of type RealLiveTable Constructor Description DynShardedTable(RealLiveTable[] shards, TableDescription desc, java.util.function.Supplier<DynClusterTableDistribution> tableDistributionSupplier)ShardedTable(RealLiveTable[] shards, TableDescription desc)SubscribedSet(RealLiveTable source)SubscribedSet(RealLiveTable source, boolean usConc) -
Uses of RealLiveTable in org.nustaq.reallive.server
Constructors in org.nustaq.reallive.server with parameters of type RealLiveTable Constructor Description FilterProcessor(RealLiveTable table) -
Uses of RealLiveTable in org.nustaq.reallive.server.actors
Classes in org.nustaq.reallive.server.actors that implement RealLiveTable Modifier and Type Class Description classRealLiveTableActorCreated by ruedi on 06.08.2015.Methods in org.nustaq.reallive.server.actors that return types with arguments of type RealLiveTable Modifier and Type Method Description org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpaceActor. createOrLoadTable(TableDescription desc)org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpaceActor. getTableAsync(java.lang.String name)org.nustaq.kontraktor.IPromise<java.util.List<RealLiveTable>>TableSpaceActor. getTables()