Package | Description |
---|---|
com.oracle.bmc.blockchain | |
com.oracle.bmc.blockchain.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPeerRequest,GetPeerResponse> |
BlockchainPlatformWaiters.forPeer(GetPeerRequest request,
Peer.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPeerRequest,GetPeerResponse> |
BlockchainPlatformWaiters.forPeer(GetPeerRequest request,
Peer.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPeerRequest,GetPeerResponse> |
BlockchainPlatformWaiters.forPeer(GetPeerRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Peer.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Peer.LifecycleState |
Peer.LifecycleState.create(String key) |
Peer.LifecycleState |
Peer.getLifecycleState()
The current state of the peer.
|
Peer.LifecycleState |
PeerSummary.getLifecycleState()
The current state of the peer.
|
static Peer.LifecycleState |
Peer.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Peer.LifecycleState[] |
Peer.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Peer.Builder |
Peer.Builder.lifecycleState(Peer.LifecycleState lifecycleState)
The current state of the peer.
|
PeerSummary.Builder |
PeerSummary.Builder.lifecycleState(Peer.LifecycleState lifecycleState)
The current state of the peer.
|
Constructor and Description |
---|
Peer(String peerKey,
PeerRole.Role role,
String alias,
OcpuAllocationNumberParam ocpuAllocationParam,
String host,
AvailabilityDomain.Ads ad,
Peer.LifecycleState lifecycleState)
Deprecated.
|
PeerSummary(String peerKey,
Peer.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.