@Immutable public class CacheView extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheView.Externalizer |
Modifier and Type | Field and Description |
---|---|
static CacheView |
EMPTY_CACHE_VIEW |
Constructor and Description |
---|
CacheView(int viewId,
List<Address> members) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Address node) |
boolean |
containsAny(Collection<Address> nodes) |
boolean |
equals(Object o) |
List<Address> |
getMembers() |
int |
getViewId() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
public static final CacheView EMPTY_CACHE_VIEW
public int getViewId()
public boolean isEmpty()
public boolean contains(Address node)
public boolean containsAny(Collection<Address> nodes)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.