public static final class FileSystemMasterCommonPOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder> implements FileSystemMasterCommonPOptionsOrBuilder
alluxio.grpc.file.FileSystemMasterCommonPOptions
Modifier and Type | Method and Description |
---|---|
FileSystemMasterCommonPOptions.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileSystemMasterCommonPOptions |
build() |
FileSystemMasterCommonPOptions |
buildPartial() |
FileSystemMasterCommonPOptions.Builder |
clear() |
FileSystemMasterCommonPOptions.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FileSystemMasterCommonPOptions.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FileSystemMasterCommonPOptions.Builder |
clearOperationId()
optional .alluxio.grpc.file.FsOpPId operationId = 4; |
FileSystemMasterCommonPOptions.Builder |
clearSyncIntervalMs()
optional int64 syncIntervalMs = 1; |
FileSystemMasterCommonPOptions.Builder |
clearTtl()
optional int64 ttl = 2; |
FileSystemMasterCommonPOptions.Builder |
clearTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3; |
FileSystemMasterCommonPOptions.Builder |
clone() |
FileSystemMasterCommonPOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FsOpPId |
getOperationId()
optional .alluxio.grpc.file.FsOpPId operationId = 4; |
FsOpPId.Builder |
getOperationIdBuilder()
optional .alluxio.grpc.file.FsOpPId operationId = 4; |
FsOpPIdOrBuilder |
getOperationIdOrBuilder()
optional .alluxio.grpc.file.FsOpPId operationId = 4; |
long |
getSyncIntervalMs()
optional int64 syncIntervalMs = 1; |
long |
getTtl()
optional int64 ttl = 2; |
TtlAction |
getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3; |
boolean |
hasOperationId()
optional .alluxio.grpc.file.FsOpPId operationId = 4; |
boolean |
hasSyncIntervalMs()
optional int64 syncIntervalMs = 1; |
boolean |
hasTtl()
optional int64 ttl = 2; |
boolean |
hasTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FileSystemMasterCommonPOptions.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FileSystemMasterCommonPOptions.Builder |
mergeFrom(FileSystemMasterCommonPOptions other) |
FileSystemMasterCommonPOptions.Builder |
mergeFrom(com.google.protobuf.Message other) |
FileSystemMasterCommonPOptions.Builder |
mergeOperationId(FsOpPId value)
optional .alluxio.grpc.file.FsOpPId operationId = 4; |
FileSystemMasterCommonPOptions.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FileSystemMasterCommonPOptions.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileSystemMasterCommonPOptions.Builder |
setOperationId(FsOpPId.Builder builderForValue)
optional .alluxio.grpc.file.FsOpPId operationId = 4; |
FileSystemMasterCommonPOptions.Builder |
setOperationId(FsOpPId value)
optional .alluxio.grpc.file.FsOpPId operationId = 4; |
FileSystemMasterCommonPOptions.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FileSystemMasterCommonPOptions.Builder |
setSyncIntervalMs(long value)
optional int64 syncIntervalMs = 1; |
FileSystemMasterCommonPOptions.Builder |
setTtl(long value)
optional int64 ttl = 2; |
FileSystemMasterCommonPOptions.Builder |
setTtlAction(TtlAction value)
optional .alluxio.grpc.TtlAction ttlAction = 3; |
FileSystemMasterCommonPOptions.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FileSystemMasterCommonPOptions build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FileSystemMasterCommonPOptions buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FileSystemMasterCommonPOptions.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder mergeFrom(FileSystemMasterCommonPOptions other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public FileSystemMasterCommonPOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FileSystemMasterCommonPOptions.Builder>
IOException
public boolean hasSyncIntervalMs()
optional int64 syncIntervalMs = 1;
hasSyncIntervalMs
in interface FileSystemMasterCommonPOptionsOrBuilder
public long getSyncIntervalMs()
optional int64 syncIntervalMs = 1;
getSyncIntervalMs
in interface FileSystemMasterCommonPOptionsOrBuilder
public FileSystemMasterCommonPOptions.Builder setSyncIntervalMs(long value)
optional int64 syncIntervalMs = 1;
value
- The syncIntervalMs to set.public FileSystemMasterCommonPOptions.Builder clearSyncIntervalMs()
optional int64 syncIntervalMs = 1;
public boolean hasTtl()
optional int64 ttl = 2;
hasTtl
in interface FileSystemMasterCommonPOptionsOrBuilder
public long getTtl()
optional int64 ttl = 2;
getTtl
in interface FileSystemMasterCommonPOptionsOrBuilder
public FileSystemMasterCommonPOptions.Builder setTtl(long value)
optional int64 ttl = 2;
value
- The ttl to set.public FileSystemMasterCommonPOptions.Builder clearTtl()
optional int64 ttl = 2;
public boolean hasTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3;
hasTtlAction
in interface FileSystemMasterCommonPOptionsOrBuilder
public TtlAction getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3;
getTtlAction
in interface FileSystemMasterCommonPOptionsOrBuilder
public FileSystemMasterCommonPOptions.Builder setTtlAction(TtlAction value)
optional .alluxio.grpc.TtlAction ttlAction = 3;
value
- The ttlAction to set.public FileSystemMasterCommonPOptions.Builder clearTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3;
public boolean hasOperationId()
optional .alluxio.grpc.file.FsOpPId operationId = 4;
hasOperationId
in interface FileSystemMasterCommonPOptionsOrBuilder
public FsOpPId getOperationId()
optional .alluxio.grpc.file.FsOpPId operationId = 4;
getOperationId
in interface FileSystemMasterCommonPOptionsOrBuilder
public FileSystemMasterCommonPOptions.Builder setOperationId(FsOpPId value)
optional .alluxio.grpc.file.FsOpPId operationId = 4;
public FileSystemMasterCommonPOptions.Builder setOperationId(FsOpPId.Builder builderForValue)
optional .alluxio.grpc.file.FsOpPId operationId = 4;
public FileSystemMasterCommonPOptions.Builder mergeOperationId(FsOpPId value)
optional .alluxio.grpc.file.FsOpPId operationId = 4;
public FileSystemMasterCommonPOptions.Builder clearOperationId()
optional .alluxio.grpc.file.FsOpPId operationId = 4;
public FsOpPId.Builder getOperationIdBuilder()
optional .alluxio.grpc.file.FsOpPId operationId = 4;
public FsOpPIdOrBuilder getOperationIdOrBuilder()
optional .alluxio.grpc.file.FsOpPId operationId = 4;
getOperationIdOrBuilder
in interface FileSystemMasterCommonPOptionsOrBuilder
public final FileSystemMasterCommonPOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
public final FileSystemMasterCommonPOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FileSystemMasterCommonPOptions.Builder>
Copyright © 2023. All Rights Reserved.