public static final class StoreTypes.StreamingQueryData extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.StreamingQueryDataOrBuilder
org.apache.spark.status.protobuf.StreamingQueryData| Modifier and Type | Class and Description |
|---|---|
static class |
StoreTypes.StreamingQueryData.Builder
Protobuf type
org.apache.spark.status.protobuf.StreamingQueryData |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
END_TIMESTAMP_FIELD_NUMBER |
static int |
EXCEPTION_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
IS_ACTIVE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
RUN_ID_FIELD_NUMBER |
static int |
START_TIMESTAMP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static StoreTypes.StreamingQueryData |
getDefaultInstance() |
StoreTypes.StreamingQueryData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEndTimestamp()
optional int64 end_timestamp = 7; |
String |
getException()
optional string exception = 5; |
com.google.protobuf.ByteString |
getExceptionBytes()
optional string exception = 5; |
String |
getId()
optional string id = 2; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 2; |
boolean |
getIsActive()
bool is_active = 4; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
com.google.protobuf.Parser<StoreTypes.StreamingQueryData> |
getParserForType() |
String |
getRunId()
optional string run_id = 3; |
com.google.protobuf.ByteString |
getRunIdBytes()
optional string run_id = 3; |
int |
getSerializedSize() |
long |
getStartTimestamp()
int64 start_timestamp = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndTimestamp()
optional int64 end_timestamp = 7; |
boolean |
hasException()
optional string exception = 5; |
int |
hashCode() |
boolean |
hasId()
optional string id = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasRunId()
optional string run_id = 3; |
boolean |
isInitialized() |
static StoreTypes.StreamingQueryData.Builder |
newBuilder() |
static StoreTypes.StreamingQueryData.Builder |
newBuilder(StoreTypes.StreamingQueryData prototype) |
StoreTypes.StreamingQueryData.Builder |
newBuilderForType() |
static StoreTypes.StreamingQueryData |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.StreamingQueryData |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(byte[] data) |
static StoreTypes.StreamingQueryData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.StreamingQueryData |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.StreamingQueryData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.StreamingQueryData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(java.io.InputStream input) |
static StoreTypes.StreamingQueryData |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.StreamingQueryData> |
parser() |
StoreTypes.StreamingQueryData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int NAME_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int RUN_ID_FIELD_NUMBER
public static final int IS_ACTIVE_FIELD_NUMBER
public static final int EXCEPTION_FIELD_NUMBER
public static final int START_TIMESTAMP_FIELD_NUMBER
public static final int END_TIMESTAMP_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasName()
optional string name = 1;hasName in interface StoreTypes.StreamingQueryDataOrBuilderpublic String getName()
optional string name = 1;getName in interface StoreTypes.StreamingQueryDataOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface StoreTypes.StreamingQueryDataOrBuilderpublic boolean hasId()
optional string id = 2;hasId in interface StoreTypes.StreamingQueryDataOrBuilderpublic String getId()
optional string id = 2;getId in interface StoreTypes.StreamingQueryDataOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
optional string id = 2;getIdBytes in interface StoreTypes.StreamingQueryDataOrBuilderpublic boolean hasRunId()
optional string run_id = 3;hasRunId in interface StoreTypes.StreamingQueryDataOrBuilderpublic String getRunId()
optional string run_id = 3;getRunId in interface StoreTypes.StreamingQueryDataOrBuilderpublic com.google.protobuf.ByteString getRunIdBytes()
optional string run_id = 3;getRunIdBytes in interface StoreTypes.StreamingQueryDataOrBuilderpublic boolean getIsActive()
bool is_active = 4;getIsActive in interface StoreTypes.StreamingQueryDataOrBuilderpublic boolean hasException()
optional string exception = 5;hasException in interface StoreTypes.StreamingQueryDataOrBuilderpublic String getException()
optional string exception = 5;getException in interface StoreTypes.StreamingQueryDataOrBuilderpublic com.google.protobuf.ByteString getExceptionBytes()
optional string exception = 5;getExceptionBytes in interface StoreTypes.StreamingQueryDataOrBuilderpublic long getStartTimestamp()
int64 start_timestamp = 6;getStartTimestamp in interface StoreTypes.StreamingQueryDataOrBuilderpublic boolean hasEndTimestamp()
optional int64 end_timestamp = 7;hasEndTimestamp in interface StoreTypes.StreamingQueryDataOrBuilderpublic long getEndTimestamp()
optional int64 end_timestamp = 7;getEndTimestamp in interface StoreTypes.StreamingQueryDataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public 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 StoreTypes.StreamingQueryData parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StreamingQueryData parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StreamingQueryData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StreamingQueryData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StreamingQueryData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StreamingQueryData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.StreamingQueryData parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StreamingQueryData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StreamingQueryData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StreamingQueryData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StreamingQueryData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.StreamingQueryData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.StreamingQueryData.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoreTypes.StreamingQueryData.Builder newBuilder()
public static StoreTypes.StreamingQueryData.Builder newBuilder(StoreTypes.StreamingQueryData prototype)
public StoreTypes.StreamingQueryData.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static StoreTypes.StreamingQueryData getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.StreamingQueryData> parser()
public com.google.protobuf.Parser<StoreTypes.StreamingQueryData> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.StreamingQueryData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder