Package | Description |
---|---|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
ServerLauncher |
ServerLauncher.Builder.build()
Validates the Builder configuration settings and then constructs an instance of the ServerLauncher class
to invoke operations on a GemFire Server.
|
static ServerLauncher |
ServerLauncher.getInstance()
Gets the instance of the ServerLauncher used to launch the GemFire Cache Server, or null if this VM does not
have an instance of ServerLauncher indicating no GemFire Cache Server is running.
|
Constructor and Description |
---|
ServerLauncher.ServerState(ServerLauncher launcher,
AbstractLauncher.Status status) |
ServerLauncher.ServerState(ServerLauncher launcher,
AbstractLauncher.Status status,
String errorMessage) |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.