public class GetBasicStatistics extends Object implements ClusterTask<Map<String,Object>>
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT |
static String |
INCOMING |
static String |
MEMORY_CURRENT |
static String |
MEMORY_MAX |
static String |
NODE |
static String |
OUTGOING |
| Constructor and Description |
|---|
GetBasicStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
public static final String NODE
public static final String CLIENT
public static final String INCOMING
public static final String OUTGOING
public static final String MEMORY_CURRENT
public static final String MEMORY_MAX
public Map<String,Object> getResult()
getResult in interface ClusterTask<Map<String,Object>>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003-2008 Jive Software.