public static final class Messages.RoleInstanceState extends com.google.protobuf.GeneratedMessage implements Messages.RoleInstanceStateOrBuilder
org.apache.slider.api.RoleInstanceState| Modifier and Type | Class and Description |
|---|---|
static class |
Messages.RoleInstanceState.Builder
Protobuf type
org.apache.slider.api.RoleInstanceState |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
APPVERSION_FIELD_NUMBER |
static int |
COMMAND_FIELD_NUMBER |
static int |
CREATETIME_FIELD_NUMBER |
static int |
DIAGNOSTICS_FIELD_NUMBER |
static int |
ENVIRONMENT_FIELD_NUMBER |
static int |
EXITCODE_FIELD_NUMBER |
static int |
HOST_FIELD_NUMBER |
static int |
HOSTURL_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OUTPUT_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.RoleInstanceState> |
PARSER |
static int |
RELEASED_FIELD_NUMBER |
static int |
ROLE_FIELD_NUMBER |
static int |
ROLEID_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAppVersion()
optional string appVersion = 16; |
com.google.protobuf.ByteString |
getAppVersionBytes()
optional string appVersion = 16; |
String |
getCommand()
optional string command = 6; |
com.google.protobuf.ByteString |
getCommandBytes()
optional string command = 6; |
long |
getCreateTime()
required int64 createTime = 12; |
static Messages.RoleInstanceState |
getDefaultInstance() |
Messages.RoleInstanceState |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDiagnostics()
optional string diagnostics = 7; |
com.google.protobuf.ByteString |
getDiagnosticsBytes()
optional string diagnostics = 7; |
String |
getEnvironment(int index)
repeated string environment = 9; |
com.google.protobuf.ByteString |
getEnvironmentBytes(int index)
repeated string environment = 9; |
int |
getEnvironmentCount()
repeated string environment = 9; |
List<String> |
getEnvironmentList()
repeated string environment = 9; |
int |
getExitCode()
required uint32 exitCode = 5; |
String |
getHost()
required string host = 14; |
com.google.protobuf.ByteString |
getHostBytes()
required string host = 14; |
String |
getHostURL()
required string hostURL = 15; |
com.google.protobuf.ByteString |
getHostURLBytes()
required string hostURL = 15; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getOutput(int index)
repeated string output = 8; |
com.google.protobuf.ByteString |
getOutputBytes(int index)
repeated string output = 8; |
int |
getOutputCount()
repeated string output = 8; |
List<String> |
getOutputList()
repeated string output = 8; |
com.google.protobuf.Parser<Messages.RoleInstanceState> |
getParserForType() |
boolean |
getReleased()
required bool released = 11; |
String |
getRole()
optional string role = 2; |
com.google.protobuf.ByteString |
getRoleBytes()
optional string role = 2; |
int |
getRoleId()
required uint32 roleId = 10; |
int |
getSerializedSize() |
long |
getStartTime()
required int64 startTime = 13; |
int |
getState()
required uint32 state = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAppVersion()
optional string appVersion = 16; |
boolean |
hasCommand()
optional string command = 6; |
boolean |
hasCreateTime()
required int64 createTime = 12; |
boolean |
hasDiagnostics()
optional string diagnostics = 7; |
boolean |
hasExitCode()
required uint32 exitCode = 5; |
int |
hashCode() |
boolean |
hasHost()
required string host = 14; |
boolean |
hasHostURL()
required string hostURL = 15; |
boolean |
hasName()
required string name = 1; |
boolean |
hasReleased()
required bool released = 11; |
boolean |
hasRole()
optional string role = 2; |
boolean |
hasRoleId()
required uint32 roleId = 10; |
boolean |
hasStartTime()
required int64 startTime = 13; |
boolean |
hasState()
required uint32 state = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Messages.RoleInstanceState.Builder |
newBuilder() |
static Messages.RoleInstanceState.Builder |
newBuilder(Messages.RoleInstanceState prototype) |
Messages.RoleInstanceState.Builder |
newBuilderForType() |
protected Messages.RoleInstanceState.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Messages.RoleInstanceState |
parseDelimitedFrom(InputStream input) |
static Messages.RoleInstanceState |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RoleInstanceState |
parseFrom(byte[] data) |
static Messages.RoleInstanceState |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RoleInstanceState |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.RoleInstanceState |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RoleInstanceState |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.RoleInstanceState |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RoleInstanceState |
parseFrom(InputStream input) |
static Messages.RoleInstanceState |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.RoleInstanceState.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Messages.RoleInstanceState> PARSER
public static final int NAME_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int EXITCODE_FIELD_NUMBER
public static final int COMMAND_FIELD_NUMBER
public static final int DIAGNOSTICS_FIELD_NUMBER
public static final int OUTPUT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
public static final int ROLEID_FIELD_NUMBER
public static final int RELEASED_FIELD_NUMBER
public static final int CREATETIME_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
public static final int HOSTURL_FIELD_NUMBER
public static final int APPVERSION_FIELD_NUMBER
public static Messages.RoleInstanceState getDefaultInstance()
public Messages.RoleInstanceState getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Messages.RoleInstanceState> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1;hasName in interface Messages.RoleInstanceStateOrBuilderpublic String getName()
required string name = 1;getName in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasRole()
optional string role = 2;hasRole in interface Messages.RoleInstanceStateOrBuilderpublic String getRole()
optional string role = 2;getRole in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getRoleBytes()
optional string role = 2;getRoleBytes in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasState()
required uint32 state = 4;hasState in interface Messages.RoleInstanceStateOrBuilderpublic int getState()
required uint32 state = 4;getState in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasExitCode()
required uint32 exitCode = 5;hasExitCode in interface Messages.RoleInstanceStateOrBuilderpublic int getExitCode()
required uint32 exitCode = 5;getExitCode in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasCommand()
optional string command = 6;hasCommand in interface Messages.RoleInstanceStateOrBuilderpublic String getCommand()
optional string command = 6;getCommand in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getCommandBytes()
optional string command = 6;getCommandBytes in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasDiagnostics()
optional string diagnostics = 7;hasDiagnostics in interface Messages.RoleInstanceStateOrBuilderpublic String getDiagnostics()
optional string diagnostics = 7;getDiagnostics in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 7;getDiagnosticsBytes in interface Messages.RoleInstanceStateOrBuilderpublic List<String> getOutputList()
repeated string output = 8;getOutputList in interface Messages.RoleInstanceStateOrBuilderpublic int getOutputCount()
repeated string output = 8;getOutputCount in interface Messages.RoleInstanceStateOrBuilderpublic String getOutput(int index)
repeated string output = 8;getOutput in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getOutputBytes(int index)
repeated string output = 8;getOutputBytes in interface Messages.RoleInstanceStateOrBuilderpublic List<String> getEnvironmentList()
repeated string environment = 9;getEnvironmentList in interface Messages.RoleInstanceStateOrBuilderpublic int getEnvironmentCount()
repeated string environment = 9;getEnvironmentCount in interface Messages.RoleInstanceStateOrBuilderpublic String getEnvironment(int index)
repeated string environment = 9;getEnvironment in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getEnvironmentBytes(int index)
repeated string environment = 9;getEnvironmentBytes in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasRoleId()
required uint32 roleId = 10;hasRoleId in interface Messages.RoleInstanceStateOrBuilderpublic int getRoleId()
required uint32 roleId = 10;getRoleId in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasReleased()
required bool released = 11;hasReleased in interface Messages.RoleInstanceStateOrBuilderpublic boolean getReleased()
required bool released = 11;getReleased in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasCreateTime()
required int64 createTime = 12;hasCreateTime in interface Messages.RoleInstanceStateOrBuilderpublic long getCreateTime()
required int64 createTime = 12;getCreateTime in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasStartTime()
required int64 startTime = 13;hasStartTime in interface Messages.RoleInstanceStateOrBuilderpublic long getStartTime()
required int64 startTime = 13;getStartTime in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasHost()
required string host = 14;hasHost in interface Messages.RoleInstanceStateOrBuilderpublic String getHost()
required string host = 14;getHost in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getHostBytes()
required string host = 14;getHostBytes in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasHostURL()
required string hostURL = 15;hasHostURL in interface Messages.RoleInstanceStateOrBuilderpublic String getHostURL()
required string hostURL = 15;getHostURL in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getHostURLBytes()
required string hostURL = 15;getHostURLBytes in interface Messages.RoleInstanceStateOrBuilderpublic boolean hasAppVersion()
optional string appVersion = 16;hasAppVersion in interface Messages.RoleInstanceStateOrBuilderpublic String getAppVersion()
optional string appVersion = 16;getAppVersion in interface Messages.RoleInstanceStateOrBuilderpublic com.google.protobuf.ByteString getAppVersionBytes()
optional string appVersion = 16;getAppVersionBytes in interface Messages.RoleInstanceStateOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Messages.RoleInstanceState parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.RoleInstanceState parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.RoleInstanceState parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.RoleInstanceState parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.RoleInstanceState parseFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.RoleInstanceState parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.RoleInstanceState parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.RoleInstanceState parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.RoleInstanceState parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Messages.RoleInstanceState parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.RoleInstanceState.Builder newBuilder()
public Messages.RoleInstanceState.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Messages.RoleInstanceState.Builder newBuilder(Messages.RoleInstanceState prototype)
public Messages.RoleInstanceState.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Messages.RoleInstanceState.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.