Uses of Class
org.apache.calcite.avatica.util.UnsynchronizedBuffer
-
Packages that use UnsynchronizedBuffer Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of UnsynchronizedBuffer in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica with parameters of type UnsynchronizedBuffer Modifier and Type Method Description (package private) static byte[]AvaticaUtils. _readFully(java.io.InputStream inputStream, UnsynchronizedBuffer buffer)Reads the contents of an input stream and returns a byte array.static java.lang.StringAvaticaUtils. readFully(java.io.InputStream inputStream, UnsynchronizedBuffer buffer)Reads the contents of an input stream and returns as a string.static byte[]AvaticaUtils. readFullyToBytes(java.io.InputStream inputStream, UnsynchronizedBuffer buffer)Reads the contents of an input stream and returns as a string. -
Uses of UnsynchronizedBuffer in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote with type parameters of type UnsynchronizedBuffer Modifier and Type Field Description private java.lang.ThreadLocal<UnsynchronizedBuffer>ProtobufTranslationImpl. threadLocalBuffer
-