Uses of Class
org.nustaq.reallive.server.dynamic.DynClusterTableDistribution
| Package | Description |
|---|---|
| org.nustaq.reallive.client | |
| org.nustaq.reallive.server.dynamic |
-
Uses of DynClusterTableDistribution in org.nustaq.reallive.client
Constructor parameters in org.nustaq.reallive.client with type arguments of type DynClusterTableDistribution Constructor Description DynShardedTable(RealLiveTable[] shards, TableDescription desc, java.util.function.Supplier<DynClusterTableDistribution> tableDistributionSupplier) -
Uses of DynClusterTableDistribution in org.nustaq.reallive.server.dynamic
Methods in org.nustaq.reallive.server.dynamic that return DynClusterTableDistribution Modifier and Type Method Description DynClusterTableDistributionDynClusterDistribution. get(java.lang.String name)DynClusterTableDistributionDynClusterDistribution. have(java.lang.String name)Methods in org.nustaq.reallive.server.dynamic that return types with arguments of type DynClusterTableDistribution Modifier and Type Method Description java.util.Map<java.lang.String,DynClusterTableDistribution>DynClusterDistribution. getDistributions()Methods in org.nustaq.reallive.server.dynamic with parameters of type DynClusterTableDistribution Modifier and Type Method Description voidDynClusterDistribution. add(DynClusterTableDistribution ts)