public class HostStateInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HostStateInfo.STATE |
| Constructor and Description |
|---|
HostStateInfo() |
HostStateInfo(HostStateInfo.STATE state,
Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
HostStateInfo.STATE |
getState() |
Long |
getTimestamp() |
void |
setState(HostStateInfo.STATE state) |
void |
setTimestamp(Long timestamp) |
String |
toString() |
public HostStateInfo()
public HostStateInfo(HostStateInfo.STATE state, Long timestamp)
public HostStateInfo.STATE getState()
public void setState(HostStateInfo.STATE state)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2022 oceanbase.com. All rights reserved.