Skip navigation links
A C E F G H I L M N O P Q R S T U V W 

A

AbstractCommonEventProcessingCacheListener<K,V> - Class in org.springframework.geode.cache
An abstract base class implementing the Apache Geode CacheListener interface by extending the CacheListenerAdapter base class, which processes all EntryEvents and RegionEvents using the same logic.
AbstractCommonEventProcessingCacheListener() - Constructor for class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
AbstractCommonEventProcessingCacheListener.EntryEventType - Enum in org.springframework.geode.cache
 
AbstractCommonEventProcessingCacheListener.RegionEventType - Enum in org.springframework.geode.cache
 
accept(T, U, V) - Method in interface org.springframework.geode.util.function.TriConsumer
Performs a given operation on the 3 arguments.
afterCreate(EntryEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
afterDestroy(EntryEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
afterInvalidate(EntryEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
afterRegionClear(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
afterRegionCreate(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
afterRegionDestroy(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
afterRegionInvalidate(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
afterRegionLive(RegionEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
afterUpdate(EntryEvent<K, V>) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
andThen(TriConsumer<T, U, V>) - Method in interface org.springframework.geode.util.function.TriConsumer
Composes this TriConsumer with the given TriConsumer after this TriConsumer.
ARRAY_BEGIN - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
ARRAY_END - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
assertNotNull(T, String, Object...) - Static method in class org.springframework.geode.distributed.event.MembershipEvent
Asserts that the given target is not null.
assertThat(T) - Static method in class org.springframework.geode.util.GeodeAssertions
Asserts that given Object upholds certain contractual obligations.
AT_IDENTIFIER_FIELD_NAME - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
AT_TYPE_FIELD_NAME - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
authenticate(Properties) - Method in class org.springframework.geode.security.TestSecurityManager
 

C

CacheUtils - Class in org.springframework.geode.util
Abstract utility class for working with Apache Geode cache instances, such as ClientCache and peer Cache instances.
CacheUtils() - Constructor for class org.springframework.geode.util.CacheUtils
 
CLASS_NAME_PROPERTY - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
close() - Method in class org.springframework.geode.security.TestAuthInitialize
 
collectValues(Region<?, T>) - Static method in class org.springframework.geode.util.CacheUtils
Collects all values from the given Region.
COMMA - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
COMMA_NEW_LINE - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
COMMA_SPACE - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
compareTo(TestSecurityManager.User) - Method in class org.springframework.geode.security.TestSecurityManager.User
 
copy(PdxInstance) - Method in class org.springframework.geode.pdx.PdxInstanceBuilder
Copies the contents of the existing PdxInstance to a new PdxInstance built with this Builder.
crashed(boolean) - Method in class org.springframework.geode.distributed.event.support.MemberDepartedEvent
Builder method used to configure the MemberDepartedEvent.isCrashed() property indicating whether the peer member crashed when it departed from the DistributedSystem.
create() - Static method in class org.springframework.geode.pdx.PdxInstanceBuilder
Factory method used to construct a new instance of the PdxInstanceBuilder class.
create(RegionService) - Static method in class org.springframework.geode.pdx.PdxInstanceBuilder
Factory method use to construct a new instance of the PdxInstanceBuilder class initialized with the given, required RegionService used by the Builder to performs its functions.
create() - Method in interface org.springframework.geode.pdx.PdxInstanceBuilder.Factory
Creates a PdxInstance.
create() - Static method in class org.springframework.geode.security.TestAuthInitialize
 
create(String) - Static method in class org.springframework.geode.security.TestSecurityManager.User
 
createWriter() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 

E

EMPTY_STRING - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
equals(Object) - Method in class org.springframework.geode.security.TestSecurityManager.User
 

F

FIELD_TYPE_VALUE - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
from(Object) - Method in class org.springframework.geode.pdx.PdxInstanceBuilder
Constructs a new PdxInstance from the given, required source Object.
from(Object) - Static method in class org.springframework.geode.pdx.PdxInstanceWrapper
Smart, null-safe factory method used to evaluate the given Object and wrap the Object in a new instance of PdxInstanceWrapper if the Object is an instance of PdxInstance or return the given Object as is.
from(PdxInstance) - Static method in class org.springframework.geode.pdx.PdxInstanceWrapper
Factory method used to construct a new instance of PdxInstanceWrapper initialized with the given, required PdxInstance used to back the wrapper.
from(Object...) - Static method in class org.springframework.geode.util.function.InvocationArguments
 

G

GEMFIRE_PROPERTY_PREFIX - Static variable in interface org.springframework.geode.util.GeodeConstants
 
GeodeAssertions - Class in org.springframework.geode.util
Abstract utility class containing different assertions for Apache Geode objects, such as a GemFireCache or Region, and so on.
GeodeAssertions() - Constructor for class org.springframework.geode.util.GeodeAssertions
 
GeodeAssertions.AssertThat<T> - Interface in org.springframework.geode.util
The GeodeAssertions.AssertThat interface defines a contract for making assertion about a given Object used as the subject of the assert statement.
GeodeConstants - Interface in org.springframework.geode.util
Interface encapsulating common Apache Geode constants used by SBDG.
getArgumentAt(int) - Method in class org.springframework.geode.util.function.InvocationArguments
 
getArguments() - Method in class org.springframework.geode.util.function.InvocationArguments
 
getAtIdentifier() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
Searches for a PDX field declared by the @identifier metadata field on this PdxInstance and returns the value of this field as the identifier for, or identity of, this PdxInstance.
getCache() - Method in class org.springframework.geode.distributed.event.MembershipEvent
Returns an Optional reference to the peer Cache.
getClassName() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 
getCredentials(Properties, DistributedMember, boolean) - Method in class org.springframework.geode.security.TestAuthInitialize
 
getDelegate() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
Returns a reference to the configured, underlying PdxInstance backing this wrapper.
getDistributedMember() - Method in class org.springframework.geode.distributed.event.MembershipEvent
Returns an Optional reference to the DistributedMember that is the subject of this MembershipEvent.
getDistributedSystem() - Method in class org.springframework.geode.distributed.event.MembershipEvent
Returns an Optional reference to the DistributedSystem (cluster) to which the peer Cache is connected.
getDistributionManager() - Method in class org.springframework.geode.distributed.event.MembershipEvent
Returns a reference to the configured DistributionManager which is use as the source of this event.
getFailedMembers() - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
Gets the configured Iterable of failed peer members in the DistributedSystem that are on the losing side of a network partition.
getField(String) - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 
getFieldNames() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 
getId() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
Searches for a PDX field name called id on this PdxInstance and returns its value as the identifier for, or identity of, this PdxInstance.
getIdentifier() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
Determines the identifier for, or identity of, this PdxInstance.
getInstance() - Static method in class org.springframework.geode.cache.SimpleCacheResolver
Lazily constructs and gets an instance to the SimpleCacheResolver, as needed.
getName() - Method in class org.springframework.geode.security.TestSecurityManager.User
 
getObject() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
Materializes an Object from the PDX bytes described by this PdxInstance.
getObjectMapper() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
Returns an Optional reference to a configured Jackson ObjectMapper used to deserialize the JSON generated from PDX back into an Object.
getReason() - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
Returns an Optional reason describing the suspicion of the peer member.
getRegionService() - Method in class org.springframework.geode.pdx.PdxInstanceBuilder
Returns a reference to the configured RegionService used to perform the operations of this PDX Builder.
getRemainingMembers() - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
Gets the configured Iterable of remaining peer members in the DistributedSystem that are on the winning side of a network partition.
getSubject() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
Returns the Object used as the subject of this assertion.
getSuspectMember() - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
Returns an Optional DistributedMember identified as the suspect in the MembershipEvent.
getType() - Method in class org.springframework.geode.distributed.event.MembershipEvent
getType() - Method in class org.springframework.geode.distributed.event.support.MemberDepartedEvent
 
getType() - Method in class org.springframework.geode.distributed.event.support.MemberJoinedEvent
 
getType() - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
 
getType() - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
 

H

handleMemberDeparted(MemberDepartedEvent) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
handleMemberJoined(MemberJoinedEvent) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
handleMemberSuspect(MemberSuspectEvent) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
handleQuorumLost(QuorumLostEvent) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
hasField(String) - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 
hashCode() - Method in class org.springframework.geode.security.TestSecurityManager.User
 

I

ID_FIELD_NAME - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
INDENT_STRING - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
InvocationArguments - Class in org.springframework.geode.util.function
Iterable of Method invocation arguments.
InvocationArguments(Object[]) - Constructor for class org.springframework.geode.util.function.InvocationArguments
Constructs a new instance of InvocationArguments initialized with the given array of arguments.
isClientCache(RegionService) - Static method in class org.springframework.geode.util.CacheUtils
Null-safe method to determine whether the given RegionService is an instance of ClientCache.
isClientRegion(Region<?, ?>) - Static method in class org.springframework.geode.util.CacheUtils
Null-safe method to determine whether the given Region is a client Region in a ClientCache.
isCrashed() - Method in class org.springframework.geode.distributed.event.support.MemberDepartedEvent
Determines whether the peer member crashed when it departed from the DistributedSystem (cluster).
isDeserializable() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 
isEnum() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 
isIdentityField(String) - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 
isInstanceOfGemFireCacheImpl() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
Asserts the GeodeAssertions.AssertThat.getSubject() is an instance of GemFireCacheImpl.
isInstanceOfInternalDistributedSystem() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
Asserts the GeodeAssertions.AssertThat.getSubject() is an instance of InternalDistributedSystem.
isNotInstanceOfAbstractRegion() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
Asserts the GeodeAssertions.AssertThat.getSubject() is not an instance of AbstractRegion.
isNotInstanceOfGemFireCacheImpl() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
Asserts the GeodeAssertions.AssertThat.getSubject() is not an instance of GemFireCacheImpl.
isNotInstanceOfInternalDistributedSystem() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
Asserts the GeodeAssertions.AssertThat.getSubject() is not an instance of InternalDistributedSystem.
isNotNull() - Method in interface org.springframework.geode.util.GeodeAssertions.AssertThat
Asserts the subject is not null.
isPeerCache(RegionService) - Static method in class org.springframework.geode.util.CacheUtils
Null-safe method to determine whether the given RegionService is an instance of a peer Cache.
isPeerRegion(Region<?, ?>) - Static method in class org.springframework.geode.util.CacheUtils
Null-safe method to determine whether the given Region is a peer Region in a peer Cache.
isProxyRegion(Region<?, ?>) - Static method in class org.springframework.geode.util.CacheUtils
Null-safe method to determine whether the given Region is a [client] PROXY Region.
isRegionWithPool(Region<?, ?>) - Static method in class org.springframework.geode.util.CacheUtils
Null-safe method to determine whether the given Region was configured with a Pool.
iterator() - Method in class org.springframework.geode.util.function.InvocationArguments
 

L

LOG_DISK_SPACE_LIMIT - Static variable in interface org.springframework.geode.util.GeodeConstants
 
LOG_FILE - Static variable in interface org.springframework.geode.util.GeodeConstants
 
LOG_FILE_SIZE_LIMIT - Static variable in interface org.springframework.geode.util.GeodeConstants
 
LOG_LEVEL - Static variable in interface org.springframework.geode.util.GeodeConstants
 

M

memberDeparted(DistributionManager, InternalDistributedMember, boolean) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
MemberDepartedEvent - Class in org.springframework.geode.distributed.event.support
MembershipEvent fired when a DistributedMember departs from the DistributedSystem.
MemberDepartedEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.support.MemberDepartedEvent
Constructs a new instance of MemberDepartedEvent initialized with the given DistributionManager.
memberJoined(DistributionManager, InternalDistributedMember) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
MemberJoinedEvent - Class in org.springframework.geode.distributed.event.support
MembershipEvent fired when a DistributedMember joins the DistributedSystem.
MemberJoinedEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.support.MemberJoinedEvent
Constructs a new instance of MemberJoinedEvent initialized with the given DistributionManager.
MembershipEvent<T extends MembershipEvent<T>> - Class in org.springframework.geode.distributed.event
EventObject implementation indicating a membership event in the DistributedSystem.
MembershipEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.MembershipEvent
Constructs a new instance of MembershipEvent initialized with the given DistributionManager.
MembershipEvent.Type - Enum in org.springframework.geode.distributed.event
An enumeration of different type of MembershipEvents.
MembershipListenerAdapter<T extends MembershipListenerAdapter<T>> - Class in org.springframework.geode.distributed.event
An abstract MembershipListener implementation using the Adapter Software Design Pattern to delegate membership event callbacks to event handlers for those membership events.
MembershipListenerAdapter() - Constructor for class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
memberSuspect(DistributionManager, InternalDistributedMember, InternalDistributedMember, String) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
MemberSuspectEvent - Class in org.springframework.geode.distributed.event.support
MembershipEvent fired when a DistributedMember of the DistributedSystem is suspected of being unresponsive to other peer members in the cluster.
MemberSuspectEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.support.MemberSuspectEvent
Constructs a new instance of MemberSuspectEvent initialized with the given DistributionManager.

N

NEW_LINE - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
NO_FIELD_NAME - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
nullSafeTypeName(Object) - Static method in class org.springframework.geode.util.GeodeAssertions
 

O

OBJECT_BEGIN - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
OBJECT_END - Static variable in class org.springframework.geode.pdx.PdxInstanceWrapper
 
org.springframework.geode.cache - package org.springframework.geode.cache
 
org.springframework.geode.distributed.event - package org.springframework.geode.distributed.event
 
org.springframework.geode.distributed.event.support - package org.springframework.geode.distributed.event.support
 
org.springframework.geode.pdx - package org.springframework.geode.pdx
 
org.springframework.geode.security - package org.springframework.geode.security
 
org.springframework.geode.util - package org.springframework.geode.util
 
org.springframework.geode.util.function - package org.springframework.geode.util.function
 

P

PASSWORD - Static variable in interface org.springframework.geode.util.GeodeConstants
 
PdxFieldNotWritableException - Exception in org.springframework.geode.pdx
A RuntimeException thrown to indicate that a PDX field of a PdxInstance is not writable.
PdxFieldNotWritableException() - Constructor for exception org.springframework.geode.pdx.PdxFieldNotWritableException
 
PdxFieldNotWritableException(String) - Constructor for exception org.springframework.geode.pdx.PdxFieldNotWritableException
 
PdxFieldNotWritableException(Throwable) - Constructor for exception org.springframework.geode.pdx.PdxFieldNotWritableException
 
PdxFieldNotWritableException(String, Throwable) - Constructor for exception org.springframework.geode.pdx.PdxFieldNotWritableException
 
PdxInstanceBuilder - Class in org.springframework.geode.pdx
The PdxInstanceBuilder class is a Builder used to construct and initialize a PdxInstance from different sources.
PdxInstanceBuilder(RegionService) - Constructor for class org.springframework.geode.pdx.PdxInstanceBuilder
Constructs a new instance of PdxInstanceBuilder initialized with the required RegionService.
PdxInstanceBuilder.Factory - Interface in org.springframework.geode.pdx
 
PdxInstanceWrapper - Class in org.springframework.geode.pdx
The PdxInstanceWrapper class is an implementation of the PdxInstance interface wrapping an existing PdxInstance object and decorating the functionality.
PdxInstanceWrapper(PdxInstance) - Constructor for class org.springframework.geode.pdx.PdxInstanceWrapper
Constructs a new instance of PdxInstanceWrapper initialized with the given, required PdxInstance object used to back this wrapper.
processEntryEvent(EntryEvent<K, V>, AbstractCommonEventProcessingCacheListener.EntryEventType) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 
processRegionEvent(RegionEvent<K, V>, AbstractCommonEventProcessingCacheListener.RegionEventType) - Method in class org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener
 

Q

quorumLost(DistributionManager, Set<InternalDistributedMember>, List<InternalDistributedMember>) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
 
QuorumLostEvent - Class in org.springframework.geode.distributed.event.support
QuorumLostEvent is fired for the losing side of the DistributedSystem when a network partition occurs.
QuorumLostEvent(DistributionManager) - Constructor for class org.springframework.geode.distributed.event.support.QuorumLostEvent
Constructs a new instance of QuorumLostEvent initialized with the given DistributionManager.

R

register(Cache) - Method in class org.springframework.geode.distributed.event.MembershipListenerAdapter
Registers this MembershipListener with the given peer Cache.
require() - Method in class org.springframework.geode.cache.SimpleCacheResolver
Requires an instance of either a ClientCache or a peer Cache.
resolve() - Method in class org.springframework.geode.cache.SimpleCacheResolver
The resolution algorithm first tries to resolve an Optional ClientCache instance then a peer Cache instance if a ClientCache is not present.
resolveClientCache() - Method in class org.springframework.geode.cache.SimpleCacheResolver
Attempts to resolve an Optional ClientCache instance.
resolvePeerCache() - Method in class org.springframework.geode.cache.SimpleCacheResolver
Attempts to resolve an Optional Cache instance.

S

sendTo(DataOutput) - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
 
SimpleCacheResolver - Class in org.springframework.geode.cache
The SimpleCacheResolver abstract class contains utility functions for resolving Apache Geode GemFireCache instances, such as a ClientCache or a peer Cache.
SimpleCacheResolver() - Constructor for class org.springframework.geode.cache.SimpleCacheResolver
 
size() - Method in class org.springframework.geode.util.function.InvocationArguments
 

T

TestAuthInitialize - Class in org.springframework.geode.security
Simple, test AuthInitialize implementation.
TestAuthInitialize() - Constructor for class org.springframework.geode.security.TestAuthInitialize
 
TestSecurityManager - Class in org.springframework.geode.security
Simple, test SecurityManager.
TestSecurityManager() - Constructor for class org.springframework.geode.security.TestSecurityManager
 
TestSecurityManager.User - Class in org.springframework.geode.security
 
toString() - Method in class org.springframework.geode.pdx.PdxInstanceWrapper
Returns a String representation of this PdxInstance.
toString() - Method in class org.springframework.geode.security.TestSecurityManager.User
 
toString() - Method in class org.springframework.geode.util.function.InvocationArguments
 
TriConsumer<T,U,V> - Interface in org.springframework.geode.util.function
Consumer like interface accepting 3 arguments.
TupleConsumer - Interface in org.springframework.geode.util.function
Consumer implementation accepting a tuple of arguments.

U

unwrap(PdxInstance) - Static method in class org.springframework.geode.pdx.PdxInstanceWrapper
Null-safe factory method used to unwrap the given PdxInstance.
User(String) - Constructor for class org.springframework.geode.security.TestSecurityManager.User
 
USERNAME - Static variable in interface org.springframework.geode.util.GeodeConstants
 

V

valueOf(String) - Static method in enum org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.EntryEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.geode.distributed.event.MembershipEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.EntryEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.geode.cache.AbstractCommonEventProcessingCacheListener.RegionEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.geode.distributed.event.MembershipEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

withFailedMembers(DistributedMember...) - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
Null-safe builder method used to configure an array of failing peer members in the DistributedSystem on the losing side of a network partition.
withFailedMembers(Iterable<? extends DistributedMember>) - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
Null-safe builder method used to configure an Iterable of failing peer members in the DistributedSystem on the losing side of a network partition.
withMember(DistributedMember) - Method in class org.springframework.geode.distributed.event.MembershipEvent
Null-safe builder method used to configure the member that is the subject of this event.
withReason(String) - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
Builder method used to configure the reason describing the suspicion of the suspect member.
withRemainingMembers(DistributedMember...) - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
Null-safe builder method used to configure an array of remaining peer members in the DistributedSystem on the winning side of a network partition.
withRemainingMembers(Iterable<? extends DistributedMember>) - Method in class org.springframework.geode.distributed.event.support.QuorumLostEvent
Null-safe builder method used to configure an Iterable of remaining peer members in the DistributedSystem on the winning side of a network partition.
withSuspect(DistributedMember) - Method in class org.springframework.geode.distributed.event.support.MemberSuspectEvent
Builder method used to configure the peer member that is the subject of the suspicion MembershipEvent.
A C E F G H I L M N O P Q R S T U V W 
Skip navigation links