Uses of Interface
org.apache.drill.exec.rpc.OutOfMemoryHandler
Package
Description
-
Uses of OutOfMemoryHandler in org.apache.drill.exec.rpc
Modifier and TypeFieldDescriptionstatic final OutOfMemoryHandler
OutOfMemoryHandler.DEFAULT_INSTANCE
Modifier and TypeMethodDescriptionprotected OutOfMemoryHandler
BasicServer.getOutOfMemoryHandler()
Modifier and TypeMethodDescriptionprotected abstract ProtobufLengthDecoder
BasicServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) ModifierConstructorDescriptionProtobufLengthDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of OutOfMemoryHandler in org.apache.drill.exec.rpc.control
Modifier and TypeMethodDescriptionprotected ProtobufLengthDecoder
ControlServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) ModifierConstructorDescriptionControlProtobufLengthDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of OutOfMemoryHandler in org.apache.drill.exec.rpc.data
Modifier and TypeMethodDescriptionprotected OutOfMemoryHandler
DataServer.getOutOfMemoryHandler()
Modifier and TypeMethodDescriptionprotected ProtobufLengthDecoder
DataServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) ModifierConstructorDescriptionClient
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) Server
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of OutOfMemoryHandler in org.apache.drill.exec.rpc.user
Modifier and TypeMethodDescriptionprotected ProtobufLengthDecoder
UserServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) ModifierConstructorDescriptionUserProtobufLengthDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler)