Uses of Interface
org.nustaq.reallive.api.RealLiveTable
Packages that use RealLiveTable
Package
Description
-
Uses of RealLiveTable in org.nustaq.reallive.api
Methods in org.nustaq.reallive.api that return types with arguments of type RealLiveTableModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromise<RealLiveTable>TableSpace.createOrLoadTable(TableDescription desc) org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpace.getTableAsync(String name) org.nustaq.kontraktor.IPromise<List<RealLiveTable>>TableSpace.getTables() -
Uses of RealLiveTable in org.nustaq.reallive.client
Classes in org.nustaq.reallive.client that implement RealLiveTableModifier and TypeClassDescriptionclassclassCreated by moelrue on 06.08.2015.Fields in org.nustaq.reallive.client with type parameters of type RealLiveTableModifier and TypeFieldDescriptionprotected Set<RealLiveTable>ShardedTable.shardsprotected Map<String,RealLiveTable> TableSpaceSharding.tableMapprotected Map<Integer,RealLiveTable> ShardedTable.tableShardMapMethods in org.nustaq.reallive.client that return RealLiveTableModifier and TypeMethodDescriptionprotected RealLiveTableDynShardedTable.getTableForKey(String key) protected RealLiveTableShardedTable.getTableForKey(String key) Methods in org.nustaq.reallive.client that return types with arguments of type RealLiveTableModifier and TypeMethodDescriptionorg.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, String dataDir) WARNING: never create more than one table using the same file.org.nustaq.kontraktor.IPromise<RealLiveTable>ClusteredTableSpaceClient.getTableAsync(String name) org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpaceSharding.getTableAsync(String name) org.nustaq.kontraktor.IPromise<List<RealLiveTable>>ClusteredTableSpaceClient.getTables()org.nustaq.kontraktor.IPromise<List<RealLiveTable>>TableSpaceSharding.getTables()org.nustaq.kontraktor.IPromise<RealLiveTable>Methods in org.nustaq.reallive.client with parameters of type RealLiveTableModifier and TypeMethodDescriptionvoidShardedTable.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 RealLiveTableModifierConstructorDescriptionDynShardedTable(RealLiveTable[] shards, TableDescription desc, 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 -
Uses of RealLiveTable in org.nustaq.reallive.server.actors
Classes in org.nustaq.reallive.server.actors that implement RealLiveTableMethods in org.nustaq.reallive.server.actors that return types with arguments of type RealLiveTableModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromise<RealLiveTable>TableSpaceActor.createOrLoadTable(TableDescription desc) org.nustaq.kontraktor.IPromise<RealLiveTable>TableSpaceActor.getTableAsync(String name) org.nustaq.kontraktor.IPromise<List<RealLiveTable>>TableSpaceActor.getTables()