static ChannelStatusResult.Builder |
ChannelStatusResult.builder() |
Create a new builder.
|
ChannelStatusResult.Builder |
ChannelStatusResult.Builder.channelId(String channelId) |
The OCID of the Channel for which the status is gathered.
|
ChannelStatusResult.Builder |
ChannelStatusResult.Builder.copy(ChannelStatusResult model) |
|
ChannelStatusResult.Builder |
ChannelStatusResult.Builder.errors(List<String> errors) |
Channel errors identified, if there are any.
|
ChannelStatusResult.Builder |
ChannelStatusResult.Builder.isHealthy(Boolean isHealthy) |
Specifies if the channel is healthy or not.
|
ChannelStatusResult.Builder |
ChannelStatusResult.Builder.isReceivedGtidSetApplied(Boolean isReceivedGtidSetApplied) |
Specifies if all transactions received by this channel are executed and their GTIDs are
part of gtid_executed set.
|
ChannelStatusResult.Builder |
ChannelStatusResult.Builder.lagDuration(String lagDuration) |
The channel lag, with respect to the immediate source of the channel.
|
ChannelStatusResult.Builder |
ChannelStatusResult.toBuilder() |
|