public static final class HBaseProtos.TimeRange extends com.google.protobuf.GeneratedMessage implements HBaseProtos.TimeRangeOrBuilder
hbase.pb.TimeRange
A range of time. Both from and to are Java time stamp in milliseconds. If you don't specify a time range, it means all time. By default, if not specified, from = 0, and to = Long.MAX_VALUE
| Modifier and Type | Class and Description |
|---|---|
static class |
HBaseProtos.TimeRange.Builder
Protobuf type
hbase.pb.TimeRange |
| Modifier and Type | Field and Description |
|---|---|
static int |
FROM_FIELD_NUMBER |
static <any> |
PARSER |
static int |
TO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static HBaseProtos.TimeRange |
getDefaultInstance() |
HBaseProtos.TimeRange |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFrom()
optional uint64 from = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
long |
getTo()
optional uint64 to = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFrom()
optional uint64 from = 1; |
int |
hashCode() |
boolean |
hasTo()
optional uint64 to = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HBaseProtos.TimeRange.Builder |
newBuilder() |
static HBaseProtos.TimeRange.Builder |
newBuilder(HBaseProtos.TimeRange prototype) |
HBaseProtos.TimeRange.Builder |
newBuilderForType() |
protected HBaseProtos.TimeRange.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HBaseProtos.TimeRange |
parseDelimitedFrom(java.io.InputStream input) |
static HBaseProtos.TimeRange |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
parseFrom(com.google.protobuf.ByteString data) |
static HBaseProtos.TimeRange |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBaseProtos.TimeRange |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.TimeRange.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int FROM_FIELD_NUMBER
public static final int TO_FIELD_NUMBER
public static HBaseProtos.TimeRange getDefaultInstance()
public HBaseProtos.TimeRange getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasFrom()
optional uint64 from = 1;hasFrom in interface HBaseProtos.TimeRangeOrBuilderpublic long getFrom()
optional uint64 from = 1;getFrom in interface HBaseProtos.TimeRangeOrBuilderpublic boolean hasTo()
optional uint64 to = 2;hasTo in interface HBaseProtos.TimeRangeOrBuilderpublic long getTo()
optional uint64 to = 2;getTo in interface HBaseProtos.TimeRangeOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static HBaseProtos.TimeRange parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.TimeRange parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.TimeRange parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.TimeRange parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.TimeRange parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.TimeRange parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.TimeRange parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.TimeRange parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.TimeRange.Builder newBuilder()
public HBaseProtos.TimeRange.Builder newBuilderForType()
public static HBaseProtos.TimeRange.Builder newBuilder(HBaseProtos.TimeRange prototype)
public HBaseProtos.TimeRange.Builder toBuilder()
protected HBaseProtos.TimeRange.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)