Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Bucket> |
Bucket.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
Bucket.Builder.build() |
Bucket |
Bucket.Builder.buildPartial() |
Bucket |
Histogram.getBuckets(int index)
buckets represents all the buckets.
|
Bucket |
Histogram.Builder.getBuckets(int index)
buckets represents all the buckets.
|
Bucket |
HistogramOrBuilder.getBuckets(int index)
buckets represents all the buckets.
|
static Bucket |
Bucket.getDefaultInstance() |
Bucket |
Bucket.getDefaultInstanceForType() |
Bucket |
Bucket.Builder.getDefaultInstanceForType() |
static Bucket |
Bucket.parseDelimitedFrom(InputStream input) |
static Bucket |
Bucket.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket |
Bucket.parseFrom(byte[] data) |
static Bucket |
Bucket.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket |
Bucket.parseFrom(ByteBuffer data) |
static Bucket |
Bucket.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket |
Bucket.parseFrom(com.google.protobuf.ByteString data) |
static Bucket |
Bucket.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket |
Bucket.parseFrom(com.google.protobuf.CodedInputStream input) |
static Bucket |
Bucket.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket |
Bucket.parseFrom(InputStream input) |
static Bucket |
Bucket.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Bucket> |
Histogram.getBucketsList()
buckets represents all the buckets.
|
List<Bucket> |
Histogram.Builder.getBucketsList()
buckets represents all the buckets.
|
List<Bucket> |
HistogramOrBuilder.getBucketsList()
buckets represents all the buckets.
|
com.google.protobuf.Parser<Bucket> |
Bucket.getParserForType() |
static com.google.protobuf.Parser<Bucket> |
Bucket.parser() |
Modifier and Type | Method and Description |
---|---|
Histogram.Builder |
Histogram.Builder.addBuckets(Bucket value)
buckets represents all the buckets.
|
Histogram.Builder |
Histogram.Builder.addBuckets(int index,
Bucket value)
buckets represents all the buckets.
|
Bucket.Builder |
Bucket.Builder.mergeFrom(Bucket other) |
static Bucket.Builder |
Bucket.newBuilder(Bucket prototype) |
Histogram.Builder |
Histogram.Builder.setBuckets(int index,
Bucket value)
buckets represents all the buckets.
|
Modifier and Type | Method and Description |
---|---|
Histogram.Builder |
Histogram.Builder.addAllBuckets(Iterable<? extends Bucket> values)
buckets represents all the buckets.
|
Copyright © 2024 PingCAP. All rights reserved.