Uses of Class
org.apache.drill.exec.rpc.ProtobufLengthDecoder
Package
Description
-
Uses of ProtobufLengthDecoder in org.apache.drill.exec.rpc
Modifier 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
Modifier and TypeClassDescriptionclass
Purely to simplify memory debugging.Modifier and TypeMethodDescriptionControlClient.getDecoder
(BufferAllocator allocator) protected ProtobufLengthDecoder
ControlServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of ProtobufLengthDecoder in org.apache.drill.exec.rpc.data
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionDataClient.getDecoder
(BufferAllocator allocator) protected ProtobufLengthDecoder
DataServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of ProtobufLengthDecoder in org.apache.drill.exec.rpc.user
Modifier and TypeMethodDescriptionUserClient.getDecoder
(BufferAllocator allocator) protected ProtobufLengthDecoder
UserServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler)