| Package | Description |
|---|---|
| com.gemstone.gemfire.internal.cache | |
| com.gemstone.gemfire.internal.shared |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.create(java.lang.String baseName,
int state,
int pid,
java.nio.file.Path statusFile) |
static Status |
Status.create(java.lang.String baseName,
int state,
int pid,
java.lang.String msg,
java.lang.Throwable t,
java.nio.file.Path statusFile) |
static Status |
Status.read(java.lang.String baseName,
java.nio.file.Path statusFile)
Reads a cache server's status from a file in its working directory.
|
static Status |
Status.spinRead(java.lang.String baseName,
java.nio.file.Path statusFile)
Reads a cache server's status.
|
| Modifier and Type | Field and Description |
|---|---|
protected Status |
LauncherBase.status |
| Modifier and Type | Method and Description |
|---|---|
protected Status |
LauncherBase.createStatus(int state,
int pid) |
protected Status |
LauncherBase.createStatus(int state,
int pid,
java.lang.String msg,
java.lang.Throwable t) |
protected Status |
LauncherBase.getStatus()
Returns the
Status of the cache server in the
workingDir. |
protected Status |
LauncherBase.spinReadStatus(java.nio.file.Path statusPath)
Reads a node's status.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
LauncherBase.checkStatusForWait(Status status) |
protected void |
LauncherBase.setStatusField(Status s) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.