public interface Role extends Comparable<Role>
DistributedSystem
.Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the count of members currently filling this role.
|
String |
getName()
Returns the name of this role.
|
boolean |
isPresent()
Returns true if this role is currently present in distributed system.
|
compareTo
String getName()
boolean isPresent()
int getCount()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.