Uses of Interface
org.apache.drill.exec.rpc.OutOfMemoryHandler
Packages that use OutOfMemoryHandler
Package
Description
-
Uses of OutOfMemoryHandler in org.apache.drill.exec.rpc
Fields in org.apache.drill.exec.rpc declared as OutOfMemoryHandlerModifier and TypeFieldDescriptionstatic final OutOfMemoryHandler
OutOfMemoryHandler.DEFAULT_INSTANCE
Methods in org.apache.drill.exec.rpc that return OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected OutOfMemoryHandler
BasicServer.getOutOfMemoryHandler()
Methods in org.apache.drill.exec.rpc with parameters of type OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected abstract ProtobufLengthDecoder
BasicServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) Constructors in org.apache.drill.exec.rpc with parameters of type OutOfMemoryHandlerModifierConstructorDescriptionProtobufLengthDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of OutOfMemoryHandler in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control with parameters of type OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected ProtobufLengthDecoder
ControlServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) Constructors in org.apache.drill.exec.rpc.control with parameters of type OutOfMemoryHandlerModifierConstructorDescriptionControlProtobufLengthDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of OutOfMemoryHandler in org.apache.drill.exec.rpc.data
Methods in org.apache.drill.exec.rpc.data that return OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected OutOfMemoryHandler
DataServer.getOutOfMemoryHandler()
Methods in org.apache.drill.exec.rpc.data with parameters of type OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected ProtobufLengthDecoder
DataServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) Constructors in org.apache.drill.exec.rpc.data with parameters of type OutOfMemoryHandlerModifierConstructorDescriptionClient
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) Server
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) -
Uses of OutOfMemoryHandler in org.apache.drill.exec.rpc.user
Methods in org.apache.drill.exec.rpc.user with parameters of type OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected ProtobufLengthDecoder
UserServer.getDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) Constructors in org.apache.drill.exec.rpc.user with parameters of type OutOfMemoryHandlerModifierConstructorDescriptionUserProtobufLengthDecoder
(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler)