接口 MLDataFormats.ManagedLedgerInfo.LedgerInfoOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
MLDataFormats.ManagedLedgerInfo.LedgerInfo,MLDataFormats.ManagedLedgerInfo.LedgerInfo.Builder
public static interface MLDataFormats.ManagedLedgerInfo.LedgerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明longoptional int64 entries = 2;longrequired int64 ledgerId = 1;optional .OffloadContext offloadContext = 5;optional .OffloadContext offloadContext = 5;longgetSize()optional int64 size = 3;longoptional int64 timestamp = 4;booleanoptional int64 entries = 2;booleanrequired int64 ledgerId = 1;booleanoptional .OffloadContext offloadContext = 5;booleanhasSize()optional int64 size = 3;booleanoptional int64 timestamp = 4;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasLedgerId
boolean hasLedgerId()required int64 ledgerId = 1;- 返回:
- Whether the ledgerId field is set.
-
getLedgerId
long getLedgerId()required int64 ledgerId = 1;- 返回:
- The ledgerId.
-
hasEntries
boolean hasEntries()optional int64 entries = 2;- 返回:
- Whether the entries field is set.
-
getEntries
long getEntries()optional int64 entries = 2;- 返回:
- The entries.
-
hasSize
boolean hasSize()optional int64 size = 3;- 返回:
- Whether the size field is set.
-
getSize
long getSize()optional int64 size = 3;- 返回:
- The size.
-
hasTimestamp
boolean hasTimestamp()optional int64 timestamp = 4;- 返回:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()optional int64 timestamp = 4;- 返回:
- The timestamp.
-
hasOffloadContext
boolean hasOffloadContext()optional .OffloadContext offloadContext = 5;- 返回:
- Whether the offloadContext field is set.
-
getOffloadContext
MLDataFormats.OffloadContext getOffloadContext()optional .OffloadContext offloadContext = 5;- 返回:
- The offloadContext.
-
getOffloadContextOrBuilder
MLDataFormats.OffloadContextOrBuilder getOffloadContextOrBuilder()optional .OffloadContext offloadContext = 5;
-