|
GemFire 6.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DistributedMember | |
|---|---|
| com.gemstone.gemfire.admin | Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. |
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.client | The com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
| com.gemstone.gemfire.cache.execute |
The com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
| com.gemstone.gemfire.cache.partition | Provides classes which operate on partitioned regions. |
| com.gemstone.gemfire.cache.server | The com.gemstone.gemfire.cache.server package provides APIs used
for the server side of client/server caching. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
| com.gemstone.gemfire.distributed | Provides information about, access to, and common tools for GemFire distributed systems. |
| com.gemstone.gemfire.security | Provides an API for plugging in authentication and authorization for members of a distributed system and clients. |
| Uses of DistributedMember in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin that return DistributedMember | |
|---|---|
DistributedMember |
SystemMember.getDistributedMember()
Returns the DistributedMember
that represents this system member. |
DistributedMember |
SystemMembershipEvent.getDistributedMember()
Returns the DistributedMember that this event originated in. |
| Methods in com.gemstone.gemfire.admin that return types with arguments of type DistributedMember | |
|---|---|
Map<DistributedMember,Set<PersistentID>> |
AdminDistributedSystem.compactAllDiskStores()
Compact the persistent files for all of the members of the distributed system that the admin member connected to. |
Map<DistributedMember,Set<PersistentID>> |
BackupStatus.getBackedUpDiskStores()
Returns a map of disk stores that were successfully backed up. |
Set<DistributedMember> |
AdminDistributedSystem.shutDownAllMembers()
Shuts down all the members of the distributed system with a cache that the admin member is connected to, excluding the stand-alone locators. |
| Methods in com.gemstone.gemfire.admin with parameters of type DistributedMember | |
|---|---|
SystemMember |
AdminDistributedSystem.lookupSystemMember(DistributedMember distributedMember)
Returns the administrative SystemMember specified by the DistributedMember. |
| Uses of DistributedMember in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return DistributedMember | |
|---|---|
DistributedMember |
CacheEvent.getDistributedMember()
Returns the DistributedMember that this event originated in. |
| Methods in com.gemstone.gemfire.cache that return types with arguments of type DistributedMember | |
|---|---|
Set<DistributedMember> |
LowMemoryException.getCriticalMembers()
Get a read-only set of members in a critical state at the time this exception was constructed. |
| Methods in com.gemstone.gemfire.cache with parameters of type DistributedMember | |
|---|---|
void |
RegionMembershipListener.initialMembers(Region<K,V> region,
DistributedMember[] initialMembers)
Invoked when the listener is first initialized and is given the set of members that have the region created at that time. |
| Constructor parameters in com.gemstone.gemfire.cache with type arguments of type DistributedMember | |
|---|---|
LowMemoryException(String msg,
Set<DistributedMember> criticalMembers)
Constructs an instance of LowMemoryException with the specified detail message. |
|
| Uses of DistributedMember in com.gemstone.gemfire.cache.client |
|---|
| Constructors in com.gemstone.gemfire.cache.client with parameters of type DistributedMember | |
|---|---|
ServerRefusedConnectionException(DistributedMember server,
String msg)
Constructs an instance of ServerRefusedConnectionException with the
specified detail message. |
|
| Uses of DistributedMember in com.gemstone.gemfire.cache.execute |
|---|
| Methods in com.gemstone.gemfire.cache.execute that return DistributedMember | |
|---|---|
DistributedMember |
FunctionInvocationTargetException.getMemberId()
Method to get the member id of the Exception |
| Methods in com.gemstone.gemfire.cache.execute with parameters of type DistributedMember | |
|---|---|
void |
ResultCollector.addResult(DistributedMember memberID,
T resultOfSingleExecution)
Method used to feed result to the ResultCollector. |
static Execution |
FunctionService.onMember(DistributedSystem system,
DistributedMember distributedMember)
Returns an Execution object that can be used to execute a data
independent function on a DistributedMember of the
DistributedSystem. |
| Method parameters in com.gemstone.gemfire.cache.execute with type arguments of type DistributedMember | |
|---|---|
static Execution |
FunctionService.onMembers(DistributedSystem system,
Set<DistributedMember> distributedMembers)
Returns an Execution object that can be used to execute a data
independent function on the set of DistributedMembers of the
DistributedSystem. |
| Constructors in com.gemstone.gemfire.cache.execute with parameters of type DistributedMember | |
|---|---|
FunctionInvocationTargetException(String msg,
DistributedMember id)
Construct an instance of FunctionInvocationTargetException |
|
| Uses of DistributedMember in com.gemstone.gemfire.cache.partition |
|---|
| Methods in com.gemstone.gemfire.cache.partition that return DistributedMember | ||
|---|---|---|
DistributedMember |
PartitionMemberInfo.getDistributedMember()
Identifies the member for which these details pertain to. |
|
static
|
PartitionRegionHelper.getPrimaryMemberForKey(Region<K,V> r,
K key)
Get the current primary owner for a key. |
|
| Methods in com.gemstone.gemfire.cache.partition that return types with arguments of type DistributedMember | ||
|---|---|---|
static
|
PartitionRegionHelper.getAllMembersForKey(Region<K,V> r,
K key)
Get all potential owners for a key. |
|
static
|
PartitionRegionHelper.getRedundantMembersForKey(Region<K,V> r,
K key)
Get all potential redundant owners for a key. |
|
| Uses of DistributedMember in com.gemstone.gemfire.cache.server |
|---|
| Methods in com.gemstone.gemfire.cache.server with parameters of type DistributedMember | |
|---|---|
ClientSession |
CacheServer.getClientSession(DistributedMember member)
Returns the ClientSession associated with the
DistributedMember |
| Uses of DistributedMember in com.gemstone.gemfire.cache.util |
|---|
| Methods in com.gemstone.gemfire.cache.util that return DistributedMember | |
|---|---|
DistributedMember |
UniversalMembershipListenerAdapter.AdaptedMembershipEvent.getDistributedMember()
|
DistributedMember |
BridgeMembershipEvent.getMember()
Returns the the member that connected or disconnected. |
| Methods in com.gemstone.gemfire.cache.util with parameters of type DistributedMember | |
|---|---|
ClientSession |
BridgeServer.getClientSession(DistributedMember member)
Deprecated. Returns the ClientSession associated with the
DistributedMember |
void |
RegionMembershipListenerAdapter.initialMembers(Region<K,V> r,
DistributedMember[] initialMembers)
|
| Constructors in com.gemstone.gemfire.cache.util with parameters of type DistributedMember | |
|---|---|
ServerRefusedConnectionException(DistributedMember server,
String msg)
Deprecated. Constructs an instance of ServerRefusedConnectionException with the
specified detail message. |
|
| Uses of DistributedMember in com.gemstone.gemfire.distributed |
|---|
| Methods in com.gemstone.gemfire.distributed that return DistributedMember | |
|---|---|
abstract DistributedMember |
DistributedSystem.getDistributedMember()
Returns the DistributedMember that identifies this connection to
the distributed system. |
| Uses of DistributedMember in com.gemstone.gemfire.security |
|---|
| Methods in com.gemstone.gemfire.security with parameters of type DistributedMember | |
|---|---|
Principal |
Authenticator.authenticate(Properties props,
DistributedMember member)
Verify the credentials provided in the properties for the client/peer as specified in member ID and returns the principal associated with the client/peer. |
Properties |
AuthInitialize.getCredentials(Properties securityProps,
DistributedMember server,
boolean isPeer)
Initialize with the given set of security properties and return the credentials for the peer/client as properties. |
void |
AccessControl.init(Principal principal,
DistributedMember remoteMember,
Cache cache)
Initialize the callback for a client/peer having the given principal. |
|
GemFire 6.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||