Uses of Class
org.terracotta.cluster.UnclusteredObjectException

Packages that use UnclusteredObjectException
org.terracotta.cluster   
 

Uses of UnclusteredObjectException in org.terracotta.cluster
 

Methods in org.terracotta.cluster that throw UnclusteredObjectException
<K> Set<K>
ClusterInfo.getKeysForLocalValues(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> Set<K>
TerracottaClusterInfo.getKeysForLocalValues(Map<K,?> map)
           
<K> Set<K>
ClusterInfo.getKeysForOrphanedValues(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.
<K> Set<K>
TerracottaClusterInfo.getKeysForOrphanedValues(Map<K,?> map)
           
 Map<?,Set<ClusterNode>> ClusterInfo.getNodesWithObjects(Collection<?> objects)
          Determine where a collection of clustered objects is faulted.
 Map<?,Set<ClusterNode>> TerracottaClusterInfo.getNodesWithObjects(Collection<?> objects)
           
 



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