| 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 | Method and Description |
|---|---|
abstract ProtobufLengthDecoder |
BasicClient.getDecoder(BufferAllocator allocator) |
protected abstract ProtobufLengthDecoder |
BasicServer.getDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlProtobufLengthDecoder
Purely to simplify memory debugging.
|
| Modifier and Type | Method and Description |
|---|---|
ProtobufLengthDecoder |
ControlClient.getDecoder(BufferAllocator allocator) |
protected ProtobufLengthDecoder |
ControlServer.getDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DataProtobufLengthDecoder.Client |
static class |
DataProtobufLengthDecoder.Server |
| Modifier and Type | Method and Description |
|---|---|
ProtobufLengthDecoder |
DataClient.getDecoder(BufferAllocator allocator) |
protected ProtobufLengthDecoder |
DataServer.getDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserProtobufLengthDecoder |
| Modifier and Type | Method and Description |
|---|---|
ProtobufLengthDecoder |
UserClient.getDecoder(BufferAllocator allocator) |
protected ProtobufLengthDecoder |
UserServer.getDecoder(BufferAllocator allocator,
OutOfMemoryHandler outOfMemoryHandler) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.