public static interface File.DeleteFileEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAlluxioOnly()
Deprecated, this field is about whether to delete in the UFS.
|
long |
getId()
optional int64 id = 1; |
long |
getOpTimeMs()
optional int64 op_time_ms = 3; |
String |
getPath()
optional string path = 5; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 5; |
boolean |
getRecursive()
Deprecated, we now write one journal entry per inode removed
|
boolean |
hasAlluxioOnly()
Deprecated, this field is about whether to delete in the UFS.
|
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasOpTimeMs()
optional int64 op_time_ms = 3; |
boolean |
hasPath()
optional string path = 5; |
boolean |
hasRecursive()
Deprecated, we now write one journal entry per inode removed
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
boolean hasRecursive()
Deprecated, we now write one journal entry per inode removed
optional bool recursive = 2;
boolean getRecursive()
Deprecated, we now write one journal entry per inode removed
optional bool recursive = 2;
boolean hasOpTimeMs()
optional int64 op_time_ms = 3;
long getOpTimeMs()
optional int64 op_time_ms = 3;
boolean hasAlluxioOnly()
Deprecated, this field is about whether to delete in the UFS. We don't journal UFS changes.
optional bool alluxioOnly = 4;
boolean getAlluxioOnly()
Deprecated, this field is about whether to delete in the UFS. We don't journal UFS changes.
optional bool alluxioOnly = 4;
boolean hasPath()
optional string path = 5;
String getPath()
optional string path = 5;
com.google.protobuf.ByteString getPathBytes()
optional string path = 5;
Copyright © 2023. All Rights Reserved.