public static final class CellMessage.Cell extends GeneratedMessage implements CellMessage.CellOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.Cell| Modifier and Type | Class and Description |
|---|---|
static class |
CellMessage.Cell.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.Cell |
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_FIELD_NUMBER |
static int |
DATA_FIELD_NUMBER |
static Parser<CellMessage.Cell> |
PARSER |
static int |
ROW_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
alwaysUseFieldBuildersgetAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasFieldtoByteArray, toByteString, writeDelimitedTo, writeTopublic static Parser<CellMessage.Cell> PARSER
public static final int ROW_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static CellMessage.Cell getDefaultInstance()
public CellMessage.Cell getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessagepublic Parser<CellMessage.Cell> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic boolean hasRow()
optional bytes row = 1;
unused if Cell is in a CellSet
hasRow in interface CellMessage.CellOrBuilderpublic ByteString getRow()
optional bytes row = 1;
unused if Cell is in a CellSet
getRow in interface CellMessage.CellOrBuilderpublic boolean hasColumn()
optional bytes column = 2;hasColumn in interface CellMessage.CellOrBuilderpublic ByteString getColumn()
optional bytes column = 2;getColumn in interface CellMessage.CellOrBuilderpublic boolean hasTimestamp()
optional int64 timestamp = 3;hasTimestamp in interface CellMessage.CellOrBuilderpublic long getTimestamp()
optional int64 timestamp = 3;getTimestamp in interface CellMessage.CellOrBuilderpublic boolean hasData()
optional bytes data = 4;hasData in interface CellMessage.CellOrBuilderpublic ByteString getData()
optional bytes data = 4;getData in interface CellMessage.CellOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessagepublic void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class GeneratedMessageObjectStreamExceptionpublic static CellMessage.Cell parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static CellMessage.Cell parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static CellMessage.Cell parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static CellMessage.Cell parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static CellMessage.Cell parseFrom(InputStream input) throws IOException
IOExceptionpublic static CellMessage.Cell parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CellMessage.Cell parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CellMessage.Cell parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CellMessage.Cell parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static CellMessage.Cell parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CellMessage.Cell.Builder newBuilder()
public CellMessage.Cell.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static CellMessage.Cell.Builder newBuilder(CellMessage.Cell prototype)
public CellMessage.Cell.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected CellMessage.Cell.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessageCopyright © 2014 The Apache Software Foundation. All Rights Reserved.