|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnclusteredObjectException | |
---|---|
com.tc.cluster | Provides interfaces to access cluster events and cluster meta-data. |
Uses of UnclusteredObjectException in com.tc.cluster |
---|
Methods in com.tc.cluster that throw UnclusteredObjectException | ||
---|---|---|
|
DsoCluster.getKeysForLocalValues(java.util.Map<K,?> map)
Retrieve a set of keys for map values that are faulted on the current node out of a clustered map for which partialness is supported. |
|
|
DsoCluster.getKeysForOrphanedValues(java.util.Map<K,?> map)
Retrieve a set of keys for map values that are not faulted anywhere out of a clustered map for which partialness is supported. |
|
java.util.Set<DsoNode> |
DsoCluster.getNodesWithObject(java.lang.Object object)
Determine on which nodes a particular object is faulted. |
|
java.util.Map<?,java.util.Set<DsoNode>> |
DsoCluster.getNodesWithObjects(java.util.Collection<?> objects)
Determine where a collection of clustered objects is faulted. |
|
java.util.Map<?,java.util.Set<DsoNode>> |
DsoCluster.getNodesWithObjects(java.lang.Object... objects)
Determine where a series of clustered objects is faulted. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |