Package | Description |
---|---|
com.streamscape.cli.tlp |
Modifier and Type | Field and Description |
---|---|
static PingState |
PingState.AVAILABLE |
static PingState |
PingState.AVAILABLE_VERSION_MISMATCH |
static PingState |
PingState.INITIALIZING |
static PingState |
PingState.UNAVAILABLE |
Modifier and Type | Method and Description |
---|---|
PingState |
PingResult.getState() |
static PingState |
PingState.valueOf(java.lang.String name) |
static PingState[] |
PingState.values() |
Constructor and Description |
---|
PingResult(PingState state) |
PingResult(PingState state,
java.lang.String nodeName,
FabricNodeRole role,
java.lang.String version,
PeerState peerState,
int pid,
java.lang.String domain,
java.util.List organizations,
int initStage,
java.util.Map initProperties) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.