Package org.apache.geode.distributed
package org.apache.geode.distributed
-
ClassDescriptionAbstractLauncher<T extends Comparable<T>>The AbstractLauncher class is a base class for implementing various launchers to construct and run different GemFire processes, like Cache Servers, Locators, Managers, HTTP servers and so on.AbstractLauncher.ServiceState<T extends Comparable<T>>The ServiceState is an immutable type representing the state of the specified Locator at any given moment in time.The Status enumerated type represents the various lifecycle states of a GemFire service (such as a Cache Server, a Locator or a Manager).Interface
ClientSocketFactoryis used to create non-default client sockets.This interface defines all the configuration properties that can be used.A named instance of DistributedLockService defines a space for locking arbitrary names across the distributed system defined by a specified distribution manager.This is the fundamental representation of a member in a GemFire distributed system.A "connection" to a GemFire distributed system.Thrown when a GemFire distributed system has been terminated.ClassDurableClientAttributesrepresents durable member attributes.Thrown when aFuturehas been cancelled.Thrown when a GemFire WAN gateway has been terminated.ALeaseExpiredExceptionis thrown when GemFire detects that a distributed lock obtained by the current thread with a limited lease (see @link DistributedLockService} has expired before it was explicitly released.Represents a distribution locator server that provides discovery information to members and clients of a GemFire distributed system.The LocatorLauncher class is a launcher for a Geode Locator.Following the Builder design pattern, the LocatorLauncher Builder is used to configure and create a properly initialized instance of the LocatorLauncher class for running the Locator and performing other Locator operations.An enumerated type representing valid commands to the Locator launcher.The LocatorState is an immutable type representing the state of the specified Locator at any given moment in time.ALockNotHeldExceptionis thrown when attempting unlock a lock that is not held by the thread performing the unlock.ALockServiceDestroyedExceptionis thrown when attempting use a distributed lock service that has been destroyed.Thrown when a GemFire operation log has been terminated.Thrown when a GemFire connection pool has been terminated.Deprecated.this feature is scheduled to be removedThe ServerLauncher class is a launcher class with main method to start a Geode Server (implying a Geode Cache Server process).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 Geode servers (in particular, cache servers).An enumerated type representing valid commands to the Server launcher.The ServerState is an immutable type representing the state of the specified Server at any given moment in time.ServerLauncherCacheProvider is an extension point for overriding the behavior of a server started withServerLauncheror the gfsh start server command.GEODE-5256: Parameters containing startup options specified by the user.Thrown when a GemFire transaction manager has been terminated.