public static class CacheServerHelper.Record extends Object implements Serializable
| Constructor and Description |
|---|
Record(HostDescription hd,
int pid)
Creates a record for a cache server.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Returns the cache server host.
|
HostDescription |
getHostDescription()
Returns the cache server host description.
|
HostHelper.OSType |
getOSType()
Returns the cache server O/S.
|
int |
getPID()
Returns the cache server PID.
|
String |
toString()
Returns the record as a string.
|
public Record(HostDescription hd, int pid)
hd - the cache server host description.pid - the cache server pid.public HostDescription getHostDescription()
public String getHost()
public HostHelper.OSType getOSType()
public int getPID()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.