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

A

AbstractFunctionExecutionAutoConfigurationExtension - Class in org.springframework.geode.function.config
The AbstractFunctionExecutionAutoConfigurationExtension class extends SDG's FunctionExecutionBeanDefinitionRegistrar to redefine the location of application POJO Function Execution interfaces.
AbstractFunctionExecutionAutoConfigurationExtension() - Constructor for class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
 
AbstractResultCollector<T,S> - Class in org.springframework.geode.function.support
The AbstractResultCollector class is an abstract base implementation of the ResultCollector interface encapsulating common functionality for collecting results from a Function execution.
AbstractResultCollector() - Constructor for class org.springframework.geode.function.support.AbstractResultCollector
 
addResult(DistributedMember, T) - Method in class org.springframework.geode.function.support.SingleResultReturningCollector
 
authenticate(Properties) - Method in class org.springframework.geode.security.support.SecurityManagerProxy
 
authenticate(Properties) - Method in class org.springframework.geode.security.support.SecurityManagerSupport
 
authorize(Object, ResourcePermission) - Method in class org.springframework.geode.security.support.SecurityManagerProxy
 
authorize(Object, ResourcePermission) - Method in class org.springframework.geode.security.support.SecurityManagerSupport
 

C

CacheLoaderSupport<K,V> - Interface in org.springframework.geode.cache.support
The CacheLoaderSupport interface is an extension of CacheLoader and a FunctionalInterface useful in Lambda expressions.
clearResults() - Method in class org.springframework.geode.function.support.AbstractResultCollector
 
close() - Method in interface org.springframework.geode.cache.support.CacheLoaderSupport
Closes any resources opened and used by this CacheLoader.
close() - Method in class org.springframework.geode.security.support.SecurityManagerProxy
 
close() - Method in class org.springframework.geode.security.support.SecurityManagerSupport
 
CloudCacheService - Class in org.springframework.geode.core.env.support
The CloudCacheService class is an Abstract Data Type (ADT) modeling the Pivotal Cloud Cache service in Pivotal CloudFoundry (PCF).
CloudCacheService.Locator - Class in org.springframework.geode.core.env.support
 
compareTo(CloudCacheService.Locator) - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
 
compareTo(User) - Method in class org.springframework.geode.core.env.support.User
 

D

DEFAULT_AUTHORIZATION - Static variable in class org.springframework.geode.security.support.SecurityManagerSupport
 
DEFAULT_DURABLE_CLIENT_TIMEOUT - Static variable in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
DEFAULT_KEEP_ALIVE - Static variable in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
DEFAULT_LOCATORS - Static variable in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
DEFAULT_READY_FOR_EVENTS - Static variable in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
DEFAULT_REMOTE_LOCATORS - Static variable in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
DEFAULT_TIME_UNIT - Static variable in class org.springframework.geode.function.support.AbstractResultCollector
 
destroy() - Method in class org.springframework.geode.security.support.SecurityManagerProxy
 
DistributedSystemIdConfiguration - Class in org.springframework.geode.config.annotation
The DistributedSystemIdConfiguration class is a Spring Configuration class used to configure the distributed-system-id for a peer Cache member in a cluster when using the P2P topology.
DistributedSystemIdConfiguration() - Constructor for class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
 
doExceptionThrowingOperation() - Method in interface org.springframework.geode.core.util.ObjectUtils.ExceptionThrowingOperation
 
doOperationSafely(ObjectUtils.ExceptionThrowingOperation<T>) - Static method in class org.springframework.geode.core.util.ObjectUtils
Executes the given ObjectUtils.ExceptionThrowingOperation handling any checked Exception thrown during the normal execution of the operation by rethrowing an IllegalStateException wrapping the checked Exception.
doOperationSafely(ObjectUtils.ExceptionThrowingOperation<T>, T) - Static method in class org.springframework.geode.core.util.ObjectUtils
Executes the given ObjectUtils.ExceptionThrowingOperation handling any checked Exception thrown during the normal execution of the operation, returning the default value in its place or throwing a RuntimeException if the default value is null.
doOperationSafely(ObjectUtils.ExceptionThrowingOperation<T>, Function<Throwable, T>) - Static method in class org.springframework.geode.core.util.ObjectUtils
Executes the given ObjectUtils.ExceptionThrowingOperation handling any checked Exception thrown during the normal execution of the operation by invoking the provided Exception handling Function.
DurableClientConfiguration - Class in org.springframework.geode.config.annotation
The DurableClientConfiguration class is a Spring Configuration class used to configure this ClientCache instance as a Durable Client by setting the durable-client-id and durable-client-timeout properties in addition to enabling keepAlive on ClientCache shutdown.
DurableClientConfiguration() - Constructor for class org.springframework.geode.config.annotation.DurableClientConfiguration
 

E

EnableDurableClient - Annotation Type in org.springframework.geode.config.annotation
The EnableDurableClient annotation configures a ClientCache instance as a Durable Client.
endResults() - Method in class org.springframework.geode.function.support.AbstractResultCollector
 
equals(Object) - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
 
equals(Object) - Method in class org.springframework.geode.core.env.support.User
 

F

findAllPropertiesByNameMatching(Predicate<String>) - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findAllPropertiesByNameMatching(Iterable<String>, Predicate<String>) - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findAllPropertiesByValueMatching(Predicate<Object>) - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findAllPropertiesByValueMatching(Iterable<String>, Predicate<Object>) - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findAllVcapApplicationProperties() - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findAllVcapServicesProperties() - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findFirstCloudCacheService() - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findFirstCloudCacheServiceName() - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findFirstUserByRoleClusterOperator(Service) - Method in class org.springframework.geode.core.env.VcapPropertySource
 
findMethod(Class<?>, String, Object...) - Static method in class org.springframework.geode.core.util.ObjectUtils
Finds a Method with the given name on type which can be invoked with the given arguments.
from(Environment) - Static method in class org.springframework.geode.core.env.VcapPropertySource
 
from(Properties) - Static method in class org.springframework.geode.core.env.VcapPropertySource
 
from(PropertySource<?>) - Static method in class org.springframework.geode.core.env.VcapPropertySource
 

G

GemFireFunctionExecutionAutoConfigurationRegistrar - Class in org.springframework.geode.function.config
The GemFireFunctionExecutionAutoConfigurationRegistrar class is a Spring ImportBeanDefinitionRegistrar used to register SDG POJO interfaces defining Apache Geode/Pivotal GemFire Function Executions
GemFireFunctionExecutionAutoConfigurationRegistrar() - Constructor for class org.springframework.geode.function.config.GemFireFunctionExecutionAutoConfigurationRegistrar
 
get(Object, String) - Static method in class org.springframework.geode.core.util.ObjectUtils
Gets the value of the given named Field on the given Object.
get(Object, Field) - Static method in class org.springframework.geode.core.util.ObjectUtils
Gets the value of the given Field on the given Object.
getAnnotationType() - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
 
getAnnotationType() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
getAnnotationType() - Method in class org.springframework.geode.config.annotation.GroupsConfiguration
 
getAnnotationType() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
getAnnotationType() - Method in class org.springframework.geode.config.annotation.MemberNameConfiguration
 
getBeanFactory() - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
 
getConfiguration() - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
 
getConfiguration() - Method in class org.springframework.geode.function.config.GemFireFunctionExecutionAutoConfigurationRegistrar
 
getDistributedSystemId() - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
 
getDurableClientId() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
getDurableClientTimeout() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
getGfshUrl() - Method in class org.springframework.geode.core.env.support.CloudCacheService
Returns an Optional Gfsh URL, if configured, used to connect to Pivotal GemFire's Management REST API (service).
getGroups() - Method in class org.springframework.geode.config.annotation.GroupsConfiguration
 
