| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static byte[] |
AvaticaUtils._readFully(InputStream inputStream,
UnsynchronizedBuffer buffer)
Reads the contents of an input stream and returns a byte array.
|
static String |
AvaticaUtils.readFully(InputStream inputStream,
UnsynchronizedBuffer buffer)
Reads the contents of an input stream and returns as a string.
|
static byte[] |
AvaticaUtils.readFullyToBytes(InputStream inputStream,
UnsynchronizedBuffer buffer)
Reads the contents of an input stream and returns as a string.
|
| Modifier and Type | Field and Description |
|---|---|
private ThreadLocal<UnsynchronizedBuffer> |
ProtobufTranslationImpl.threadLocalBuffer |
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.