public static interface ConfigManagementServiceOuterClass.TimeModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
com.google.protobuf.Duration | 
getAvgTransactionLatency()
 The expected average latency of a transaction, i.e., the average time
 from submitting the transaction to a [[WriteService]] and the transaction
 being assigned a record time. 
 | 
com.google.protobuf.DurationOrBuilder | 
getAvgTransactionLatencyOrBuilder()
 The expected average latency of a transaction, i.e., the average time
 from submitting the transaction to a [[WriteService]] and the transaction
 being assigned a record time. 
 | 
com.google.protobuf.Duration | 
getMaxSkew()
 The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
 Required. 
 | 
com.google.protobuf.DurationOrBuilder | 
getMaxSkewOrBuilder()
 The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
 Required. 
 | 
com.google.protobuf.Duration | 
getMinSkew()
 The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
 Required. 
 | 
com.google.protobuf.DurationOrBuilder | 
getMinSkewOrBuilder()
 The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
 Required. 
 | 
boolean | 
hasAvgTransactionLatency()
 The expected average latency of a transaction, i.e., the average time
 from submitting the transaction to a [[WriteService]] and the transaction
 being assigned a record time. 
 | 
boolean | 
hasMaxSkew()
 The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
 Required. 
 | 
boolean | 
hasMinSkew()
 The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
 Required. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAvgTransactionLatency()
The expected average latency of a transaction, i.e., the average time from submitting the transaction to a [[WriteService]] and the transaction being assigned a record time. Required.
.google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];com.google.protobuf.Duration getAvgTransactionLatency()
The expected average latency of a transaction, i.e., the average time from submitting the transaction to a [[WriteService]] and the transaction being assigned a record time. Required.
.google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];com.google.protobuf.DurationOrBuilder getAvgTransactionLatencyOrBuilder()
The expected average latency of a transaction, i.e., the average time from submitting the transaction to a [[WriteService]] and the transaction being assigned a record time. Required.
.google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];boolean hasMinSkew()
The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew Required.
.google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];com.google.protobuf.Duration getMinSkew()
The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew Required.
.google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];com.google.protobuf.DurationOrBuilder getMinSkewOrBuilder()
The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew Required.
.google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];boolean hasMaxSkew()
The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew Required.
.google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];com.google.protobuf.Duration getMaxSkew()
The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew Required.
.google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];com.google.protobuf.DurationOrBuilder getMaxSkewOrBuilder()
The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew Required.
.google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];