public interface FileSystemMasterCommonPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getSyncIntervalMs()
optional int64 syncIntervalMs = 1; |
long |
getTtl()
optional int64 ttl = 2; |
TtlAction |
getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3; |
boolean |
hasSyncIntervalMs()
optional int64 syncIntervalMs = 1; |
boolean |
hasTtl()
optional int64 ttl = 2; |
boolean |
hasTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSyncIntervalMs()
optional int64 syncIntervalMs = 1;
long getSyncIntervalMs()
optional int64 syncIntervalMs = 1;
boolean hasTtl()
optional int64 ttl = 2;
long getTtl()
optional int64 ttl = 2;
boolean hasTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3;
TtlAction getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3;
Copyright © 2023. All Rights Reserved.