| Package | Description |
|---|---|
| org.apache.skywalking.oap.server.configuration.service |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.Builder.build() |
Config |
Config.Builder.buildPartial() |
Config |
ConfigurationResponseOrBuilder.getConfigTable(int index)
Include all config items.
|
Config |
ConfigurationResponse.getConfigTable(int index)
Include all config items.
|
Config |
ConfigurationResponse.Builder.getConfigTable(int index)
Include all config items.
|
static Config |
Config.getDefaultInstance() |
Config |
Config.getDefaultInstanceForType() |
Config |
Config.Builder.getDefaultInstanceForType() |
static Config |
Config.parseDelimitedFrom(InputStream input) |
static Config |
Config.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config |
Config.parseFrom(byte[] data) |
static Config |
Config.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config |
Config.parseFrom(ByteBuffer data) |
static Config |
Config.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config |
Config.parseFrom(com.google.protobuf.ByteString data) |
static Config |
Config.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config |
Config.parseFrom(com.google.protobuf.CodedInputStream input) |
static Config |
Config.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config |
Config.parseFrom(InputStream input) |
static Config |
Config.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Config> |
ConfigurationResponseOrBuilder.getConfigTableList()
Include all config items.
|
List<Config> |
ConfigurationResponse.getConfigTableList()
Include all config items.
|
List<Config> |
ConfigurationResponse.Builder.getConfigTableList()
Include all config items.
|
com.google.protobuf.Parser<Config> |
Config.getParserForType() |
static com.google.protobuf.Parser<Config> |
Config.parser() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationResponse.Builder |
ConfigurationResponse.Builder.addConfigTable(Config value)
Include all config items.
|
ConfigurationResponse.Builder |
ConfigurationResponse.Builder.addConfigTable(int index,
Config value)
Include all config items.
|
Config.Builder |
Config.Builder.mergeFrom(Config other) |
static Config.Builder |
Config.newBuilder(Config prototype) |
ConfigurationResponse.Builder |
ConfigurationResponse.Builder.setConfigTable(int index,
Config value)
Include all config items.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationResponse.Builder |
ConfigurationResponse.Builder.addAllConfigTable(Iterable<? extends Config> values)
Include all config items.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.