GemFire 8.2.9
A B C D E F G H I J K L M N O P Q R S T U V W 

S

save(File, SnapshotOptions.SnapshotFormat) - Method in interface com.gemstone.gemfire.cache.snapshot.CacheSnapshotService
Exports all regions in the cache to the specified directory.
save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<Object, Object>) - Method in interface com.gemstone.gemfire.cache.snapshot.CacheSnapshotService
Exports all regions in the cache to the specified directory by applying user-configured options.
save(File, SnapshotOptions.SnapshotFormat) - Method in interface com.gemstone.gemfire.cache.snapshot.RegionSnapshotService
Exports the region data into the snapshot file.
save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>) - Method in interface com.gemstone.gemfire.cache.snapshot.RegionSnapshotService
Exports the region data into the snapshot file by applying user-configured options.
saveIncomingFiles(String) - Method in interface com.gemstone.gemfire.management.cli.Result
Save the file(s) from this Result.
saveProperties() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Saves the configuration for this Agent to the file specified by @link AgentConfig#getPropertyFile.
saveSnapshot(OutputStream) - Method in interface com.gemstone.gemfire.cache.Region
Deprecated.
Scope - Class in com.gemstone.gemfire.cache
Enumerated type for region distribution scope.
SEARCH_CREATE - Static variable in class com.gemstone.gemfire.cache.Operation
An entry creation caused by a netsearch
SEARCH_UPDATE - Static variable in class com.gemstone.gemfire.cache.Operation
An entry update caused by a net search.
SECURITY_PROPERTY_FILE - Static variable in class com.gemstone.gemfire.distributed.DistributedSystem
The SECURITY_PROPERTY_FILE is the name of the property file that the connect method will check for when it looks for a security property file.
SelectResults<E> - Interface in com.gemstone.gemfire.cache.query
Contains the results of a executing a SELECT expression within a query.
selectValue(String) - Method in interface com.gemstone.gemfire.cache.Region
Selects the single value in this Region that matches the given query predicate.
sendException(Throwable) - Method in interface com.gemstone.gemfire.cache.execute.ResultSender
Sends an Exception back to the FunctionService calling thread.
sendResult(T) - Method in interface com.gemstone.gemfire.cache.execute.ResultSender
Sends a result back to the FunctionService calling thread and invokes ResultCollector.addResult(DistributedMember, Object).
SEPARATOR - Static variable in interface com.gemstone.gemfire.cache.Region
The region name separator character, represented as a string for convenience.
SEPARATOR_CHAR - Static variable in interface com.gemstone.gemfire.cache.Region
The region name separator character.
SerializationException - Exception in com.gemstone.gemfire
An exception indicating that a serialization or deserialization failed.
SerializationException(String) - Constructor for exception com.gemstone.gemfire.SerializationException
Create a new instance of SerializationException with a detail message
SerializationException(String, Throwable) - Constructor for exception com.gemstone.gemfire.SerializationException
Create a new instance of SerializationException with a detail message and cause
SerializedCacheValue<V> - Interface in com.gemstone.gemfire.cache
Class SerializedCacheValue represents a serialized cache value.
ServerConnectivityException - Exception in com.gemstone.gemfire.cache.client
A generic exception indicating that a failure has happened while communicating with a gemfire server.
ServerConnectivityException() - Constructor for exception com.gemstone.gemfire.cache.client.ServerConnectivityException
Create a new instance of ServerConnectivityException without a detail message or cause.
ServerConnectivityException(String) - Constructor for exception com.gemstone.gemfire.cache.client.ServerConnectivityException
Create a new instance of ServerConnectivityException with a detail message
ServerConnectivityException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.client.ServerConnectivityException
Create a new instance of ServerConnectivityException with a detail message and cause
ServerConnectivityException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.client.ServerConnectivityException
Create a new instance of ServerConnectivityException with a cause
ServerLauncher - Class in com.gemstone.gemfire.distributed
The ServerLauncher class is a launcher class with main method to start a GemFire Server (implying a GemFire Cache Server process).
ServerLauncher.Builder - Class in com.gemstone.gemfire.distributed
The Builder class, modeled after the Builder creational design pattern, is used to construct a properly configured and initialized instance of the ServerLauncher to control and run GemFire servers (in particular, cache servers).
ServerLauncher.Builder() - Constructor for class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Default constructor used to create an instance of the Builder class for programmatical access.
ServerLauncher.Builder(String...) - Constructor for class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Constructor used to create and configure an instance of the Builder class with the specified arguments, passed in from the command-line when launching an instance of this class from the command-line using the Java launcher.
ServerLauncher.Command - Enum in com.gemstone.gemfire.distributed
An enumerated type representing valid commands to the Server launcher.
ServerLauncher.ServerState - Class in com.gemstone.gemfire.distributed
The ServerState is an immutable type representing the state of the specified Locator at any given moment in time.
ServerLauncher.ServerState(ServerLauncher, AbstractLauncher.Status) - Constructor for class com.gemstone.gemfire.distributed.ServerLauncher.ServerState
 
ServerLauncher.ServerState(ServerLauncher, AbstractLauncher.Status, String) - Constructor for class com.gemstone.gemfire.distributed.ServerLauncher.ServerState
 
ServerLoad - Class in com.gemstone.gemfire.cache.server
A data object containing the load information for a cache server.
ServerLoad(float, float, float, float) - Constructor for class com.gemstone.gemfire.cache.server.ServerLoad
 
ServerLoad() - Constructor for class com.gemstone.gemfire.cache.server.ServerLoad
 
ServerLoadData - Class in com.gemstone.gemfire.management
Composite data type used to distribute server load information.
ServerLoadData(float, float, float, float) - Constructor for class com.gemstone.gemfire.management.ServerLoadData
 
ServerLoadProbe - Interface in com.gemstone.gemfire.cache.server
A load probe is installed in a bridge server to measure the load on the bridge server for balancing load between multiple bridge servers.
ServerLoadProbeAdapter - Class in com.gemstone.gemfire.cache.server
Utility class that implements all methods in ServerLoadProbe with empty implementations for open and close.
ServerLoadProbeAdapter() - Constructor for class com.gemstone.gemfire.cache.server.ServerLoadProbeAdapter
 
