Interface ZooKeeperProxyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ZooKeeperProxy, ZooKeeperProxy.Builder

    public interface ZooKeeperProxyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStatPrefix

        String getStatPrefix()
         The human readable prefix to use when emitting :ref:`statistics
         <config_network_filters_zookeeper_proxy_stats>`.
         
        string stat_prefix = 1 [(.validate.rules) = { ... }
        Returns:
        The statPrefix.
      • getStatPrefixBytes

        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) = { ... }
        Returns:
        The bytes for statPrefix.
      • getAccessLog

        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;
        Returns:
        The accessLog.
      • getAccessLogBytes

        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;
        Returns:
        The bytes for accessLog.
      • hasMaxPacketBytes

        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;
        Returns:
        Whether the maxPacketBytes field is set.
      • getMaxPacketBytes

        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;
        Returns:
        The maxPacketBytes.
      • getMaxPacketBytesOrBuilder

        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;