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 OutOfMemoryHandlerOutOfMemoryHandler.DEFAULT_INSTANCEMethods in org.apache.drill.exec.rpc that return OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected OutOfMemoryHandlerBasicServer.getOutOfMemoryHandler()Methods in org.apache.drill.exec.rpc with parameters of type OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected abstract ProtobufLengthDecoderBasicServer.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 ProtobufLengthDecoderControlServer.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 OutOfMemoryHandlerDataServer.getOutOfMemoryHandler()Methods in org.apache.drill.exec.rpc.data with parameters of type OutOfMemoryHandlerModifier and TypeMethodDescriptionprotected ProtobufLengthDecoderDataServer.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 ProtobufLengthDecoderUserServer.getDecoder(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler) Constructors in org.apache.drill.exec.rpc.user with parameters of type OutOfMemoryHandlerModifierConstructorDescriptionUserProtobufLengthDecoder(BufferAllocator allocator, OutOfMemoryHandler outOfMemoryHandler)