Package | Description |
---|---|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
com.gemstone.gemfire.management.membership |
Modifier and Type | Interface and Description |
---|---|
interface |
BridgeMembershipEvent
Deprecated.
see com.gemstone.gemfire.management.membership.ClientMembershipEvent
|
Modifier and Type | Method and Description |
---|---|
void |
ClientMembershipListenerAdapter.memberCrashed(ClientMembershipEvent event)
Invoked when a client has unexpectedly disconnected from this process or
when this process has unexpectedly disconnected from a CacheServer.
|
void |
ClientMembershipListener.memberCrashed(ClientMembershipEvent event)
Invoked when a client has unexpectedly disconnected from this process or
when this process has unexpectedly disconnected from a CacheServer.
|
void |
ClientMembershipListenerAdapter.memberJoined(ClientMembershipEvent event)
Invoked when a client has connected to this process or when this process
has connected to a CacheServer.
|
void |
ClientMembershipListener.memberJoined(ClientMembershipEvent event)
Invoked when a client has connected to this process or when this process
has connected to a CacheServer.
|
void |
ClientMembershipListenerAdapter.memberLeft(ClientMembershipEvent event)
Invoked when a client has gracefully disconnected from this process or when
this process has gracefully disconnected from a CacheServer.
|
void |
ClientMembershipListener.memberLeft(ClientMembershipEvent event)
Invoked when a client has gracefully disconnected from this process or when
this process has gracefully disconnected from a CacheServer.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.