Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.Builder.build() |
Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.Builder.buildPartial() |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.getDefaultInstance() |
Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.getDefaultInstanceForType() |
Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.Builder.getDefaultInstanceForType() |
Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoItemOrBuilder.getPairs(int index)
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoItem.getPairs(int index)
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoItem.Builder.getPairs(int index)
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseDelimitedFrom(InputStream input) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(byte[] data) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(ByteBuffer data) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(com.google.protobuf.ByteString data) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(com.google.protobuf.CodedInputStream input) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(InputStream input) |
static Diagnosticspb.ServerInfoPair |
Diagnosticspb.ServerInfoPair.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Diagnosticspb.ServerInfoPair> |
Diagnosticspb.ServerInfoItemOrBuilder.getPairsList()
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
List<Diagnosticspb.ServerInfoPair> |
Diagnosticspb.ServerInfoItem.getPairsList()
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
List<Diagnosticspb.ServerInfoPair> |
Diagnosticspb.ServerInfoItem.Builder.getPairsList()
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
com.google.protobuf.Parser<Diagnosticspb.ServerInfoPair> |
Diagnosticspb.ServerInfoPair.getParserForType() |
static com.google.protobuf.Parser<Diagnosticspb.ServerInfoPair> |
Diagnosticspb.ServerInfoPair.parser() |
Modifier and Type | Method and Description |
---|---|
Diagnosticspb.ServerInfoItem.Builder |
Diagnosticspb.ServerInfoItem.Builder.addPairs(Diagnosticspb.ServerInfoPair value)
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
Diagnosticspb.ServerInfoItem.Builder |
Diagnosticspb.ServerInfoItem.Builder.addPairs(int index,
Diagnosticspb.ServerInfoPair value)
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
Diagnosticspb.ServerInfoPair.Builder |
Diagnosticspb.ServerInfoPair.Builder.mergeFrom(Diagnosticspb.ServerInfoPair other) |
static Diagnosticspb.ServerInfoPair.Builder |
Diagnosticspb.ServerInfoPair.newBuilder(Diagnosticspb.ServerInfoPair prototype) |
Diagnosticspb.ServerInfoItem.Builder |
Diagnosticspb.ServerInfoItem.Builder.setPairs(int index,
Diagnosticspb.ServerInfoPair value)
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
Modifier and Type | Method and Description |
---|---|
Diagnosticspb.ServerInfoItem.Builder |
Diagnosticspb.ServerInfoItem.Builder.addAllPairs(Iterable<? extends Diagnosticspb.ServerInfoPair> values)
all key-value pairs for specified item, e.g:
ServerInfoItem {
tp = "network"
name = "eth0"
paris = [
ServerInfoPair { key = "readbytes", value = "4k"},
ServerInfoPair { key = "writebytes", value = "1k"},
]
}
|
Copyright © 2024 PingCAP. All rights reserved.