Package | Description |
---|---|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
static ServerLauncher.ServerState |
ServerLauncher.ServerState.fromJson(String json)
Unmarshals a ServerState instance from the JSON String.
|
static ServerLauncher.ServerState |
ServerLauncher.getServerState()
Gets the ServerState for this process or null if this process was not launched using this VM's
ServerLauncher reference .
|
ServerLauncher.ServerState |
ServerLauncher.start()
Invokes the 'start' command and operation to startup a GemFire server (a cache server).
|
ServerLauncher.ServerState |
ServerLauncher.status()
Invokes the 'status' command and operation to check the status of a GemFire server (a cache server).
|
ServerLauncher.ServerState |
ServerLauncher.stop()
Invokes the 'stop' command and operation to stop a GemFire server (a cache server).
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.