Uses of Class
org.apache.drill.exec.rpc.ProtobufLengthDecoder
Packages that use ProtobufLengthDecoder
Package
Description
-
Uses of ProtobufLengthDecoder in org.apache.drill.exec.rpc
Methods in org.apache.drill.exec.rpc that return ProtobufLengthDecoderModifier and TypeMethodDescriptionabstract ProtobufLengthDecoder
BasicClient.getDecoder
(BufferAllocator allocator) protected abstract ProtobufLengthDecoder
BasicServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of ProtobufLengthDecoder in org.apache.drill.exec.rpc.control
Subclasses of ProtobufLengthDecoder in org.apache.drill.exec.rpc.controlModifier and TypeClassDescriptionclass
Purely to simplify memory debugging.Methods in org.apache.drill.exec.rpc.control that return ProtobufLengthDecoderModifier and TypeMethodDescriptionControlClient.getDecoder
(BufferAllocator allocator) protected ProtobufLengthDecoder
ControlServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of ProtobufLengthDecoder in org.apache.drill.exec.rpc.data
Subclasses of ProtobufLengthDecoder in org.apache.drill.exec.rpc.dataModifier and TypeClassDescriptionstatic class
static class
Methods in org.apache.drill.exec.rpc.data that return ProtobufLengthDecoderModifier and TypeMethodDescriptionDataClient.getDecoder
(BufferAllocator allocator) protected ProtobufLengthDecoder
DataServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of ProtobufLengthDecoder in org.apache.drill.exec.rpc.user
Subclasses of ProtobufLengthDecoder in org.apache.drill.exec.rpc.userMethods in org.apache.drill.exec.rpc.user that return ProtobufLengthDecoderModifier and TypeMethodDescriptionUserClient.getDecoder
(BufferAllocator allocator) protected ProtobufLengthDecoder
UserServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler)