Incorporate feedback, see #2502
This commit is contained in:
parent
c5bdc636c9
commit
c959d4a973
10 changed files with 49 additions and 36 deletions
|
|
@ -36,6 +36,7 @@ object ClusterEvent {
|
|||
|
||||
/**
|
||||
* Java API
|
||||
* Read only
|
||||
*/
|
||||
def getMembers: java.lang.Iterable[Member] = {
|
||||
import scala.collection.JavaConverters._
|
||||
|
|
@ -44,6 +45,7 @@ object ClusterEvent {
|
|||
|
||||
/**
|
||||
* Java API
|
||||
* Read only
|
||||
*/
|
||||
def getUnreachable: java.util.Set[Member] = {
|
||||
import scala.collection.JavaConverters._
|
||||
|
|
@ -52,6 +54,7 @@ object ClusterEvent {
|
|||
|
||||
/**
|
||||
* Java API
|
||||
* Read only
|
||||
*/
|
||||
def getSeenBy: java.util.Set[Address] = {
|
||||
import scala.collection.JavaConverters._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue