public class PartitionTable extends Object
| Constructor and Description |
|---|
PartitionTable(String alias,
String cacheName,
@Nullable String affColName,
@Nullable String secondAffColName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
alias() |
String |
cacheName() |
boolean |
isAffinityColumn(String colName)
Check whether passed column is affinity column.
|
int |
joinGroup() |
void |
joinGroup(int joinGrp) |
String |
toString() |
public PartitionTable(String alias, String cacheName, @Nullable @Nullable String affColName, @Nullable @Nullable String secondAffColName)
alias - Unique alias.cacheName - Cache name.affColName - Affinity column name.secondAffColName - Second affinity column name.public String alias()
public String cacheName()
public boolean isAffinityColumn(String colName)
colName - Column name.True if affinity column.public int joinGroup()
public void joinGroup(int joinGrp)
joinGrp - Join group index.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020