Uses of Class
org.terracotta.angela.common.TerracottaVoterState
-
Packages that use TerracottaVoterState Package Description org.terracotta.angela.common -
-
Uses of TerracottaVoterState in org.terracotta.angela.common
Methods in org.terracotta.angela.common that return TerracottaVoterState Modifier and Type Method Description TerracottaVoterStateTerracottaVoterInstance.TerracottaVoterInstanceProcess. getState()TerracottaVoterStateTerracottaVoterInstance. getTerracottaVoterState()static TerracottaVoterStateTerracottaVoterState. valueOf(String name)Returns the enum constant of this type with the specified name.static TerracottaVoterState[]TerracottaVoterState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.terracotta.angela.common with type arguments of type TerracottaVoterState Constructor Description TerracottaVoterInstanceProcess(AtomicReference<TerracottaVoterState> state, Number... pids)
-