Package org.nustaq.reallive.client
Class DynTableSpaceSharding
java.lang.Object
org.nustaq.reallive.client.TableSpaceSharding
org.nustaq.reallive.client.DynTableSpaceSharding
- All Implemented Interfaces:
TableSpace
public class DynTableSpaceSharding extends TableSpaceSharding
-
Field Summary
Fields inherited from class org.nustaq.reallive.client.TableSpaceSharding
shards, tableDescriptionMap, tableMap -
Constructor Summary
Constructors Constructor Description DynTableSpaceSharding(TableSpaceActor[] shards, java.util.function.Supplier<DynClusterDistribution> distributionSupplier) -
Method Summary
Modifier and Type Method Description protected ShardedTablecreateShardedTable(TableDescription desc, RealLiveTable[] tableShards)Methods inherited from class org.nustaq.reallive.client.TableSpaceSharding
createOrLoadTable, dropTable, getStats, getTableAsync, getTableDescriptions, getTables, init, shutDown, stateListener
-
Constructor Details
-
DynTableSpaceSharding
public DynTableSpaceSharding(TableSpaceActor[] shards, java.util.function.Supplier<DynClusterDistribution> distributionSupplier)
-
-
Method Details
-
createShardedTable
- Overrides:
createShardedTablein classTableSpaceSharding
-