Uses of Class
io.envoyproxy.envoy.config.tap.v3.BufferedAdminSink
Packages that use BufferedAdminSink
-
Uses of BufferedAdminSink in io.envoyproxy.envoy.config.tap.v3
Methods in io.envoyproxy.envoy.config.tap.v3 that return BufferedAdminSinkModifier and TypeMethodDescriptionBufferedAdminSink.Builder.build()BufferedAdminSink.Builder.buildPartial()OutputSink.Builder.getBufferedAdmin()Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.getBufferedAdmin()Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSinkOrBuilder.getBufferedAdmin()Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.static BufferedAdminSinkBufferedAdminSink.getDefaultInstance()BufferedAdminSink.Builder.getDefaultInstanceForType()BufferedAdminSink.getDefaultInstanceForType()static BufferedAdminSinkBufferedAdminSink.parseDelimitedFrom(InputStream input) static BufferedAdminSinkBufferedAdminSink.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferedAdminSinkBufferedAdminSink.parseFrom(byte[] data) static BufferedAdminSinkBufferedAdminSink.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferedAdminSinkBufferedAdminSink.parseFrom(com.google.protobuf.ByteString data) static BufferedAdminSinkBufferedAdminSink.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferedAdminSinkBufferedAdminSink.parseFrom(com.google.protobuf.CodedInputStream input) static BufferedAdminSinkBufferedAdminSink.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferedAdminSinkBufferedAdminSink.parseFrom(InputStream input) static BufferedAdminSinkBufferedAdminSink.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferedAdminSinkBufferedAdminSink.parseFrom(ByteBuffer data) static BufferedAdminSinkBufferedAdminSink.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.tap.v3 that return types with arguments of type BufferedAdminSinkModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BufferedAdminSink>BufferedAdminSink.getParserForType()static com.google.protobuf.Parser<BufferedAdminSink>BufferedAdminSink.parser()Methods in io.envoyproxy.envoy.config.tap.v3 with parameters of type BufferedAdminSinkModifier and TypeMethodDescriptionOutputSink.Builder.mergeBufferedAdmin(BufferedAdminSink value) Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.BufferedAdminSink.Builder.mergeFrom(BufferedAdminSink other) static BufferedAdminSink.BuilderBufferedAdminSink.newBuilder(BufferedAdminSink prototype) OutputSink.Builder.setBufferedAdmin(BufferedAdminSink value) Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.