public interface PartitionTemplate
| Modifier and Type | Method and Description |
|---|---|
String |
activeTable()
return the currently active table
|
void |
onRolling()
rolls to the next partition
|
String |
previousTable()
return the previous active table
|
List<String> |
reversedTables()
returns a List of the reserved tables for the group
|
String activeTable()
String previousTable()
List<String> reversedTables()
void onRolling()
Copyright © 2017. All Rights Reserved.