public static class CacheServerHelper.Record
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Record(HostDescription hd,
int pid)
Creates a record for a cache server.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.lang.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 java.lang.String getHost()
public HostHelper.OSType getOSType()
public int getPID()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.