| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static HBaseProtos.TimeRange |
ProtobufUtil.toTimeRange(TimeRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
static TimeRange |
ProtobufUtil.toTimeRange(HBaseProtos.TimeRange timeRange) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<HBaseProtos.TimeRange> |
HBaseProtos.TimeRange.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.TimeRange |
HBaseProtos.TimeRange.Builder.build() |
HBaseProtos.TimeRange |
HBaseProtos.TimeRange.Builder.buildPartial() |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.getDefaultInstance() |
HBaseProtos.TimeRange |
HBaseProtos.TimeRange.getDefaultInstanceForType() |
HBaseProtos.TimeRange |
HBaseProtos.TimeRange.Builder.getDefaultInstanceForType() |
HBaseProtos.TimeRange |
ClientProtos.GetOrBuilder.getTimeRange()
optional .hbase.pb.TimeRange time_range = 5; |
HBaseProtos.TimeRange |
ClientProtos.Get.getTimeRange()
optional .hbase.pb.TimeRange time_range = 5; |
HBaseProtos.TimeRange |
ClientProtos.Get.Builder.getTimeRange()
optional .hbase.pb.TimeRange time_range = 5; |
HBaseProtos.TimeRange |
ClientProtos.ConditionOrBuilder.getTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRange |
ClientProtos.Condition.getTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRange |
ClientProtos.Condition.Builder.getTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRange |
ClientProtos.MutationProtoOrBuilder.getTimeRange()
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
HBaseProtos.TimeRange |
ClientProtos.MutationProto.getTimeRange()
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
HBaseProtos.TimeRange |
ClientProtos.MutationProto.Builder.getTimeRange()
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
HBaseProtos.TimeRange |
ClientProtos.ScanOrBuilder.getTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRange |
ClientProtos.Scan.getTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRange |
ClientProtos.Scan.Builder.getTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRange |
HBaseProtos.ColumnFamilyTimeRangeOrBuilder.getTimeRange()
required .hbase.pb.TimeRange time_range = 2; |
HBaseProtos.TimeRange |
HBaseProtos.ColumnFamilyTimeRange.getTimeRange()
required .hbase.pb.TimeRange time_range = 2; |
HBaseProtos.TimeRange |
HBaseProtos.ColumnFamilyTimeRange.Builder.getTimeRange()
required .hbase.pb.TimeRange time_range = 2; |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseDelimitedFrom(InputStream input) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(byte[] data) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(ByteBuffer data) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(InputStream input) |
static HBaseProtos.TimeRange |
HBaseProtos.TimeRange.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<HBaseProtos.TimeRange> |
HBaseProtos.TimeRange.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<HBaseProtos.TimeRange> |
HBaseProtos.TimeRange.parser() |
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.TimeRange.Builder |
HBaseProtos.TimeRange.Builder.mergeFrom(HBaseProtos.TimeRange other) |
ClientProtos.Get.Builder |
ClientProtos.Get.Builder.mergeTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 5; |
ClientProtos.Condition.Builder |
ClientProtos.Condition.Builder.mergeTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 6; |
ClientProtos.MutationProto.Builder |
ClientProtos.MutationProto.Builder.mergeTimeRange(HBaseProtos.TimeRange value)
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
ClientProtos.Scan.Builder |
ClientProtos.Scan.Builder.mergeTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.ColumnFamilyTimeRange.Builder |
HBaseProtos.ColumnFamilyTimeRange.Builder.mergeTimeRange(HBaseProtos.TimeRange value)
required .hbase.pb.TimeRange time_range = 2; |
static HBaseProtos.TimeRange.Builder |
HBaseProtos.TimeRange.newBuilder(HBaseProtos.TimeRange prototype) |
ClientProtos.Get.Builder |
ClientProtos.Get.Builder.setTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 5; |
ClientProtos.Condition.Builder |
ClientProtos.Condition.Builder.setTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 6; |
ClientProtos.MutationProto.Builder |
ClientProtos.MutationProto.Builder.setTimeRange(HBaseProtos.TimeRange value)
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
ClientProtos.Scan.Builder |
ClientProtos.Scan.Builder.setTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.ColumnFamilyTimeRange.Builder |
HBaseProtos.ColumnFamilyTimeRange.Builder.setTimeRange(HBaseProtos.TimeRange value)
required .hbase.pb.TimeRange time_range = 2; |
Copyright © 2007–2019 Cloudera. All rights reserved.