ServerMetrics - Interface in com.gemstone.gemfire.cache.server
Metrics about the resource usage for a bridge server.
ServerOperationException - Exception in com.gemstone.gemfire.cache.client
An exception indicating that a failure has happened on the server while processing an operation that was sent to it by a client.
ServerOperationException() - Constructor for exception com.gemstone.gemfire.cache.client.ServerOperationException
Create a new instance of ServerOperationException without a detail message or cause.
ServerOperationException(String) - Constructor for exception com.gemstone.gemfire.cache.client.ServerOperationException
Create a new instance of ServerOperationException with a detail message
ServerOperationException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.client.ServerOperationException
Create a new instance of ServerOperationException with a detail message and cause
ServerOperationException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.client.ServerOperationException
Create a new instance of ServerOperationException with a cause
ServerRefusedConnectionException - Exception in com.gemstone.gemfire.cache.client
A ServerRefusedConnectionException indicates a client attempted to connect to a server, but the handshake was rejected.
ServerRefusedConnectionException(DistributedMember, String) - Constructor for exception com.gemstone.gemfire.cache.client.ServerRefusedConnectionException
Constructs an instance of ServerRefusedConnectionException with the specified detail message.
ServerRefusedConnectionException - Exception in com.gemstone.gemfire.cache.util
Deprecated.
as of 5.7 use ServerRefusedConnectionException from the client package instead.
ServerRefusedConnectionException(DistributedMember, String) - Constructor for exception com.gemstone.gemfire.cache.util.ServerRefusedConnectionException
Deprecated.
Constructs an instance of ServerRefusedConnectionException with the specified detail message.
set(String, String) - Method in class com.gemstone.gemfire.cache.CacheFactory
Sets a gemfire property that will be used when creating the Cache.
set(String, String) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets a gemfire property that will be used when creating the ClientCache.
set(String, String) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets a GemFire Distributed System Property.
set(String, String) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets a GemFire Distributed System Property.
setAckSevereAlertThreshold(int) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the ack-severe-alert-threshold for the system
setAckSevereAlertThreshold(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setAckWaitThreshold(int) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the ack-wait-threshold for the system
setAckWaitThreshold(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setAgentSSLCiphers(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the SSL ciphers used when connecting to the JMX agent.
setAgentSSLEnabled(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether or not SSL is required for the JMX agent.
setAgentSSLProtocols(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the SSL protocols used when connecting to the JMX agent.
setAgentSSLRequireAuth(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether SSL authentication is used when connecting to the RMI connector.
setAlertLevel(AlertLevel) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Sets the lowest level of alert that should be delivered to the AlertListeners registered on this AdminDistributedSystem.
setAlertLevelAsString(String) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Sets the lowest level of alert that should be delivered to the AlertListeners registered on this AdminDistributedSystem.
setAlertThreshold(int) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Sets the alert threshold for entries in a Gateway's queue.
setAlertThreshold(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the alert threshold in milliseconds for entries in a GatewaySender 's queue.
setAllowForceCompaction(boolean) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Set to true to allow DiskStore.forceCompaction() to be called on regions using this disk store.
setArchiveDiskSpaceLimit(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setArchiveFileSizeLimit(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setAssignBuckets(Boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets whether buckets should be assigned to partitioned regions in the cache upon Server start.
setAsyncDistributionTimeout(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setAsyncMaxQueueSize(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setAsyncQueueTimeout(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setAutoCompact(boolean) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Set to true to cause the disk files to be automatically compacted.
setAutoConnect(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether or not the JMX agent will automatically connect to the distributed system it administers.
setBackedUpDiskStores(Map<String, String[]>) - Method in class com.gemstone.gemfire.management.DiskBackupStatus
Sets the map of member names/IDs and the PersistentID of the disk stores that were backed up.
setBatchConflation(boolean) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Sets whether to enable batch conflation for a Gateway's queue.
setBatchConflationEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets whether to enable batch conflation for AsyncEventQueue.
setBatchConflationEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets whether to enable batch conflation for a GatewaySender's queue.
setBatchSize(int) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets the batch size for an AsyncEventQueue's queue.
setBatchSize(int) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Sets the batch size for a Gateway's queue.
setBatchSize(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the batch size to be picked at the time of dispatching from a GatewaySender's queue.
setBatchTimeInterval(int) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets the batch time interval (in milliseconds) for a AsyncEventQueue.
setBatchTimeInterval(int) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Sets the batch time interval for a Gateway's queue.
setBatchTimeInterval(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets a time interval in milliseconds to wait to form a batch to be dispatched from a GatewaySender's queue.
setBindAddress(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the IP address to which the distributed system's server sockets are bound.
setBindAddress(String) - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Deprecated.
Sets the address to which the distribution locator's port is (or will be) bound.
setBindAddress(String) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the ip address or host name that this server is to listen on for client connections.
setBindAddress(String) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the ip address or host name that this server is to listen on for client connections.
setBindAddress(String) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets the ip address or host name that this cache server is to listen on for client connections.
setBindAddress(String) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the ip address or host name that this server is to listen on for client connections.
setBindAddress(String) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Sets the ip address or host name that this GatewayHub will listen on for connections.
setBindAddress(String) - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
Sets the ip address or host name that this GatewayReceiver is to listen on for GatewaySender Connection
setBindAddress(String) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets the IP address as an java.net.InetAddress to which the Locator has bound itself listening for client requests.
setBindAddress(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setBytesReceivedRate(float) - Method in class com.gemstone.gemfire.management.NetworkMetrics
Sets the average number of bytes per second received.
setBytesSentRate(float) - Method in class com.gemstone.gemfire.management.NetworkMetrics
Sets the average number of bytes per second sent.
setBytesThreshold(long) - Method in class com.gemstone.gemfire.cache.DiskWriteAttributesFactory
Deprecated.
setCacheListener(CacheListener<K, V>) - Method in class com.gemstone.gemfire.cache.AttributesFactory
setCacheListener(CacheListener<K, V>) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
setCacheLoader(CacheLoader<K, V>) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the cache loader for the next RegionAttributes created.
setCacheLoader(CacheLoader<K, V>) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Changes the cache loader for the region.
setCacheLoader(CacheLoader<K, V>) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the cache loader for the next RegionAttributes created.
setCacheWriter(CacheWriter<K, V>) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the cache writer for the next RegionAttributes created.
setCacheWriter(CacheWriter<K, V>) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Changes the cache writer for the region.
setCacheWriter(CacheWriter<K, V>) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the cache writer for the next RegionAttributes created.
setCacheXMLFile(String) - Method in interface com.gemstone.gemfire.admin.CacheServerConfig
Deprecated.
Sets the cache.xml declarative caching initialization file used to configure this cache server VM.
setCacheXMLFile(String) - Method in interface com.gemstone.gemfire.admin.CacheVmConfig
Deprecated.
Sets the cache.xml declarative caching initialization file used to configure this cache server VM.
setCacheXMLFile(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setCallbackArg(Object) - Method in class com.gemstone.gemfire.cache.operations.KeyOperationContext
Set the callback argument object for this operation.
setCallbackArg(Object) - Method in class com.gemstone.gemfire.cache.operations.PutAllOperationContext
Set the callback argument object for this operation.
setCallbackArg(Object) - Method in class com.gemstone.gemfire.cache.operations.RegionOperationContext
Set the callback argument object for this operation.
setCallbackArg(Object) - Method in class com.gemstone.gemfire.cache.operations.RemoveAllOperationContext
Set the callback argument object for this operation.
setCapacity(int) - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
Sets the capacity of the client queue.
setClassPath(String) - Method in interface com.gemstone.gemfire.admin.CacheServerConfig
Deprecated.
Sets the location(s) of user classes (such as cache loaders) required by the cache server VM.
setClassPath(String) - Method in interface com.gemstone.gemfire.admin.CacheVmConfig
Deprecated.
Sets the location(s) of user classes (such as cache loaders) required by the cache server VM.
setClientConflation(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClientCQCount(int) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
 
setClientId(String) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the ID of the client.
setClientId(String) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setCloningEnabled(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets cloning on region.
setCloningEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Sets cloning on region
setCloningEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets cloning on region
setCloningEnabled(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets cloning on region
setClusterSSLCiphers(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClusterSSLEnabled(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClusterSSLKeyStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClusterSSLKeyStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClusterSSLKeyStoreType(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClusterSSLProtocols(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClusterSSLRequireAuthentication(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClusterSSLTrustStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setClusterSSLTrustStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setColocatedWith(String) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Sets the name of the PartitionRegion with which this newly created partitioned region is colocated
setCommand(LocatorLauncher.Command) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets the Locator launcher command used during the invocation of the LocatorLauncher
setCommand(ServerLauncher.Command) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the Sever launcher command used during the invocation of the ServerLauncher
setCommandPersisted(boolean) - Method in interface com.gemstone.gemfire.management.cli.Result
Sets whether the command changes have not been persisted to the cluster configuration
setCompactionThreshold(int) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the threshold at which an oplog will become compactable.
setCompactionThreshold(int) - Method in class com.gemstone.gemfire.cache.DiskWriteAttributesFactory
Deprecated.
setCompressor(Compressor) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets this region's compressor for compressing entry values.
setCompressor(Compressor) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Set the compressor to be used by this region for compressing region entry values.
setCompressor(Compressor) - Method in class com.gemstone.gemfire.cache.RegionFactory
Set the compressor to be used by this region for compressing region entry values.
setConcurrencyChecksEnabled(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Enables or disabled concurrent modification checks.
setConcurrencyChecksEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Enables or disabled concurrent modification checks
setConcurrencyChecksEnabled(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Enables a versioning system that detects concurrent modifications and ensures that region contents are consistent across the distributed system.
setConcurrencyLevel(int) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the concurrency level of the next RegionAttributes created.
setConcurrencyLevel(int) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the concurrency level tof the next RegionAttributes created.
setConcurrencyLevel(int) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the concurrency level tof the next RegionAttributes created.
setConfigFile(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setConfiguration(ConfigurationParameter[]) - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Sets the configuration of this member.
setConnected(boolean) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
 
setConnectionLoad(float) - Method in class com.gemstone.gemfire.cache.server.ServerLoad
Set the load due to client to server connections.
setConserveSockets(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setContext(Object) - Method in class com.gemstone.gemfire.DataSerializer
For internal use only.
setContext(Object) - Method in class com.gemstone.gemfire.Instantiator
sets the context of this Instantiator.
setCopyOnRead(boolean) - Method in interface com.gemstone.gemfire.cache.GemFireCache
Sets the "copy on read" feature for cache read operations.
setCpus(int) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the number of CPUs available to the client.
setCriticalHeapPercentage(float) - Method in interface com.gemstone.gemfire.cache.control.ResourceManager
Set the percentage of heap at or above which the cache is considered in danger of becoming inoperable due to garbage collection pauses or out of memory exceptions.
setCriticalHeapPercentage(Float) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the idleTimeout CustomExpiry for the next RegionAttributes created.
setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Changes the CustomExpiry for idleTimeout for values in the region
setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the custom idleTimeout for the next RegionAttributes created.
setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the custom idleTimeout for the next RegionAttributes created.
setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the custom timeToLive for the next RegionAttributes created.
setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Changes the custom timeToLive for values in this region
setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the custom timeToLive expiration method for the next RegionAttributes created.
setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the custom timeToLive expiration method for the next RegionAttributes created.
setDataPolicy(DataPolicy) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the data policy for the next RegionAttributes created.
setDataPolicy(DataPolicy) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the data policy for the next RegionAttributes created.
setDebug(boolean) - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
Sets the debug mode of the GemFire launcher class.
setDebug(Boolean) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets whether the new instance of the LocatorLauncher will be set to debug mode.
setDebug(Boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets whether the new instance of the ServerLauncher will be set to debug mode.
setDefaultGemFireHealthConfig(GemFireHealthConfig) - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Sets the GemFireHealthConfig for GemFire components whose configurations are not overridden on a per-host basis.
setDeltaPropagation(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setDepartureCorrelationWindow(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setDisableAutoReconnect(boolean) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Disables auto reconnect after being forced out of the distributed system
setDisableDefaultServer(Boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets a boolean value indicating whether to add a default cache when the GemFire Server comes online.
setDisableTcp(boolean) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the disable-tcp property for the system.
setDisableTcp(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setDiskDirs(File[]) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
setDiskDirs(File[]) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the directories to which this disk store's data is written.
setDiskDirs(File[]) - Method in class com.gemstone.gemfire.cache.RegionFactory
Deprecated.
setDiskDirsAndSizes(File[], int[]) - Method in class com.gemstone.gemfire.cache.AttributesFactory
setDiskDirsAndSizes(File[], int[]) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the directories to which this disk store's data is written and also set the sizes in megabytes of each directory.
setDiskDirsAndSizes(File[], int[]) - Method in class com.gemstone.gemfire.cache.RegionFactory
setDiskFlushAvgLatency(long) - Method in class com.gemstone.gemfire.management.DiskMetrics
Sets the flush time average latency.
setDiskReadsRate(float) - Method in class com.gemstone.gemfire.management.DiskMetrics
Sets the average number of disk reads per second.
setDiskStoreName(String) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets the disk store name for overflow or persistence.
setDiskStoreName(String) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the DiskStore name attribute.
setDiskStoreName(String) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the DiskStore name attribute.
setDiskStoreName(String) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the DiskStore name attribute.
setDiskStoreName(String) - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
Sets the disk store name for overflow
setDiskStoreName(String) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Sets the disk store name for overflow
setDiskStoreName(String) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the disk store name for overflow or persistence
setDiskSynchronous(boolean) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets whether or not the writing to the disk is synchronous.
setDiskSynchronous(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets whether or not the writing to the disk is synchronous.
setDiskSynchronous(boolean) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets whether or not the writing to the disk is synchronous.
setDiskSynchronous(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets whether or not the writing to the disk is synchronous.
setDiskSynchronous(boolean) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets whether or not the writing to the disk is synchronous.
setDiskUsageCriticalPercentage(float) - Method in interface com.gemstone.gemfire.cache.DiskStore
Sets the value of the disk usage critical percentage.
setDiskUsageCriticalPercentage(float) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the critical threshold for disk usage as a percentage of the total disk volume.
setDiskUsageCriticalPercentage(float) - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Sets the value of the disk usage critical percentage.
setDiskUsageWarningPercentage(float) - Method in interface com.gemstone.gemfire.cache.DiskStore
Sets the value of the disk usage warning percentage.
setDiskUsageWarningPercentage(float) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the warning threshold for disk usage as a percentage of the total disk volume.
setDiskUsageWarningPercentage(float) - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Sets the value of the disk usage warning percentage.
setDiskWriteAttributes(DiskWriteAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
setDiskWriteAttributes(DiskWriteAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Deprecated.
setDiskWritesRate(float) - Method in class com.gemstone.gemfire.management.DiskMetrics
Sets the average number of disk writes per second.
setDispatcherThreads(int) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets the number of dispatcher thread.
setDispatcherThreads(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the number of dispatcher thread.
setDistributedSystemHealthConfig(DistributedSystemHealthConfig) - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Sets the configuration for determining the health of the distributed system itself.
setDistributedSystemProperties(Properties) - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Deprecated.
Sets the properties used to configure the locator's DistributedSystem.
setDouble(int, double) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a statistic with the given id whose type is double.
setDouble(StatisticDescriptor, double) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a described statistic of type double
setDouble(String, double) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a named statistic of type double.
setDurableClientId(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setDurableClientTimeout(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setEarlyAck(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
This setting no longer has any effect.
setEarlyAck(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Deprecated.
As of 6.5 this setting no longer has any effect.
setEarlyAck(boolean) - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
EarlyAck communication is unsafe and no longer supported
setElementType(ObjectType) - Method in interface com.gemstone.gemfire.cache.query.SelectResults
Specify a new elementType, overriding any existing known elementType.
setEmailNotificationEnabled(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether Emails for Notifications is enabled See description above.
setEmailNotificationFrom(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the EmailID from whom notification emails are sent.
setEmailNotificationHost(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the Host Name from whom notification emails are sent.
setEmailNotificationToList(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the EmailID from whom notification emails are sent as a comma separated list.
setEnableAdministrationOnly(boolean) - Static method in class com.gemstone.gemfire.admin.AdminDistributedSystemFactory
Deprecated.
Call this method with a value of true to dedicate the VM to GemFire administration only.
setEnableAsyncConflation(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets whether or not conflation is enabled for sending messages to async peers.
setEnableAsyncConflation(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets whether or not conflation is enabled for sending messages to async peers.
setEnableBridgeConflation(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
setEnableConflation(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
setEnableGateway(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets whether or not updates are sent to defined Gateways.
setEnableGateway(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Deprecated.
setEnableNetworkPartitionDetection(boolean) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Turns on network partition detection
setEnableNetworkPartitionDetection(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setEnablePersistence(boolean) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Sets whether to enable persistence for a Gateway's queue.
setEnableSubscriptionConflation(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets whether or not conflation is enabled for sending messages from a cache server to its clients.
setEnableSubscriptionConflation(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets whether or not conflation is enabled for sending messages from a cache server to its clients.
setEnableTimeStatistics(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setEnableWAN(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
setEndPort(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
Sets the end port for the GatewayReceiver.
setEnforceUniqueHost(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setEntityConfigXMLFile(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the name of the XML file that specifies the configuration of managed entities administered by the DistributedSystem.
setEntryCount(int) - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
setEntryIdleTimeout(ExpirationAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the idleTimeout expiration attributes for region entries for the next RegionAttributes created.
setEntryIdleTimeout(ExpirationAttributes) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Changes the idleTimeout expiration attributes for values in the region.
setEntryIdleTimeout(ExpirationAttributes) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the idleTimeout expiration attributes for region entries for the next RegionAttributes created.
setEntryIdleTimeout(ExpirationAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the idleTimeout expiration attributes for region entries for the next RegionAttributes created.
setEntryTimeToLive(ExpirationAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the timeToLive expiration attributes for region entries for the next RegionAttributes created.
setEntryTimeToLive(ExpirationAttributes) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Changes the timeToLive expiration attributes for values in this region.
setEntryTimeToLive(ExpirationAttributes) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the timeToLive expiration attributes for region entries for the next RegionAttributes created.
setEntryTimeToLive(ExpirationAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the timeToLive expiration attributes for region entries for the next RegionAttributes created.
setEventId(Object) - Method in class com.gemstone.gemfire.DataSerializer
For internal use only.
setEventId(Object) - Method in class com.gemstone.gemfire.Instantiator
sets the unique eventId of this Instantiator.
setEventsConflated(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setEventsEnqued(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setEventsExpired(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setEventsRemoved(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setEventsRemovedByQrm(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setEventsTaken(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setEvictionAttributes(EvictionAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the EvictionController for the next RegionAttributes created.
setEvictionAttributes(EvictionAttributes) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the eviction attributes that controls growth of the Region to be created.
setEvictionAttributes(EvictionAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the eviction attributes that controls growth of the Region to be created.
setEvictionHeapPercentage(float) - Method in interface com.gemstone.gemfire.cache.control.ResourceManager
Set the percentage of heap at or above which the eviction should begin on Regions configured for HeapLRU eviction.
setEvictionHeapPercentage(Float) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
setEvictionPolicy(String) - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
Sets the eviction policy that is executed when capacity of the client queue is reached.
setExitOK(boolean) - Static method in class com.gemstone.gemfire.SystemFailure
Indicate whether it is acceptable to call System.exit(int) after failure processing has completed.
setFailure(Error) - Static method in class com.gemstone.gemfire.SystemFailure
Set the underlying system failure, if not already set.
setFailureAction(Runnable) - Static method in class com.gemstone.gemfire.SystemFailure
Sets a user-defined action that is run in the event that failure has been detected.
setFailureMemoryThreshold(long) - Static method in class com.gemstone.gemfire.SystemFailure
Set the memory threshold under which system failure will be notified.
setField(String, Object) - Method in interface com.gemstone.gemfire.pdx.WritablePdxInstance
Set the existing named field to the given value.
setFilter(SnapshotFilter<K, V>) - Method in interface com.gemstone.gemfire.cache.snapshot.SnapshotOptions
Sets a filter to apply to snapshot entries.
setForce(Boolean) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets the boolean value used by the Locator to determine if it should overwrite the PID file if it already exists.
setForce(Boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the boolean value used by the Server to determine if it should overwrite the PID file if it already exists.
setFreeConnectionTimeout(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Sets the free connection timeout for this pool.
setGatewayConflictResolver(GatewayConflictResolver) - Method in interface com.gemstone.gemfire.cache.Cache
Adds a gateway event conflict resolution resolver.
setGatewayEventSubstitutionFilter(GatewayEventSubstitutionFilter) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the provided GatewayEventSubstitutionFilter in this GatewaySenderFactory.
setGatewayEventSubstitutionListener(GatewayEventSubstitutionFilter) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets the GatewayEventSubstitutionFilter.
setGatewayHub(String, int) - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
as of GemFire 5.1, use Cache.addGatewayHub(java.lang.String, int) instead.
setGatewayHubId(String) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the id of the GatewayHub to which events are distributed.
setGatewayHubId(String) - Method in class com.gemstone.gemfire.cache.RegionFactory
Deprecated.
setGatewaySSLCiphers(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGatewaySSLEnabled(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGatewaySSLKeyStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGatewaySSLKeyStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGatewaySSLKeyStoreType(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGatewaySSLProtocols(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGatewaySSLRequireAuthentication(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGatewaySSLTrustStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGatewaySSLTrustStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setGemFireHealthConfig(String, GemFireHealthConfig) - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Sets the GemFireHealthConfig for GemFire components that reside on a given host.
setGlobalProperties(Properties) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
setGroups(String[]) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the list of server groups this bridge server will belong to.
setGroups(String[]) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the list of server groups this cache server will belong to.
setGroups(String[]) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Deprecated.
as of 7.0 use the groups gemfire property
setGroups(String[]) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the list of server groups this cache server will belong to.
setHealthEvaluationInterval(int) - Method in interface com.gemstone.gemfire.admin.GemFireHealthConfig
Deprecated.
Sets the number of seconds between assessments of the health of the GemFire components.
setHelp(Boolean) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets whether the new instance of LocatorLauncher will be used to output help information for either a specific command, or for using LocatorLauncher in general.
setHelp(Boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets whether the new instance of ServerLauncher will be used to output help information for either a specific command, or for using ServerLauncher in general.
setHost(String) - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Sets the name of the host on which the managed entity will run.
setHostName(String) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the name of the host on which the client is running.
setHostnameForClients(String) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the ip address or host name that this server is to listen on for client connections.
setHostnameForClients(String) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the ip address or host name that this server is to listen on for client connections.
setHostnameForClients(String) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets the ip address or host name that this cache server is to listen on for client connections.
setHostnameForClients(String) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the ip address or host name that this server is to listen on for client connections.
setHostnameForClients(String) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets the hostname used by clients to lookup the Locator.
setHostNameForClients(String) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
setHostnameForSenders(String) - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
Sets the ip address or host name that server locators will tell GatewaySenders that this GatewayReceiver is listening on.
setHttpAuthEnabled(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether or not the HTTP adapter authenticates connections.
setHttpAuthPassword(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the password for HTTP adapter authentication.
setHttpAuthUser(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the user name for HTTP adapter authentication.
setHttpBindAddress(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the bind address to which the HTTP adapter's listening socket is bound.
setHttpEnabled(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether or not the HTTP adapter is enabled.
setHttpPort(int) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the port of the HTTP adapter.
setHttpServiceBindAddress(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServicePort(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLCiphers(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLEnabled(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLKeyStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLKeyStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLKeyStoreType(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLProtocols(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLRequireAuthentication(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLTrustStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpServiceSSLTrustStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setHttpSSLRequireAuth(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether SSL authentication is used when connecting to the HTTP connector.
setId(String) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Sets the identifier for this GatewayHub
setIdleTimeout(long) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Set the amount of time a connection can be idle before expiring the connection.
setIgnoreJTA(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the flag telling a region to ignore JTA transactions.
setIgnoreJTA(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets whether operations on this region should be controlled by JTA transactions or not
setIncludeFile(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setIndexMaintenanceSynchronous(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Set how indexes on the region should be maintained.
setIndexMaintenanceSynchronous(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets how indexes on this region are kept current.
setInitialCapacity(int) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the entry initial capacity for the next RegionAttributes created.
setInitialCapacity(int) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the entry initial capacity for the next RegionAttributes created.
setInitialCapacity(int) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the entry initial capacity for the next RegionAttributes created.
setInt(int, int) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a statistic with the given id whose type is int.
setInt(String, int) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a named statistic of type int
setInt(StatisticDescriptor, int) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a described statistic of type int
setIsPostOperation(boolean) - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
 
setIsServer(boolean) - Method in interface com.gemstone.gemfire.cache.Cache
Sets whether or not this Cache resides in a long-running "cache server" VM.
setJmxManager(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerAccessFile(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerBindAddress(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerHostnameForClients(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerHttpPort(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerPasswordFile(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerPort(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSL(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLCiphers(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLEnabled(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLKeyStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLKeyStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLKeyStoreType(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLProtocols(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLRequireAuthentication(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLTrustStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerSSLTrustStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerStart(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setJmxManagerUpdateRate(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setKey(Object) - Method in class com.gemstone.gemfire.cache.operations.InterestOperationContext
Set the key for this register/unregister interest operation.
setKeyConstraint(Class<K>) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the key constraint for the next RegionAttributes created.
setKeyConstraint(Class<K>) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the key constraint for the next RegionAttributes created.
setKeyConstraint(Class<K>) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the key constraint for the next RegionAttributes created.
setKeySet(Set) - Method in class com.gemstone.gemfire.cache.operations.KeySetOperationContext
Set the keys to be returned as the result of Region.keySet() operation.
setLicenseApplicationCache(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setLicenseDataManagement(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setLicenseServerTimeout(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setLicenseWorkingDir(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setListener(TransactionListener) - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
setLoadConditioningInterval(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Sets the load conditioning interval for this pool.
setLoadFactor(float) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the entry load factor for the next RegionAttributes created.
setLoadFactor(float) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the entry load factor for the next RegionAttributes created.
setLoadFactor(float) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the entry load factor for the next RegionAttributes created.
setLoadPerConnection(float) - Method in class com.gemstone.gemfire.cache.server.ServerLoad
Set the estimated load per connection.
setLoadPerSubscriptionConnection(float) - Method in class com.gemstone.gemfire.cache.server.ServerLoad
Set the estimated load per subscription connection.
setLoadPollInterval(long) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Set the frequency in milliseconds to poll the load probe on this bridge server
setLoadPollInterval(long) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Set the frequency in milliseconds to poll the load probe on this cache server
setLoadPollInterval(long) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Set the frequency in milliseconds to poll the load probe on this cache server
setLoadPollInterval(long) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Set the frequency in milliseconds to poll the load probe on this cache server
setLoadProbe(ServerLoadProbe) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Set the load probe for this bridge server.
setLoadProbe(ServerLoadProbe) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Set the load probe for this cache server.
setLoadProbe(ServerLoadProbe) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Set the load probe for this cache server.
setLoadProbe(ServerLoadProbe) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Set the load probe for this cache server.
setLocale(Locale) - Static method in class com.gemstone.gemfire.i18n.StringId
 
setLocalMaxMemory(int) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Sets the maximum amount of memory, in megabytes, to be used by the region in this process.
setLocalProperties(Properties) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Deprecated.
use PartitionAttributesFactory.setLocalMaxMemory(int) in GemFire 5.1 and later releases
setLocators(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the comma-delimited list of locators for the system
setLocators(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setLockGrantor(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets whether this region should become lock grantor.
setLockGrantor(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets whether this region should become lock grantor.
setLockLease(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Sets the length, in seconds, of distributed lock leases obtained by this cache.
setLockLease(int) - Method in interface com.gemstone.gemfire.cache.Cache
Sets the length, in seconds, of distributed lock leases obtained by this cache.
setLockTimeout(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Sets the number of seconds a cache operation may wait to obtain a distributed lock lease before timing out.
setLockTimeout(int) - Method in interface com.gemstone.gemfire.cache.Cache
Sets the number of seconds a cache operation may wait to obtain a distributed lock lease before timing out.
setLogDiskSpaceLimit(int) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the log disk space limit in megabytes
setLogDiskSpaceLimit(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setLogFile(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the name of the log file to which informational messages are written.
setLogFile(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setLogFileSizeLimit(int) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the log file size limit in megabytes
setLogFileSizeLimit(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setLogLevel(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the level at which information messages are logged.
setLogLevel(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setLong(int, long) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a statistic with the given id whose type is long.
setLong(StatisticDescriptor, long) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a described statistic of type long
setLong(String, long) - Method in interface com.gemstone.gemfire.Statistics
Sets the value of a named statistic of type long.
setManualStart(boolean) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Sets the manual start boolean property for this GatewayHub.
setManualStart(boolean) - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
Sets the manual start boolean property for this GatewayReceiver.
setManualStart(boolean) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the manual start boolean property for this GatewaySender.
setMap(Map) - Method in class com.gemstone.gemfire.cache.operations.PutAllOperationContext
Deprecated.
use getMap() instead and modify the values in the map it returns
setMarkerEventsConflated(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setMaxConnections(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the maxium number of client connections allowed.
setMaxConnections(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the maxium number of client connections allowed.
setMaxConnections(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Set the max number of client to server connections that the pool will create.
setMaxConnections(int) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets the maxium number of client connections allowed.
setMaxConnections(int) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the maxium number of client connections allowed.
setMaxConnections(int) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Sets the maximum number of Gateway connections allowed.
setMaxConnections(Integer) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
setMaxDepartedApplications(long) - Method in interface com.gemstone.gemfire.admin.DistributedSystemHealthConfig
Deprecated.
Sets the maximum number of application members that can unexceptedly leave a healthy the distributed system.
setMaxEventQueueSize(long) - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Deprecated.
Sets the maximum number of entries in the event delivery queue of a healthy cache member.
setMaximum(int) - Method in interface com.gemstone.gemfire.cache.EvictionAttributesMutator
Sets the maximum value on the EvictionAttributesImpl that the given EvictionAlgorithm uses to determine when to perform its EvictionAction.
setMaximumMessageCount(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets maximum number of messages that can be enqueued in a client-queue.
setMaximumMessageCount(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets maximum number of messages that can be enqueued in a client-queue.
setMaximumMessageCount(int) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets maximum number of messages that can be enqueued in a client-queue.
setMaximumMessageCount(int) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets maximum number of messages that can be enqueued in a client-queue.
setMaximumQueueMemory(int) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets the maximum amount of memory (in MB) for an AsyncEventQueue's queue.
setMaximumQueueMemory(int) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Sets the maximum amount of memory (in MB) for a Gateway's queue.
setMaximumQueueMemory(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the maximum amount of memory (in MB) for a GatewaySender's queue.
setMaximumTimeBetweenPings(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the maximum amount of time between client pings.
setMaximumTimeBetweenPings(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the maximum amount of time between client pings.
setMaximumTimeBetweenPings(int) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets the maximum amount of time between client pings.
setMaximumTimeBetweenPings(int) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the maximum amount of time between client pings.
setMaximumTimeBetweenPings(int) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Sets the maximum amount of time between client pings.
setMaximumTimeBetweenPings(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
Sets the maximum amount of time between client pings.The default is 60000 ms.
setMaxLoadTime(long) - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Deprecated.
Sets the maximum mumber of milliseconds a cache load operation can take before the cache member is considered to be unhealthy.
setMaxMessageCount(Integer) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
setMaxMessageQueueSize(long) - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Deprecated.
Sets the maximum number of enqueued incoming or outgoing messages that a healthy member of a distributed system can have.
setMaxNetSearchTime(long) - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Deprecated.
Sets the maximum number of milliseconds a netSearch operation can take before the cache member is considered to be unhealthy.
setMaxNumReconnectTries(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMaxOplogSize(long) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the maximum size in megabytes a single oplog (operation log) is allowed to be.
setMaxOplogSize(int) - Method in class com.gemstone.gemfire.cache.DiskWriteAttributesFactory
Deprecated.
setMaxOplogSizeInBytes(long) - Method in class com.gemstone.gemfire.cache.DiskWriteAttributesFactory
Deprecated.
setMaxReplyTimeouts(long) - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Deprecated.
Sets the maximum number message replies that can timeout in a healthy member.
setMaxRetransmissionRatio(double) - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Deprecated.
Sets the maximum ratio of multicast retransmissions / total multicast messages.
setMaxThreads(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the maxium number of threads allowed in this server to service client requests.
setMaxThreads(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the maxium number of threads allowed in this server to service client requests.
setMaxThreads(int) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets the maxium number of threads allowed in this cache server to service client requests.
setMaxThreads(int) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the maxium number of threads allowed in this server to service client requests.
setMaxThreads(Integer) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
setMaxVMProcessSize(long) - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Deprecated.
Sets the maximum VM process size (in megabytes) of a healthy member of the distributed system.
setMaxWaitTimeForReconnect(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMcastAddress(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the multicast address for the system
setMcastAddress(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMcastByteAllowance(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMcastPort(int) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the multicast port for the system
setMcastPort(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMcastRechargeBlockMs(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMcastRechargeThreshold(float) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMcastRecvBufferSize(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMcastSendBufferSize(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMcastTTL(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMemberGroups(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMemberName(String) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets the member name of the Locator in GemFire.
setMemberName(String) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the member name of the Server in GemFire.
setMemberName(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMembershipAttributes(MembershipAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the MembershipAttributes that describe the membership roles required for reliable access to the region.
setMembershipAttributes(MembershipAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the MembershipAttributes that describe the membership roles required for reliable access to the region.
setMembershipPortRange(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the membership-port-range property of the Distributed System.
setMembershipPortRange(int[]) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMemberTimeout(int) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Set the millisecond value of the member-timeout used in failure-detection protocols.
setMemberTimeout(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setMessageSyncInterval(int) - Method in interface com.gemstone.gemfire.cache.Cache
Sets the frequency (in seconds) at which a message will be sent by the primary cache-server node to all the secondary cache-server nodes to remove the events which have already been dispatched from the queue.
setMessageTimeToLive(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the time (in seconds ) after which a message in the client queue will expire.
setMessageTimeToLive(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the time (in seconds ) after which a message in the client queue will expire.
setMessageTimeToLive(int) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets the time (in seconds ) after which a message in the client queue will expire.
setMessageTimeToLive(int) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the time (in seconds ) after which a message in the client queue will expire.Expiry settings are applicable for the secondary queues only This setting has no impact on the primary queue.
setMessageTimeToLive(Integer) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
setMinConnections(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Set the minimum number of connections to keep available at all times.
setMinHitRatio(double) - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Deprecated.
Sets the minimum hit ratio of a healthy cache member.
setMirrorType(MirrorType) - Method in class com.gemstone.gemfire.cache.AttributesFactory
setMulticastEnabled(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets whether distributed operations on this region should attempt to use multicast.
setMulticastEnabled(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets whether distributed operations on this region should attempt to use multicast.
setMultiuserAuthentication(boolean) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
If set to true then the created pool can be used by multiple authenticated users.
setName(String) - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
setName(String) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the name of the client.
setNotifyBySubscription(boolean) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets whether or not this bridge server should notify clients based on key subscription.
setNotifyBySubscription(boolean) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets whether or not this cache server should notify clients based on key subscription.
setNotifyBySubscription(boolean) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Deprecated.
as of 6.0.1. This method is no longer in use, by default notifyBySubscription attribute is set to true.
setNotifyBySubscription(boolean) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
as of 6.0.1. This method is no more in use, by default notifyBySubscription attribute is set to true.
setNumOfCacheListenerCalls(int) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the number of times a cache listener call has completed.
setNumOfGets(int) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the number of times a successful get operation has occurred.
setNumOfMisses(int) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the number of times a cache miss has occurred.
setNumOfPuts(int) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Set the number of times an entry was added or replaced in this cache as a result of a local operation.
setNumOfThreads(int) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the number of threads currently in use.
setNumVoidRemovals(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setObject(Object, boolean) - Method in class com.gemstone.gemfire.cache.operations.GetOperationContext
Set the result value of the object for this operation.
setOfflineDiskStores(String[]) - Method in class com.gemstone.gemfire.management.DiskBackupStatus
Sets the list of directories for the disk stores that were off-line at the time the backup occurred.
setOldValue(Object) - Method in exception com.gemstone.gemfire.cache.EntryExistsException
Sets the old existing value that caused this exception.
setOrderPolicy(Gateway.OrderPolicy) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets the order policy for multiple dispatchers.
setOrderPolicy(Gateway.OrderPolicy) - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Sets the OrderPolicy for this Gateway.
setOrderPolicy(Gateway.OrderPolicy) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets OrderPolicy for this GatewaySender.
setOverflowDirectory(String) - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
Deprecated.
setOverflowDirectory(String) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
setParallel(boolean) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Indicates whether all VMs need to distribute events to remote site.
setParallel(boolean) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Indicates whether all VMs need to distribute events to remote site.
setParallelFactorForReplicatedRegion(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
 
setParent(RegionSubRegionSnapshot) - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
setPartitionAttributes(PartitionAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the PartitionAttributes that describe how the region is partitioned among members of the distributed system.
setPartitionAttributes(PartitionAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the PartitionAttributes that describe how the region is partitioned among members of the distributed system.
setPartitionResolver(PartitionResolver<K, V>) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Sets the PartitionResolver for the PartitionRegion.
setPdxDiskStore(String) - Method in class com.gemstone.gemfire.cache.CacheFactory
Set the disk store that is used for PDX meta data.
setPdxDiskStore(String) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Set the disk store that is used for PDX meta data.
setPdxDiskStore(String) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the GemFire Disk Store to be used to persist PDX type meta-data.
setPdxIgnoreUnreadFields(boolean) - Method in class com.gemstone.gemfire.cache.CacheFactory
Control whether pdx ignores fields that were unread during deserialization.
setPdxIgnoreUnreadFields(boolean) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Control whether pdx ignores fields that were unread during deserialization.
setPdxIgnoreUnreadFields(boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets whether fields in the PDX instance should be ignored when unread.
setPdxPersistent(boolean) - Method in class com.gemstone.gemfire.cache.CacheFactory
Control whether the type metadata for PDX objects is persisted to disk.
setPdxPersistent(boolean) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Control whether the type metadata for PDX objects is persisted to disk.
setPdxPersistent(boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets whether the PDX type meta-data should be persisted to disk.
setPdxReadSerialized(boolean) - Method in class com.gemstone.gemfire.cache.CacheFactory
Sets the object preference to PdxInstance type.
setPdxReadSerialized(boolean) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the object preference to PdxInstance type.
setPdxReadSerialized(boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets whether PDX instances should be returned as is when Region.get(key:String):Object is called.
setPdxSerializer(PdxSerializer) - Method in class com.gemstone.gemfire.cache.CacheFactory
Set the PDX serializer for the cache.
setPdxSerializer(PdxSerializer) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Set the PDX serializer for the cache.
setPdxSerializer(PdxSerializer) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Set the PdxSerializer to use to serialize POJOs to the GemFire Cache Region or when sent between peers, client/server, or during persistence to disk.
setPersistBackup(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
as of GemFire 5.0, use DataPolicy.PERSISTENT_REPLICATE instead
setPersistenceEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets whether to enable persistence for a GatewaySender's queue.
setPersistent(boolean) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Sets whether the AsyncEventQueue is persistent or not.
setPid(Integer) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets the process ID (PID) of the running Locator indicated by the user as an argument to the LocatorLauncher.
setPid(Integer) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the process ID (PID) of the running Server indicated by the user as an argument to the ServerLauncher.
setPingInterval(long) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
How often to ping servers to verify that they are still alive.
setPoolFreeConnectionTimeout(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the free connection timeout for this pool.
setPoolIdleTimeout(long) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Set the amount of time a connection can be idle before expiring the connection.
setPoolLoadConditioningInterval(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the load conditioning interval for this pool.
setPoolMaxConnections(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Set the max number of client to server connections that the pool will create.
setPoolMinConnections(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Set the minimum number of connections to keep available at all times.
setPoolMultiuserAuthentication(boolean) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
If set to true then the created pool can be used by multiple users.
setPoolName(String) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the pool name attribute.
setPoolName(String) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the pool name attribute.
setPoolName(String) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the pool name attribute.
setPoolName(String) - Method in class com.gemstone.gemfire.distributed.DurableClientAttributes
 
setPoolPingInterval(long) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
How often to ping servers to verify that they are still alive.
setPoolPRSingleHopEnabled(boolean) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
By default setPRSingleHopEnabled is true in which case the client is aware of the location of partitions on servers hosting regions with DataPolicy.PARTITION.
setPoolReadTimeout(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the number of milliseconds to wait for a response from a server before timing out the operation and trying another server (if any are available).
setPoolRetryAttempts(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Set the number of times to retry a request after timeout/exception.
setPoolServerGroup(String) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Configures the group that all servers this pool connects to must belong to.
setPoolSocketBufferSize(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the socket buffer size for each connection made in this pool.
setPoolStatisticInterval(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
How often to send client statistics to the server.
setPoolStats(Map<String, String>) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
 
setPoolSubscriptionAckInterval(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the interval in milliseconds to wait before sending acknowledgements to the cache server for events received from the server subscriptions.
setPoolSubscriptionEnabled(boolean) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
If set to true then the created pool will have server-to-client subscriptions enabled.
setPoolSubscriptionMessageTrackingTimeout(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the messageTrackingTimeout attribute which is the time-to-live period, in milliseconds, for subscription events the client has received from the server.
setPoolSubscriptionRedundancy(int) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the redundancy level for this pools server-to-client subscriptions.
setPoolThreadLocalConnections(boolean) - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Sets the thread local connections policy for this pool.
setPort(int) - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Deprecated.
Sets the port on which the distribution locator listens for members to connect.
setPort(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the port on which this bridge server listens for bridge clients to connect.
setPort(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the port on which this cache server listens for clients to connect.
setPort(int) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets the port on which this cache server listens for clients.
setPort(int) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the port on which this server listens for clients.
setPort(int) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Sets the port on which this GatewayHub listens for remote connections
setPort(Integer) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets the port number used by the Locator to listen for client requests.
setPossibleDuplicate(boolean) - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Sets whether this event is a possible duplicate.
setPostOperation() - Method in class com.gemstone.gemfire.cache.operations.GetOperationContext
Set the post-operation flag to true.
setPostOperation() - Method in class com.gemstone.gemfire.cache.operations.KeySetOperationContext
Set the post-operation flag to true.
setPostOperation() - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Set the post-operation flag to true.
setProcessCpuTime(long) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the amount of time (in nanoseconds) used by the client process.
setProductDirectory(String) - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Sets the name of the GemFire product directory to use when administering the managed entity.
setPRSingleHopEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
By default setPRSingleHopEnabled is true in which case the client is aware of the location of partitions on servers hosting regions with DataPolicy.PARTITION.
setPublisher(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
as of 6.5
setPublisher(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Deprecated.
as of 6.5
setPulseURL(String) - Method in interface com.gemstone.gemfire.management.ManagerMXBean
Sets the URL for the Pulse application.
setQueryCollectionsDepth(int) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
 
setQueryResult(Object) - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Set the result of query operation.
setQueryResultSetLimit(int) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
 
setQueueAttributes(GatewayQueueAttributes) - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Sets the GatewayQueueAttributess for this Gateway.
setQueueSize(int) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the maximum number of operations that can be asynchronously queued.
setQueueSize(int) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the client queue size.
setQueueSize(long) - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
setReadTimeout(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Sets the number of milliseconds to wait for a response from a server before timing out the operation and trying another server (if any are available).
setRebalance(Boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Set a boolean value indicating whether a rebalance operation on the cache should occur upon starting the GemFire server.
setRecoveryDelay(long) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Sets the delay in milliseconds that existing members will wait before satisfying redundancy after another member crashes.
setRedirectOutput(Boolean) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets whether the new instance of LocatorLauncher will redirect output to system logs when starting a Locator.
setRedirectOutput(Boolean) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets whether the new instance of LocatorLauncher will redirect output to system logs when starting a Locator.
setRedundancyZone(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setRedundantCopies(int) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Sets the number of extra copies of buckets desired.
setRefreshInterval(int) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the refreshInterval in seconds
setRegionAttributes(String, RegionAttributes<K, V>) - Method in interface com.gemstone.gemfire.cache.GemFireCache
Sets the id of the given RegionAttributes.
setRegionIdleTimeout(ExpirationAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the idleTimeout expiration attributes for the region itself for the next RegionAttributes created.
setRegionIdleTimeout(ExpirationAttributes) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Changes the idleTimeout expiration attributes for the region as a whole.
setRegionIdleTimeout(ExpirationAttributes) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the idleTimeout expiration attributes for the region itself for the next RegionAttributes created.
setRegionIdleTimeout(ExpirationAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the idleTimeout expiration attributes for the region itself for the next RegionAttributes created.
setRegionNames(Set) - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Set the names of regions that are part of the query string.
setRegionTimeToLive(ExpirationAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the timeToLive expiration attributes for the region itself for the next RegionAttributes created.
setRegionTimeToLive(ExpirationAttributes) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Changes the timeToLive expiration attributes for the region as a whole
setRegionTimeToLive(ExpirationAttributes) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the timeToLive expiration attributes for the region itself for the next RegionAttributes created.
setRegionTimeToLive(ExpirationAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the timeToLive expiration attributes for the region itself for the next RegionAttributes created.
setRemoteCommand(String) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Sets the remote command and formatting this system should use to access and/or manipulate resources on remote machines.
setRemoteCommand(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the remote command setting to use for remote administration.
setRemoteCommand(String) - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Sets the command prefix used to administer a managed entity that is hosted on a remote machine.
setRemoveUnresponsiveClient(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setResult(Object) - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
 
setRetryAttempts(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Set the number of times to retry a request after timeout/exception.
setRmiBindAddress(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the bind address to which the RMI adapter's listening sockets are bound.
setRmiEnabled(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether or not the RMI adapter is enabled.
setRmiPort(int) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the port of the RMI adapter.
setRmiRegistryEnabled(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether or not the agent hosts an RMI registry.
setRmiServerPort(int) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the port of the RMI Connector Server.
setRoles(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setRollOplogs(boolean) - Method in class com.gemstone.gemfire.cache.DiskWriteAttributesFactory
Deprecated.
setRollOplogs(boolean) - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
as of 6.5 use GatewayQueueAttributes.setDiskStoreName(String) instead. When creating the disk store, use DiskStoreFactory.setAutoCompact(boolean) to control compaction.
setScope(Scope) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the scope for the next RegionAttributes created.
setScope(Scope) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the scope for the next RegionAttributes created.
setSearchTimeout(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Sets the number of seconds a cache get operation can spend searching for a value.
setSearchTimeout(int) - Method in interface com.gemstone.gemfire.cache.Cache
Sets the number of seconds a cache get operation can spend searching for a value.
setSecurityClientAccessor(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityClientAccessorPP(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityClientAuthenticator(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityClientAuthInit(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityClientDHAlgo(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityLogFile(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityLogLevel(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityPeerAuthenticator(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityPeerAuthInit(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSecurityPeerMembershipTimeout(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSerializableClasses(List<String>) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
Deprecated.
setSerializedValue(byte[], boolean) - Method in class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
Set the serialized value object for this operation.
setServerBindAddress(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the IP address to which a server cache will bind when listening for client cache connections.
setServerBindAddress(String) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the IP address to which the Server will be bound listening for and accepting cache client connections in a client/server topology.
setServerBindAddress(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerGroup(String) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Configures the group that all servers this pool connects to must belong to.
setServerPort(Integer) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the port on which the Server will listen for and accept cache client connections in a client/server topology.
setServerSSLCiphers(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerSSLEnabled(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerSSLKeyStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerSSLKeyStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerSSLKeyStoreType(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerSSLProtocols(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerSSLRequireAuthentication(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerSSLTrustStore(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setServerSSLTrustStorePassword(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSnmpBindAddress(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the bind address used with the SNMP adapter.
setSnmpDirectory(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the directory for the SNMP adapater.
setSnmpEnabled(boolean) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets whether or not the SNMP adapter is enabled.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Sets the buffer size in bytes of the socket connection for this BridgeServer.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Sets the buffer size in bytes of the socket connection for this CacheServer.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Sets the socket buffer size for each connection made in this pool.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Sets the buffer size in bytes of the socket connection for this CacheServer.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Sets the buffer size in bytes of the socket connection for this BridgeServer.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Sets the buffer size in bytes of the socket connection between this Gateway and its receiving Gateway.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Sets the buffer size in bytes of the socket connection for this GatewayHub.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
Sets the buffer size in bytes of the socket connection for this GatewayReceiver.
setSocketBufferSize(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the buffer size in bytes of the socket connection for this GatewaySender.
setSocketBufferSize(Integer) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
setSocketBufferSize(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSocketLeaseTime(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSocketReadTimeout(int) - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Optional operation.
setSocketReadTimeout(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Sets the number of milliseconds to wait for a response from a GatewayReceiver before timing out the operation and trying another GatewayReceiver (if any are available).
setSpringXmlLocation(String) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the location of the Spring XML configuration meta-data file used to bootstrap, configure and initialize the GemFire Server on start.
setSSLAuthenticationRequired(boolean) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the value of the "ssl-require-authentication" property.
setSSLCiphers(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the value of the "ssl-ciphers" property.
setSslCiphers(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSSLEnabled(boolean) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the value of the "ssl-enabled" property.
setSslEnabled(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSSLProperties(Properties) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the provider-specific properties for SSL.
setSSLProtocols(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the value of the "ssl-protocols" property.
setSslProtocols(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setSslRequireAuthentication(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setStartDevRestApi(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setStartLocator(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setStartPort(int) - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
Sets the start port for the GatewayReceiver.
setStartupPolicy(String) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Sets the startup policy for this GatewayHub.
setStartupRecoveryDelay(long) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Sets the delay in milliseconds that new members will wait before satisfying redundancy. -1 indicates that adding new members will not trigger redundancy recovery.
setStateSaveFile(String) - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Sets the name of the file to be used for saving agent state See description above.
setStatisticArchiveFile(String) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setStatisticInterval(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
How often to send client statistics to the server.
setStatisticSampleRate(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setStatisticSamplingEnabled(boolean) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setStatisticsEnabled(boolean) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets whether statistics are enabled for this region and its entries.
setStatisticsEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets whether statistics are enabled for this region and its entries.
setStatisticsEnabled(boolean) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets whether statistics are enabled for this region and its entries.
setStatusMessage(String) - Method in interface com.gemstone.gemfire.management.ManagerMXBean
Sets the status message.
setSubRegionSnapshots(Set) - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
setSubscriptionAckInterval(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Sets the interval in milliseconds to wait before sending acknowledgements to the bridge server for events received from the server subscriptions.
setSubscriptionAttributes(SubscriptionAttributes) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the SubscriptionAttributes that describe how the region will subscribe to other distributed cache instances of the region.
setSubscriptionAttributes(SubscriptionAttributes) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the kind of interest this region has in events occuring in other caches that define the region by the same name.
setSubscriptionConnectionLoad(float) - Method in class com.gemstone.gemfire.cache.server.ServerLoad
Set the load due to client subscriptions.
setSubscriptionEnabled(boolean) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
If set to true then the created pool will have server-to-client subscriptions enabled.
setSubscriptionEnabled(boolean) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
 
setSubscriptionMessageTrackingTimeout(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Sets the messageTrackingTimeout attribute which is the time-to-live period, in milliseconds, for subscription events the client has received from the server.
setSubscriptionRedundancy(int) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Sets the redundancy level for this pools server-to-client subscriptions.
setSynchronous(boolean) - Method in class com.gemstone.gemfire.cache.DiskWriteAttributesFactory
Deprecated.
setSystemId(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the string identity for the system
setSystemName(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the optional non-unique name for the system
setTcpNoDelay(boolean) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Configures the tcpNoDelay setting of sockets used to send messages to clients.
setTcpPort(int) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Sets the primary communication port number for the Distributed System.
setTcpPort(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setThreadLocalConnections(boolean) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Sets the thread local connections policy for this pool.
setThreadsSocketPolicy(boolean) - Static method in class com.gemstone.gemfire.distributed.DistributedSystem
Sets the calling thread's socket policy.
setTimeInterval(long) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the number of milliseconds that can elapse before data written asynchronously is flushed to disk.
setTimeInterval(long) - Method in class com.gemstone.gemfire.cache.DiskWriteAttributesFactory
Deprecated.
setTotalBackupCompleted(int) - Method in class com.gemstone.gemfire.management.DiskMetrics
Sets the number of backups of this DiskStore that have been completed.
setTotalBackupInProgress(int) - Method in class com.gemstone.gemfire.management.DiskMetrics
Sets the number of backups currently in progress on this DiskStore.
setTotalBytesOnDisk(long) - Method in class com.gemstone.gemfire.management.DiskMetrics
Sets the total number of bytes of space that have been used.
setTotalMaxMemory(long) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Sets the maximum amount of memory, in megabytes, to be used by the region in all processes.
setTotalNumBuckets(int) - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Sets the total number of hash buckets to be used by the region in all processes.
setUdpFragmentSize(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setUdpRecvBufferSize(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setUdpSendBufferSize(int) - Method in class com.gemstone.gemfire.management.GemFireProperties
 
setUpTime(long) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
setUpTime(long) - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Sets the amount of time (in seconds) that the client has been running.
setUserAttribute(Object) - Method in interface com.gemstone.gemfire.cache.Region.Entry
Sets the user attribute for this entry.
setUserAttribute(Object) - Method in interface com.gemstone.gemfire.cache.Region
Sets the application-defined object associated with this region.
setValue(Object) - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Deprecated.
Sets a new value for this configuration parameter.
setValue(Object, boolean) - Method in class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
Set the result value of the object for this operation.
setValue(V) - Method in interface com.gemstone.gemfire.cache.Region.Entry
Sets the value of this entry.
setValueConstraint(Class<V>) - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Sets the value constraint for the next RegionAttributes created.
setValueConstraint(Class<V>) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Sets the value constraint for the next RegionAttributes created.
setValueConstraint(Class<V>) - Method in class com.gemstone.gemfire.cache.RegionFactory
Sets the value constraint for the next RegionAttributes created.
setWorkingDirectory(String) - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Sets the name of the working directory in which the managed entity will run.
setWorkingDirectory(String) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Sets the working directory in which the Locator will be ran.
setWorkingDirectory(String) - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Sets the working directory in which the Server will be ran.
setWriteBufferSize(int) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Sets the write buffer size in bytes.
setWriter(TransactionWriter) - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Set the TransactionWriter for the cache
SEVERE - Static variable in class com.gemstone.gemfire.admin.AlertLevel
Deprecated.
 
severe(Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes an exception to this writer.
severe(StringId, Object[], Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes both a message and exception to this writer.
severe(StringId, Object, Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes both a message and exception to this writer.
severe(StringId, Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes both a message and exception to this writer.
severe(StringId, Object[]) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes a message to this writer.
severe(StringId, Object) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes a message to this writer.
severe(StringId) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes a message to this writer.
severe(String, Throwable) - Method in interface com.gemstone.gemfire.LogWriter
Writes both a message and exception to this writer.
severe(String) - Method in interface com.gemstone.gemfire.LogWriter
Writes a message to this writer.
severe(Throwable) - Method in interface com.gemstone.gemfire.LogWriter
Writes an exception to this writer.
severeEnabled() - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
 
severeEnabled() - Method in interface com.gemstone.gemfire.LogWriter
Returns true if "severe" log messages are enabled.
showAllClientStats() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns health and statistic information for all clients.
showClientQueueDetails() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Shows a list of client with their queue statistics.
showClientQueueDetails(String) - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Shows queue statistics of the given client.
showClientStats(String) - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns health and statistic information for the give client id.
showDiskMetrics(String) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns disk metrics for a distributed member.
showJVMMetrics(String) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns JVM metrics for a distributed member.
showJVMMetrics() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns JVM metrics.
showLog(int) - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the most recent log entries for the member.
showNetworkMetric(String) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns network metrics for a distributed member.
showOSMetrics(String) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns operating system metrics for a distributed member.
showOSMetrics() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns operating system metrics.
shutdown() - Method in class com.gemstone.gemfire.memcached.GemFireMemcachedServer
shuts down this server and closes the embedded GemFire caching node
shutDownAllMembers() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Shuts down all the members of the distributed system with a cache that the admin member is connected to, excluding the stand-alone locators.
shutDownAllMembers(long) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Shuts down all the members of the distributed system with a cache that the admin member is connected to, excluding the stand-alone locators.
shutDownAllMembers() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Shuts down all members of a distributed system except for the managing member.
shutDownMember() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Shuts down the member.
SIGNAL_HANDLER_REGISTRATION_SYSTEM_PROPERTY - Static variable in class com.gemstone.gemfire.distributed.AbstractLauncher
 
signalCacheClose() - Static method in class com.gemstone.gemfire.SystemFailure
Should be invoked when GemFire cache is closing or closed.
signalCacheCreate() - Static method in class com.gemstone.gemfire.SystemFailure
Should be invoked when GemFire cache is being created.
simulate() - Method in interface com.gemstone.gemfire.cache.control.RebalanceFactory
Simulates a rebalance of the GemFire controlled cache resources on this member.
size() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
Returns the number of entries in this AsyncEventQueue.
size() - Method in interface com.gemstone.gemfire.cache.Region
Returns the number of entries present in this region.
SIZE_CLASS_ONCE - Static variable in interface com.gemstone.gemfire.cache.util.ObjectSizer
An implementation of ObjectSizer that calculates an accurate size of the first instance of each class that is put in the cache.
sizeof(Object) - Method in interface com.gemstone.gemfire.cache.util.ObjectSizer
 
sizeof(Object) - Method in class com.gemstone.gemfire.cache.util.ObjectSizerImpl
Deprecated.
 
SnappyCompressor - Class in com.gemstone.gemfire.compression
An implementation of Compressor for Google's Snappy compression codec.
SnappyCompressor() - Constructor for class com.gemstone.gemfire.compression.SnappyCompressor
Create a new instance of the SnappyCompressor.
SnapshotFilter<K,V> - Interface in com.gemstone.gemfire.cache.snapshot
Filters region entries for inclusion into a snapshot.
SnapshotIterator<K,V> - Interface in com.gemstone.gemfire.cache.snapshot
Iterates over the entries in a region snapshot.
SnapshotOptions<K,V> - Interface in com.gemstone.gemfire.cache.snapshot
Provides a way to configure the behavior of snapshot operations.
SnapshotOptions.SnapshotFormat - Enum in com.gemstone.gemfire.cache.snapshot
Defines the available snapshot file formats.
SnapshotReader - Class in com.gemstone.gemfire.cache.snapshot
Provides utilities for reading cache data.
SNMP_BIND_ADDRESS_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
The name of the "snmpBindAddress" property
SNMP_DIRECTORY_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
The name of the "snmpDirectory" property
SNMP_ENABLED_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
The name of the "snmpEnabled" property
SOCKET_READ_TIMEOUT_PROPERTY - Static variable in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
The obsolete socket read timeout java system property.
SSL_CIPHERS_NAME - Static variable in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
The name of the "SSLCiphers" property
SSL_ENABLED_NAME - Static variable in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
The name of the "SSLEnabled" property
SSL_PROTOCOLS_NAME - Static variable in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
The name of the "SSLProtocols" property
SSL_REQUIRE_AUTHENTICATION_NAME - Static variable in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
The name of the "SSLRequireAuthentication" property
start() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Starts all managed entities that are not currently running.
start() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Starts this JMX Agent and its associated adapters.
start() - Method in interface com.gemstone.gemfire.admin.ManagedEntity
Deprecated.
Starts this managed entity.
start() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Starts this bridge server.
start() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Starts this cache server.
start() - Method in interface com.gemstone.gemfire.cache.control.RebalanceFactory
Asynchronously starts a new rebalance operation.
start() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Starts this cache server.
start() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Starts this server.
start() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Starts this Gateway.
start() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Starts this GatewayHub and notifies all of its Gateways to start.
start(boolean) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Starts this GatewayHub and notifies all of its Gateways to start if startGateways is true.
start() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Starts this receiver.
start() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Starts this GatewaySender.
start() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Starts a Locator running on the specified port and bind address, as determined by getPort and getBindAddress respectively, defaulting to 10334 and 'localhost' if not specified, with both peer and server location enabled.
start() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Invokes the 'start' command and operation to startup a GemFire server (a cache server).
start() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Starts the gateway receiver.
start() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Starts this GatewaySender.
start() - Method in interface com.gemstone.gemfire.management.ManagerMXBean
Starts the manager service.
start() - Method in class com.gemstone.gemfire.memcached.GemFireMemcachedServer
Starts an embedded GemFire caching node, and then listens for new memcached client connections.
startGateways() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Starts all of this GatewayHub's Gateways.
startLocator(int, File) - Static method in class com.gemstone.gemfire.distributed.Locator
Deprecated.
as of 7.0 use startLocatorAndDS instead.
startLocator(int, File, InetAddress) - Static method in class com.gemstone.gemfire.distributed.Locator
Deprecated.
as of 7.0 use startLocatorAndDS instead.
startLocatorAndDS(int, File, Properties) - Static method in class com.gemstone.gemfire.distributed.Locator
Starts a new distribution locator host by this VM, and an admin distributed system controlled by the locator.
startLocatorAndDS(int, File, InetAddress, Properties) - Static method in class com.gemstone.gemfire.distributed.Locator
Starts a new distribution locator host by this VM that binds to the given network address.
startLocatorAndDS(int, File, InetAddress, Properties, boolean, boolean, String) - Static method in class com.gemstone.gemfire.distributed.Locator
Starts a new distribution locator host by this VM that binds to the given network address.
startManager() - Method in class com.gemstone.gemfire.management.ManagementService
Starts the management service on this member.
startThreads() - Static method in class com.gemstone.gemfire.SystemFailure
This starts up the watchdog and proctor threads.
STARTUP_POLICY_NONE - Static variable in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
The 'none' startup policy.
STARTUP_POLICY_PRIMARY - Static variable in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
The 'primary' startup policy.
STARTUP_POLICY_PRIMARY - Static variable in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
The 'primary' startup policy.
STARTUP_POLICY_SECONDARY - Static variable in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
The 'secondary' startup policy.
STARTUP_POLICY_SECONDARY_WAIT - Static variable in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
The amount of time in milliseconds a GatewayHub defined with secondary startup policy waits for a primary GatewayHub to start before logging a warning and becoming the primary GatewayHub itself.
STARTUP_RECOVERY_DELAY_DEFAULT - Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
 
STATE_SAVE_FILE_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
The name of the "state-save-file-name" property
Statistic - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
StatisticDescriptor - Interface in com.gemstone.gemfire
Describes an individual statistic whose value is updated by an application and may be archived by GemFire.
StatisticResource - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
Statistics - Interface in com.gemstone.gemfire
Instances of this interface maintain the values of various application-defined statistics.
StatisticsDisabledException - Exception in com.gemstone.gemfire.cache
Thrown if statistics are requested when statistics are disabled on the region.
StatisticsDisabledException() - Constructor for exception com.gemstone.gemfire.cache.StatisticsDisabledException
Creates a new instance of StatisticsDisabledException without detail message.
StatisticsDisabledException(String) - Constructor for exception com.gemstone.gemfire.cache.StatisticsDisabledException
Constructs an instance of StatisticsDisabledException with the specified detail message.
StatisticsDisabledException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.StatisticsDisabledException
Constructs an instance of StatisticsDisabledException with the specified detail message and cause.
StatisticsDisabledException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.StatisticsDisabledException
Constructs an instance of StatisticsDisabledException with the specified cause.
StatisticsFactory - Interface in com.gemstone.gemfire
Instances of this interface provide methods that create instances of Statistics.
StatisticsType - Interface in com.gemstone.gemfire
Used to describe a logical collection of statistics.
StatisticsTypeFactory - Interface in com.gemstone.gemfire
Instances of this interface provide methods that create instances of StatisticDescriptor and StatisticsType.
status() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Attempts to determine the state of the Locator.
status() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Invokes the 'status' command and operation to check the status of a GemFire server (a cache server).
status() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the status.
stop() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Stops all managed entities that are currently running.
stop() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Disconnects from the distributed system and stops this JMX Agent and all of its associated adapters.
stop() - Method in interface com.gemstone.gemfire.admin.ManagedEntity
Deprecated.
Stops this managed entity.
stop() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Stops this bridge server.
stop() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Stops this cache server.
stop() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Stops this CqQuery without releasing resources.
stop() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Stops this cache server.
stop() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Stops this server.
stop() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Stops this Gateway.
stop() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Stops this GatewayHub.
stop() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Stops this receiver.
stop() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Stops this GatewaySender.
stop() - Method in class com.gemstone.gemfire.distributed.Locator
Stops this distribution locator.
stop() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Stop shuts the running Locator down.
stop() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Invokes the 'stop' command and operation to stop a GemFire server (a cache server).
stop() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Stops the gateway receiver.
stop() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Stops this GatewaySender.
stop() - Method in interface com.gemstone.gemfire.management.ManagerMXBean
Stops the manager service.
STOP_CQ - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
A continuous query stop operation.
stopContinuousQuery(String) - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Stop (pause) a CQ from executing
StopCQOperationContext - Class in com.gemstone.gemfire.cache.operations
Encapsulates a OperationContext.OperationCode.STOP_CQ operation for the pre-operation case.
StopCQOperationContext(String, String, Set) - Constructor for class com.gemstone.gemfire.cache.operations.StopCQOperationContext
Constructor for the STOP_CQ operation.
stopCqs() - Method in interface com.gemstone.gemfire.cache.query.QueryService
Stops execution of all the continuous queries for this client to become inactive.
stopCqs(String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Stops execution of all the continuous queries registered on the specified region for this client.
stopGateways() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Stops all of this GatewayHub's Gateways.
stopManager() - Method in class com.gemstone.gemfire.management.ManagementService
Stops the management service running on this member.
stopReconnecting() - Method in interface com.gemstone.gemfire.cache.Cache
Force the Cache to stop reconnecting.
stopReconnecting() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Force the DistributedSystem to stop reconnecting.
stopThreads() - Static method in class com.gemstone.gemfire.SystemFailure
This stops the threads that implement this service.
storeConfig(File, AdminConfig.Entry[]) - Static method in class com.gemstone.gemfire.admin.AdminConfig
Deprecated.
 
STRING_DISABLER - Static variable in interface com.gemstone.gemfire.management.cli.ConverterHint
 
STRING_LIST - Static variable in interface com.gemstone.gemfire.management.cli.ConverterHint
 
StringId - Class in com.gemstone.gemfire.i18n
This class forms the basis of the i18n strategy.
StringId(int, String) - Constructor for class com.gemstone.gemfire.i18n.StringId
Gemstone internal constructor, customers have no need to create instances of this class.
Struct - Interface in com.gemstone.gemfire.cache.query
An immutable and thread-safe data type used by the result of some SELECT queries.
StructType - Interface in com.gemstone.gemfire.cache.query.types
Describes the field names and types for each field in a Struct.
subregions(boolean) - Method in interface com.gemstone.gemfire.cache.Region
Returns a Set of all subregions.
SubscriptionAttributes - Class in com.gemstone.gemfire.cache
Configuration attributes for defining subscriber requirements and behavior for a Region.
SubscriptionAttributes() - Constructor for class com.gemstone.gemfire.cache.SubscriptionAttributes
Creates a new SubscriptionAttributes with the default configuration
SubscriptionAttributes(InterestPolicy) - Constructor for class com.gemstone.gemfire.cache.SubscriptionAttributes
Creates a new SubscriptionAttributes with the given interest policy.
SubscriptionNotEnabledException - Exception in com.gemstone.gemfire.cache.client
An exception indicating that client subscriptions are not enabled on this client, but the client is trying to perform an operation that requires a client subscription, such as Region.registerInterest(Object).
SubscriptionNotEnabledException() - Constructor for exception com.gemstone.gemfire.cache.client.SubscriptionNotEnabledException
Create a new instance of SubscriptionNotEnabledException without a detail message or cause.
SubscriptionNotEnabledException(String) - Constructor for exception com.gemstone.gemfire.cache.client.SubscriptionNotEnabledException
Create a new instance of SubscriptionNotEnabledException with a detail message
SubscriptionNotEnabledException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.client.SubscriptionNotEnabledException
Create a new instance of SubscriptionNotEnabledException with a detail message and cause
SubscriptionNotEnabledException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.client.SubscriptionNotEnabledException
Create a new instance of SubscriptionNotEnabledException with a and cause
suspend() - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Suspends the transaction on the current thread.
suspendLocking(long) - Method in class com.gemstone.gemfire.distributed.DistributedLockService
Suspend granting of locks in this service.
suspendLockingInterruptibly(long) - Method in class com.gemstone.gemfire.distributed.DistributedLockService
Deprecated.
as of GemFire 5.1, use DistributedLockService.suspendLocking(long) with waitTimeMillis instead
SynchronizationCommitConflictException - Exception in com.gemstone.gemfire.cache
Thrown when a commit operation of a JTA enlisted cache transaction fails
SynchronizationCommitConflictException(String) - Constructor for exception com.gemstone.gemfire.cache.SynchronizationCommitConflictException
Constructs an instance of SynchronizationCommitConflictException with the specified detail message.
SynchronizationCommitConflictException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.SynchronizationCommitConflictException
Constructs an instance of SynchronizationCommitConflictException with the specified detail message and cause.
SYSTEM_ALERT - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates a GemFire system generated alert
The value of this type string is system.alert.
SYSTEM_ID_NAME - Static variable in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
The name of the "system-id" property
SYSTEM_PROPERTY_PREFIX - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
The prefix for JMX Agent configuration system properties
SystemConnectException - Exception in com.gemstone.gemfire
An SystemConnectException is thrown when a GemFire application tries to connect to an existing distributed system and is unable to contact all members of the distributed system to announce its presence.
SystemConnectException(String) - Constructor for exception com.gemstone.gemfire.SystemConnectException
Creates a new SystemConnectException.
SystemConnectException(String, Throwable) - Constructor for exception com.gemstone.gemfire.SystemConnectException
 
SystemFailure - Class in com.gemstone.gemfire
Catches and responds to JVM failure This class represents a catastrophic failure of the system, especially the Java virtual machine.
SystemIsRunningException - Exception in com.gemstone.gemfire
A SystemIsRunningException is thrown when an operation is attempted that requires that the locator is stopped.
SystemIsRunningException() - Constructor for exception com.gemstone.gemfire.SystemIsRunningException
Creates a new SystemIsRunningException.
SystemIsRunningException(String) - Constructor for exception com.gemstone.gemfire.SystemIsRunningException
Creates a new SystemIsRunningException.
SystemMember - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMemberBridgeServer - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 5.7 use SystemMemberCacheServer instead.
SystemMemberCache - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMemberCacheEvent - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMemberCacheListener - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMemberCacheServer - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMemberRegion - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMemberRegionEvent - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMembershipEvent - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMembershipListener - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
SystemMemberType - Class in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
A B C D E F G H I J K L M N O P Q R S T U V W 
GemFire 8.2.9

Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.