WorkerHeartbeatResponse

public final class WorkerHeartbeatResponse

Protobuf type tensorflow.WorkerHeartbeatResponse

Nested Classes

class WorkerHeartbeatResponse.Builder Protobuf type tensorflow.WorkerHeartbeatResponse  

Constants

int HEALTH_STATUS_FIELD_NUMBER
int HOSTNAME_FIELD_NUMBER
int WORKER_LOG_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static WorkerHeartbeatResponse
WorkerHeartbeatResponse
final static com.google.protobuf.Descriptors.Descriptor
WorkerHealth
getHealthStatus()
.tensorflow.WorkerHealth health_status = 1;
int
getHealthStatusValue()
.tensorflow.WorkerHealth health_status = 1;
String
getHostname()
string hostname = 3;
com.google.protobuf.ByteString
getHostnameBytes()
string hostname = 3;
int
final com.google.protobuf.UnknownFieldSet
Event
getWorkerLog(int index)
repeated .tensorflow.Event worker_log = 2;
int
getWorkerLogCount()
repeated .tensorflow.Event worker_log = 2;
List<Event>
getWorkerLogList()
repeated .tensorflow.Event worker_log = 2;
EventOrBuilder
getWorkerLogOrBuilder(int index)
repeated .tensorflow.Event worker_log = 2;
List<? extends EventOrBuilder>
getWorkerLogOrBuilderList()
repeated .tensorflow.Event worker_log = 2;
int
final boolean
static WorkerHeartbeatResponse.Builder
static WorkerHeartbeatResponse.Builder
WorkerHeartbeatResponse.Builder
static WorkerHeartbeatResponse
parseDelimitedFrom(InputStream input)
static WorkerHeartbeatResponse
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkerHeartbeatResponse
parseFrom(ByteBuffer data)
static WorkerHeartbeatResponse
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkerHeartbeatResponse
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkerHeartbeatResponse
parseFrom(com.google.protobuf.CodedInputStream input)
static WorkerHeartbeatResponse
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkerHeartbeatResponse
parseFrom(com.google.protobuf.ByteString data)
static WorkerHeartbeatResponse
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkerHeartbeatResponse
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
WorkerHeartbeatResponse.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int HEALTH_STATUS_FIELD_NUMBER

Constant Value: 1

public static final int HOSTNAME_FIELD_NUMBER

Constant Value: 3

public static final int WORKER_LOG_FIELD_NUMBER

Constant Value: 2

Public Methods

public boolean equals (Object obj)

public static WorkerHeartbeatResponse getDefaultInstance ()

public WorkerHeartbeatResponse getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public WorkerHealth getHealthStatus ()

.tensorflow.WorkerHealth health_status = 1;

public int getHealthStatusValue ()

.tensorflow.WorkerHealth health_status = 1;

public String getHostname ()

string hostname = 3;

public com.google.protobuf.ByteString getHostnameBytes ()

string hostname = 3;

public getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public Event getWorkerLog (int index)

repeated .tensorflow.Event worker_log = 2;

public int getWorkerLogCount ()

repeated .tensorflow.Event worker_log = 2;

public List<Event> getWorkerLogList ()

repeated .tensorflow.Event worker_log = 2;

public EventOrBuilder getWorkerLogOrBuilder (int index)

repeated .tensorflow.Event worker_log = 2;

public List<? extends EventOrBuilder> getWorkerLogOrBuilderList ()

repeated .tensorflow.Event worker_log = 2;

public int hashCode ()

public final boolean isInitialized ()

public static WorkerHeartbeatResponse.Builder newBuilder (WorkerHeartbeatResponse prototype)

public static WorkerHeartbeatResponse.Builder newBuilder ()

public WorkerHeartbeatResponse.Builder newBuilderForType ()

public static WorkerHeartbeatResponse parseDelimitedFrom (InputStream input)

Throws
IOException

public static WorkerHeartbeatResponse parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static WorkerHeartbeatResponse parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static WorkerHeartbeatResponse parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static WorkerHeartbeatResponse parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static WorkerHeartbeatResponse parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static WorkerHeartbeatResponse parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static WorkerHeartbeatResponse parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static WorkerHeartbeatResponse parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static WorkerHeartbeatResponse parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public WorkerHeartbeatResponse.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException