Skip navigation links 
 
com.tangosol.net
Interface DistributedCacheService
- All Superinterfaces:
- CacheService, ClassLoaderAware, Controllable, PartitionedService, Service
- 
public interface DistributedCacheService
 
- extends CacheService, PartitionedService
A DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.
- Since:
- Coherence 2.3
- Author:
- cp 2003.10.01
 
 
  
  
  
 
 
  
 
 
 
| Methods inherited from interface com.tangosol.net.PartitionedService | 
| addPartitionListener, getBackupCount, getBackupOwner, getKeyAssociator, getKeyOwner, getKeyPartitioningStrategy, getOwnedPartitions, getOwnershipEnabledMembers, getPartitionAssignmentStrategy, getPartitionCount, getPartitionOwner, removePartitionListener | 
 
 
 
 
 
 
isLocalStorageEnabled
boolean isLocalStorageEnabled()
- Determine if local storage is enabled on this member.
- 
- Returns:
- true if local storage is enabled on this member; false otherwise
 
getStorageEnabledMembers
java.util.Set getStorageEnabledMembers()
- Deprecated. As of Coherence 3.6, replaced by PartitionedService.getOwnershipEnabledMembers().
- Return a Set of Member objects, one for each Member that has registered this Service and has local storage enabled.
- 
- Returns:
- a set of Member objects that provide local storage for this distributed cache service
- See Also:
- ServiceInfo.getServiceMembers()
 
Skip navigation links 
 
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.