public static interface YarnServerNodemanagerRecoveryProtos.DeletionServiceDeleteTaskProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBasedirs(int index)
repeated string basedirs = 5; |
com.google.protobuf.ByteString |
getBasedirsBytes(int index)
repeated string basedirs = 5; |
int |
getBasedirsCount()
repeated string basedirs = 5; |
List<String> |
getBasedirsList()
repeated string basedirs = 5; |
long |
getDeletionTime()
optional int64 deletionTime = 4; |
int |
getId()
optional int32 id = 1; |
String |
getSubdir()
optional string subdir = 3; |
com.google.protobuf.ByteString |
getSubdirBytes()
optional string subdir = 3; |
int |
getSuccessorIds(int index)
repeated int32 successorIds = 6; |
int |
getSuccessorIdsCount()
repeated int32 successorIds = 6; |
List<Integer> |
getSuccessorIdsList()
repeated int32 successorIds = 6; |
String |
getUser()
optional string user = 2; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 2; |
boolean |
hasDeletionTime()
optional int64 deletionTime = 4; |
boolean |
hasId()
optional int32 id = 1; |
boolean |
hasSubdir()
optional string subdir = 3; |
boolean |
hasUser()
optional string user = 2; |
boolean hasId()
optional int32 id = 1;int getId()
optional int32 id = 1;boolean hasUser()
optional string user = 2;String getUser()
optional string user = 2;com.google.protobuf.ByteString getUserBytes()
optional string user = 2;boolean hasSubdir()
optional string subdir = 3;String getSubdir()
optional string subdir = 3;com.google.protobuf.ByteString getSubdirBytes()
optional string subdir = 3;boolean hasDeletionTime()
optional int64 deletionTime = 4;long getDeletionTime()
optional int64 deletionTime = 4;int getBasedirsCount()
repeated string basedirs = 5;String getBasedirs(int index)
repeated string basedirs = 5;com.google.protobuf.ByteString getBasedirsBytes(int index)
repeated string basedirs = 5;int getSuccessorIdsCount()
repeated int32 successorIds = 6;int getSuccessorIds(int index)
repeated int32 successorIds = 6;Copyright © 2016 Apache Software Foundation. All Rights Reserved.