getHost() - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
Return the name of the host on which this CloudCacheService.Locator is running.
getInstance() - Static method in class org.springframework.geode.security.support.SecurityManagerProxy
Returns a reference to the single SecurityManagerProxy instance configured by Apache Geode/Pivotal GemFire in startup.
getKeepAlive() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
getLocatorList() - Method in class org.springframework.geode.core.env.support.CloudCacheService
Returns a List of Pivotal GemFire Locator network endpoints.
getLocators() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
getLocators() - Method in class org.springframework.geode.core.env.support.CloudCacheService
Returns an Optional String containing the list of Pivotal GemFire Locator network endpoints.
getLogger() - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
 
getLogger() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
getLogger() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
getMemberName() - Method in class org.springframework.geode.config.annotation.MemberNameConfiguration
 
getName() - Method in class org.springframework.geode.core.env.support.Service
Returns the name of this Service.
getName() - Method in class org.springframework.geode.core.env.support.User
Returns the name of this User.
getPassword() - Method in class org.springframework.geode.core.env.support.User
Returns an Optional String containing User's password.
getPort() - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
Returns the port on which this CloudCacheService.Locator is listening.
getProperty(String) - Method in class org.springframework.geode.core.env.VcapPropertySource
 
getReadyForEvents() - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
getRemoteLocators() - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
getResult() - Method in class org.springframework.geode.function.support.AbstractResultCollector
 
getResult(long, TimeUnit) - Method in class org.springframework.geode.function.support.AbstractResultCollector
 
getRole() - Method in class org.springframework.geode.core.env.support.User
Returns an Optional User.Role for this User.
getSecurityManager() - Method in class org.springframework.geode.security.support.SecurityManagerProxy
Returns a reference to the Apache Geode SecurityManager instance delegated to by this SecurityManagerProxy.
GroupsConfiguration - Class in org.springframework.geode.config.annotation
The GroupsConfiguration class is a Spring Configuration class used to configure the groups in which is member belongs in an Apache Geode/Pivotal GemFire distributed system, whether the member is a ClientCache in a client/server topology or a peer Cache in a cluster using the P2P topology.
GroupsConfiguration() - Constructor for class org.springframework.geode.config.annotation.GroupsConfiguration
 

H

hashCode() - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
 
hashCode() - Method in class org.springframework.geode.core.env.support.User
 
hasResultsEnded() - Method in class org.springframework.geode.function.support.AbstractResultCollector
 
hasResultsNotEnded() - Method in class org.springframework.geode.function.support.AbstractResultCollector
 

I

init(Properties) - Method in class org.springframework.geode.security.support.SecurityManagerSupport
 
invoke(Object, String) - Static method in class org.springframework.geode.core.util.ObjectUtils
Invokes a Method on an Object with the given name.
isClusterOperator() - Method in enum org.springframework.geode.core.env.support.User.Role
 
isDeveloper() - Method in enum org.springframework.geode.core.env.support.User.Role
 
iterator() - Method in class org.springframework.geode.core.env.VcapPropertySource
 

L

LOCATORS_PROPERTY - Static variable in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
LocatorsConfiguration - Class in org.springframework.geode.config.annotation
The LocatorsConfiguration class is a Spring Configuration class used to configure Apache Geode or Pivotal GemFire's locators and/or remote-locators properties used by a peer Cache member to join a cluster of servers when using the P2P topology.
LocatorsConfiguration() - Constructor for class org.springframework.geode.config.annotation.LocatorsConfiguration
 

M

makeAccessible(Constructor<?>) - Static method in class org.springframework.geode.core.util.ObjectUtils
 
makeAccessible(Field) - Static method in class org.springframework.geode.core.util.ObjectUtils
 
makeAccessible(Method) - Static method in class org.springframework.geode.core.util.ObjectUtils
 
MemberNameConfiguration - Class in org.springframework.geode.config.annotation
The MemberNameConfiguration class is a Spring Configuration class used to configure an Apache Geode or Pivotal GemFire's member name in the distributed system, whether the member is a client in the client/server topology or a peer in a cluster using the P2P topology.
MemberNameConfiguration() - Constructor for class org.springframework.geode.config.annotation.MemberNameConfiguration
 

