Endpoints |
Endpoints.Builder.build() |
|
Endpoints |
Endpoints.Builder.buildPartial() |
|
Endpoints |
Settings.Builder.getAccessPoint() |
optional .apache.rocketmq.v2.Endpoints access_point = 2;
|
Endpoints |
Settings.getAccessPoint() |
optional .apache.rocketmq.v2.Endpoints access_point = 2;
|
Endpoints |
SettingsOrBuilder.getAccessPoint() |
optional .apache.rocketmq.v2.Endpoints access_point = 2;
|
static Endpoints |
Endpoints.getDefaultInstance() |
|
Endpoints |
Endpoints.Builder.getDefaultInstanceForType() |
|
Endpoints |
Endpoints.getDefaultInstanceForType() |
|
Endpoints |
Broker.Builder.getEndpoints() |
Address of the broker, complying with the following scheme
1. dns:[//authority/]host[:port]
2. ipv4:address[:port][,address[:port],...] – IPv4 addresses
3. ipv6:address[:port][,address[:port],...] – IPv6 addresses
|
Endpoints |
Broker.getEndpoints() |
Address of the broker, complying with the following scheme
1. dns:[//authority/]host[:port]
2. ipv4:address[:port][,address[:port],...] – IPv4 addresses
3. ipv6:address[:port][,address[:port],...] – IPv6 addresses
|
Endpoints |
BrokerOrBuilder.getEndpoints() |
Address of the broker, complying with the following scheme
1. dns:[//authority/]host[:port]
2. ipv4:address[:port][,address[:port],...] – IPv4 addresses
3. ipv6:address[:port][,address[:port],...] – IPv6 addresses
|
Endpoints |
Metric.Builder.getEndpoints() |
The endpoint that client metrics should be exported to, which is required if the switch is on.
|
Endpoints |
Metric.getEndpoints() |
The endpoint that client metrics should be exported to, which is required if the switch is on.
|
Endpoints |
MetricOrBuilder.getEndpoints() |
The endpoint that client metrics should be exported to, which is required if the switch is on.
|
Endpoints |
QueryAssignmentRequest.Builder.getEndpoints() |
.apache.rocketmq.v2.Endpoints endpoints = 3;
|
Endpoints |
QueryAssignmentRequest.getEndpoints() |
.apache.rocketmq.v2.Endpoints endpoints = 3;
|
Endpoints |
QueryAssignmentRequestOrBuilder.getEndpoints() |
.apache.rocketmq.v2.Endpoints endpoints = 3;
|
Endpoints |
QueryRouteRequest.Builder.getEndpoints() |
.apache.rocketmq.v2.Endpoints endpoints = 2;
|
Endpoints |
QueryRouteRequest.getEndpoints() |
.apache.rocketmq.v2.Endpoints endpoints = 2;
|
Endpoints |
QueryRouteRequestOrBuilder.getEndpoints() |
.apache.rocketmq.v2.Endpoints endpoints = 2;
|
static Endpoints |
Endpoints.parseDelimitedFrom(InputStream input) |
|
static Endpoints |
Endpoints.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Endpoints |
Endpoints.parseFrom(byte[] data) |
|
static Endpoints |
Endpoints.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Endpoints |
Endpoints.parseFrom(com.google.protobuf.ByteString data) |
|
static Endpoints |
Endpoints.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Endpoints |
Endpoints.parseFrom(com.google.protobuf.CodedInputStream input) |
|
static Endpoints |
Endpoints.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Endpoints |
Endpoints.parseFrom(InputStream input) |
|
static Endpoints |
Endpoints.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Endpoints |
Endpoints.parseFrom(ByteBuffer data) |
|
static Endpoints |
Endpoints.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|