| Package | Description |
|---|---|
| org.apache.drill.exec.rpc | |
| org.apache.drill.exec.rpc.control | |
| org.apache.drill.exec.rpc.data | |
| org.apache.drill.exec.rpc.user |
| Modifier and Type | Field and Description |
|---|---|
static OutOfMemoryHandler |
OutOfMemoryHandler.DEFAULT_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected OutOfMemoryHandler |
BasicServer.getOutOfMemoryHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtobufLengthDecoder |
BasicServer.getDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Constructor and Description |
|---|
ProtobufLengthDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected ProtobufLengthDecoder |
ControlServer.getDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Constructor and Description |
|---|
ControlProtobufLengthDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected OutOfMemoryHandler |
DataServer.getOutOfMemoryHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected ProtobufLengthDecoder |
DataServer.getDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Constructor and Description |
|---|
Client(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
Server(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected ProtobufLengthDecoder |
UserServer.getDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Constructor and Description |
|---|
UserProtobufLengthDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.