N

newAnnotationBasedFunctionExecutionConfigurationSource(AnnotationMetadata) - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
 
newLocator() - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
Factory method used to construct a new CloudCacheService.Locator on the default host and port.
newLocator(int) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
Factory method used to construct a new CloudCacheService.Locator running on the default host and configured to listen on the given port.
newLocator(String) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
Factory method used to construct a new CloudCacheService.Locator configured to run on the given host and listening on the default port.
newLocator(String, int) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
Factory method used to construct a new CloudCacheService.Locator running on the configured host and listening on the configured port.
NOT_IMPLEMENTED - Static variable in class org.springframework.geode.function.support.AbstractResultCollector
 

O

ObjectUtils - Class in org.springframework.geode.core.util
The ObjectUtils class is an abstract utility class with operations for objects.
ObjectUtils() - Constructor for class org.springframework.geode.core.util.ObjectUtils
 
ObjectUtils.ExceptionThrowingOperation<T> - Interface in org.springframework.geode.core.util
 
of(String) - Static method in enum org.springframework.geode.core.env.support.User.Role
 
org.springframework.geode.cache.support - package org.springframework.geode.cache.support
 
org.springframework.geode.config.annotation - package org.springframework.geode.config.annotation
 
org.springframework.geode.core.env - package org.springframework.geode.core.env
 
org.springframework.geode.core.env.support - package org.springframework.geode.core.env.support
 
org.springframework.geode.core.util - package org.springframework.geode.core.util
 
org.springframework.geode.function.config - package org.springframework.geode.function.config
 
org.springframework.geode.function.support - package org.springframework.geode.function.support
 
org.springframework.geode.security.support - package org.springframework.geode.security.support
 

P

parse(String) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
Factory method used to parse an individual host[port] network endpoint for a Locator.
parseLocators(String) - Static method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
Factory method used to parse a comma-delimited list of Locator network endpoints into a List of CloudCacheService.Locator objects.

R

REMOTE_LOCATORS_PROPERTY - Static variable in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
resolveInvocationTarget(T, Method) - Static method in class org.springframework.geode.core.util.ObjectUtils
Resolves the invocation target for the given Method.
resolveTimeUnit(TimeUnit) - Method in class org.springframework.geode.function.support.AbstractResultCollector
 
returnValueThrowOnNull(T) - Static method in class org.springframework.geode.core.util.ObjectUtils
Returns the given value or throws an IllegalArgumentException if value is null.
returnValueThrowOnNull(T, RuntimeException) - Static method in class org.springframework.geode.core.util.ObjectUtils
Returns the given value or throws the given RuntimeException if value is null.

S

SecurityManagerProxy - Class in org.springframework.geode.security.support
The SecurityManagerProxy class is an Apache Geode SecurityManager proxy implementation delegating to a backing SecurityManager implementation which is registered as a managed bean in a Spring context.
SecurityManagerProxy() - Constructor for class org.springframework.geode.security.support.SecurityManagerProxy
Constructs a new instance of SecurityManagerProxy, which will delegate all Apache Geode security operations to a Spring managed SecurityManager bean.
SecurityManagerSupport - Class in org.springframework.geode.security.support
SecurityManagerSupport is an abstract base class implementing Apache Geode/Pivotal GemFire's SecurityManager interface, providing default implementations of the SecurityManager's auth methods.
SecurityManagerSupport() - Constructor for class org.springframework.geode.security.support.SecurityManagerSupport
 
Service - Class in org.springframework.geode.core.env.support
The Service class is an Abstract Data Type (ADT) modeling a Pivotal CloudFoundry Service.
setBeanFactory(BeanFactory) - Method in class org.springframework.geode.function.config.AbstractFunctionExecutionAutoConfigurationExtension
 
setDistributedSystemId(Integer) - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
 
setGroups(String[]) - Method in class org.springframework.geode.config.annotation.GroupsConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.DistributedSystemIdConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.DurableClientConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.GroupsConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.geode.config.annotation.MemberNameConfiguration
 
setLocators(String) - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
setMemberName(String) - Method in class org.springframework.geode.config.annotation.MemberNameConfiguration
 
setRemoteLocators(String) - Method in class org.springframework.geode.config.annotation.LocatorsConfiguration
 
setResult(S) - Method in class org.springframework.geode.function.support.AbstractResultCollector
 
setSecurityManager(SecurityManager) - Method in class org.springframework.geode.security.support.SecurityManagerProxy
Configures a reference to the Apache Geode SecurityManager instance delegated to by this SecurityManagerProxy.
SingleResultReturningCollector<T> - Class in org.springframework.geode.function.support
The SingleResultReturningCollector class is an implementation of the ResultCollector interface which returns a single result.
SingleResultReturningCollector() - Constructor for class org.springframework.geode.function.support.SingleResultReturningCollector
 

T

toString() - Method in class org.springframework.geode.core.env.support.CloudCacheService.Locator
 
toString() - Method in class org.springframework.geode.core.env.support.Service
 
toString() - Method in enum org.springframework.geode.core.env.support.User.Role
 
toString() - Method in class org.springframework.geode.core.env.support.User
 

U

UseDistributedSystemId - Annotation Type in org.springframework.geode.config.annotation
The UseDistributedSystemId annotation configures the distributed-system-id property of a peer Cache member in an Apache Geode/Pivotal GemFire P2P topology.
UseGroups - Annotation Type in org.springframework.geode.config.annotation
The UseGroups annotation configures the groups in which the member belongs in an Apache Geode or Pivotal GemFire distributed system, whether the member is a ClientCache in a client/server topology or a peer Cache in a cluster using the P2P topology.
UseLocators - Annotation Type in org.springframework.geode.config.annotation
The UseLocators annotation configures the locators and/or remote-locators Apache Geode/Pivotal GemFire properties used by a peer Cache member to join a cluster of servers when using the P2P topology as well as when configuring the multi-site, WAN topology.
UseMemberName - Annotation Type in org.springframework.geode.config.annotation
The UseMemberName annotation configures the name of the member in the Apache Geode or Pivotal GemFire distributed system, whether the member is a client in the client/server topology or a peer Cache member in the cluster using the P2P topology.
User - Class in org.springframework.geode.core.env.support
The User class is an Abstract Data Type (ADT) modeling a user in Pivotal CloudFoundry (PCF).
User.Role - Enum in org.springframework.geode.core.env.support
 

V

valueOf(String) - Static method in enum org.springframework.geode.core.env.support.User.Role
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.geode.core.env.support.User.Role
Returns an array containing the constants of this enum type, in the order they are declared.
VcapPropertySource - Class in org.springframework.geode.core.env
The VcapPropertySource class is a Spring PropertySource to process VCAP environment properties in Pivotal CloudFoundry.

W

with(String) - Static method in class org.springframework.geode.core.env.support.CloudCacheService
Factory method used to construct a new CloudCacheService initialized with the given name.
with(String) - Static method in class org.springframework.geode.core.env.support.Service
Factory method to construct a new Service initialized with a name.
with(String) - Static method in class org.springframework.geode.core.env.support.User
Factory method used to construct a new User initialized with the given name.
withGfshUrl(URL) - Method in class org.springframework.geode.core.env.support.CloudCacheService
Builder method used to configure the Gfsh URL to connect to the Pivotal GemFire Management REST API (service).
withLocators(String) - Method in class org.springframework.geode.core.env.support.CloudCacheService
Builder method used to configure the list of Locator network endpoints.
withPassword(String) - Method in class org.springframework.geode.core.env.support.User
Builder method used to set this User's password.
withRole(User.Role) - Method in class org.springframework.geode.core.env.support.User
Builder method used to set this User's User.Role.
A C D E F G H I L M N O P R S T U V W 
Skip navigation links