public static interface StoreTypes.ProcessSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsProcessLogs(String key)
map<string, string> process_logs = 7; |
long |
getAddTime()
int64 add_time = 5; |
String |
getHostPort()
optional string host_port = 2; |
com.google.protobuf.ByteString |
getHostPortBytes()
optional string host_port = 2; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
boolean |
getIsActive()
bool is_active = 3; |
java.util.Map<String,String> |
getProcessLogs()
Deprecated.
|
int |
getProcessLogsCount()
map<string, string> process_logs = 7; |
java.util.Map<String,String> |
getProcessLogsMap()
map<string, string> process_logs = 7; |
String |
getProcessLogsOrDefault(String key,
String defaultValue)
map<string, string> process_logs = 7; |
String |
getProcessLogsOrThrow(String key)
map<string, string> process_logs = 7; |
long |
getRemoveTime()
optional int64 remove_time = 6; |
int |
getTotalCores()
int32 total_cores = 4; |
boolean |
hasHostPort()
optional string host_port = 2; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasRemoveTime()
optional int64 remove_time = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
String getId()
optional string id = 1;
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
boolean hasHostPort()
optional string host_port = 2;
String getHostPort()
optional string host_port = 2;
com.google.protobuf.ByteString getHostPortBytes()
optional string host_port = 2;
boolean getIsActive()
bool is_active = 3;
int getTotalCores()
int32 total_cores = 4;
long getAddTime()
int64 add_time = 5;
boolean hasRemoveTime()
optional int64 remove_time = 6;
long getRemoveTime()
optional int64 remove_time = 6;
int getProcessLogsCount()
map<string, string> process_logs = 7;
boolean containsProcessLogs(String key)
map<string, string> process_logs = 7;
@Deprecated java.util.Map<String,String> getProcessLogs()
getProcessLogsMap()
instead.java.util.Map<String,String> getProcessLogsMap()
map<string, string> process_logs = 7;
String getProcessLogsOrDefault(String key, String defaultValue)
map<string, string> process_logs = 7;
String getProcessLogsOrThrow(String key)
map<string, string> process_logs = 7;