Uses of Class
com.tc.cluster.exceptions.UnclusteredObjectException

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
<K> java.util.Set<K>
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.
<K> java.util.Set<K>
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.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.