public interface ZooKeeperProxyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessLog()
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs.
|
com.google.protobuf.ByteString |
getAccessLogBytes()
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs.
|
com.google.protobuf.UInt32Value |
getMaxPacketBytes()
Messages — requests, responses and events — that are bigger than this value will
be ignored.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxPacketBytesOrBuilder()
Messages — requests, responses and events — that are bigger than this value will
be ignored.
|
String |
getStatPrefix()
The human readable prefix to use when emitting :ref:`statistics
<config_network_filters_zookeeper_proxy_stats>`.
|
com.google.protobuf.ByteString |
getStatPrefixBytes()
The human readable prefix to use when emitting :ref:`statistics
<config_network_filters_zookeeper_proxy_stats>`.
|
boolean |
hasMaxPacketBytes()
Messages — requests, responses and events — that are bigger than this value will
be ignored.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStatPrefix()
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getStatPrefixBytes()
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_zookeeper_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }String getAccessLog()
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;com.google.protobuf.ByteString getAccessLogBytes()
[#not-implemented-hide:] The optional path to use for writing ZooKeeper access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;boolean hasMaxPacketBytes()
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;com.google.protobuf.UInt32Value getMaxPacketBytes()
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;com.google.protobuf.UInt32ValueOrBuilder getMaxPacketBytesOrBuilder()
Messages — requests, responses and events — that are bigger than this value will be ignored. If it is not set, the default value is 1Mb. The value here should match the jute.maxbuffer property in your cluster configuration: https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html#Unsafe+Options if that is set. If it isn't, ZooKeeper's default is also 1Mb.
.google.protobuf.UInt32Value max_packet_bytes = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.