C D E F G H I M N O P R S T U Z 
All Classes All Packages

C

checkTimeseriesExists(String) - Method in class org.apache.iotdb.session.pool.SessionPool
 
checkTimeseriesExists(String) - Method in class org.apache.iotdb.session.Session
 
checkTimeseriesExists(String, long) - Method in class org.apache.iotdb.session.SessionConnection
 
close() - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
close this dataset to release the session
close() - Method in class org.apache.iotdb.session.pool.SessionPool
close all connections in the pool
close() - Method in class org.apache.iotdb.session.Session
 
close() - Method in class org.apache.iotdb.session.SessionConnection
 
CLOSE_THE_SESSION_FAILED - Static variable in class org.apache.iotdb.session.pool.SessionPool
 
closeOperationHandle() - Method in class org.apache.iotdb.session.SessionDataSet
 
closeResultSet(SessionDataSetWrapper) - Method in class org.apache.iotdb.session.pool.SessionPool
 
Config - Class in org.apache.iotdb.session
 
Config() - Constructor for class org.apache.iotdb.session.Config
 
connectionTimeoutInMs - Variable in class org.apache.iotdb.session.Session
 
constructSessionConnection(Session, EndPoint, ZoneId) - Method in class org.apache.iotdb.session.Session
 
CPU_CORES - Static variable in class org.apache.iotdb.session.Config
 
createMultiTimeseries(List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<String>) - Method in class org.apache.iotdb.session.pool.SessionPool
 
createMultiTimeseries(List<String>, List<TSDataType>, List<TSEncoding>, List<CompressionType>, List<Map<String, String>>, List<Map<String, String>>, List<Map<String, String>>, List<String>) - Method in class org.apache.iotdb.session.Session
 
createMultiTimeseries(TSCreateMultiTimeseriesReq) - Method in class org.apache.iotdb.session.SessionConnection
 
createSchemaTemplate(String, List<String>, List<List<String>>, List<List<TSDataType>>, List<List<TSEncoding>>, List<CompressionType>) - Method in class org.apache.iotdb.session.Session
 
createSchemaTemplate(TSCreateSchemaTemplateReq) - Method in class org.apache.iotdb.session.SessionConnection
 
createThreadFactory(String, boolean) - Static method in class org.apache.iotdb.session.util.ThreadUtils
 
createTimeseries(String, TSDataType, TSEncoding, CompressionType) - Method in class org.apache.iotdb.session.pool.SessionPool
 
createTimeseries(String, TSDataType, TSEncoding, CompressionType) - Method in class org.apache.iotdb.session.Session
 
createTimeseries(String, TSDataType, TSEncoding, CompressionType, Map<String, String>, Map<String, String>, Map<String, String>, String) - Method in class org.apache.iotdb.session.pool.SessionPool
 
createTimeseries(String, TSDataType, TSEncoding, CompressionType, Map<String, String>, Map<String, String>, Map<String, String>, String) - Method in class org.apache.iotdb.session.Session
 
createTimeseries(TSCreateTimeseriesReq) - Method in class org.apache.iotdb.session.SessionConnection
 
currentAvailableSize() - Method in class org.apache.iotdb.session.pool.SessionPool
 
currentOccupiedSize() - Method in class org.apache.iotdb.session.pool.SessionPool
 

D

DataIterator() - Constructor for class org.apache.iotdb.session.SessionDataSet.DataIterator
 
DEFAULT_CACHE_LEADER_MODE - Static variable in class org.apache.iotdb.session.Config
 
DEFAULT_CONNECTION_TIMEOUT_MS - Static variable in class org.apache.iotdb.session.Config
 
DEFAULT_FETCH_SIZE - Static variable in class org.apache.iotdb.session.Config
 
DEFAULT_INITIAL_BUFFER_CAPACITY - Static variable in class org.apache.iotdb.session.Config
thrift init buffer size, 1KB by default
DEFAULT_MAX_FRAME_SIZE - Static variable in class org.apache.iotdb.session.Config
thrift max frame size (16384000 bytes by default), we change it to 64MB
DEFAULT_PASSWORD - Static variable in class org.apache.iotdb.session.Config
 
DEFAULT_SESSION_EXECUTOR_TASK_NUM - Static variable in class org.apache.iotdb.session.Config
 
DEFAULT_SESSION_EXECUTOR_THREAD_NUM - Static variable in class org.apache.iotdb.session.Config
 
DEFAULT_USER - Static variable in class org.apache.iotdb.session.Config
 
defaultEndPoint - Variable in class org.apache.iotdb.session.Session
 
defaultSessionConnection - Variable in class org.apache.iotdb.session.Session
 
deleteData(String, long) - Method in class org.apache.iotdb.session.pool.SessionPool
delete data <= time in one timeseries
deleteData(String, long) - Method in class org.apache.iotdb.session.Session
delete data <= time in one timeseries
deleteData(List<String>, long) - Method in class org.apache.iotdb.session.pool.SessionPool
delete data <= time in multiple timeseries
deleteData(List<String>, long) - Method in class org.apache.iotdb.session.Session
delete data <= time in multiple timeseries
deleteData(List<String>, long, long) - Method in class org.apache.iotdb.session.pool.SessionPool
delete data >= startTime and data <= endTime in multiple timeseries
deleteData(List<String>, long, long) - Method in class org.apache.iotdb.session.Session
delete data >= startTime and data <= endTime in multiple timeseries
deleteData(TSDeleteDataReq) - Method in class org.apache.iotdb.session.SessionConnection
 
deleteStorageGroup(String) - Method in class org.apache.iotdb.session.pool.SessionPool
 
deleteStorageGroup(String) - Method in class org.apache.iotdb.session.Session
 
deleteStorageGroups(List<String>) - Method in class org.apache.iotdb.session.pool.SessionPool
 
deleteStorageGroups(List<String>) - Method in class org.apache.iotdb.session.Session
 
deleteStorageGroups(List<String>) - Method in class org.apache.iotdb.session.SessionConnection
 
deleteTimeseries(String) - Method in class org.apache.iotdb.session.pool.SessionPool
delete a timeseries, including data and schema
deleteTimeseries(String) - Method in class org.apache.iotdb.session.Session
delete a timeseries, including data and schema
deleteTimeseries(List<String>) - Method in class org.apache.iotdb.session.pool.SessionPool
delete a timeseries, including data and schema
deleteTimeseries(List<String>) - Method in class org.apache.iotdb.session.Session
delete some timeseries, including data and schema
deleteTimeseries(List<String>) - Method in class org.apache.iotdb.session.SessionConnection
 
deviceIdToEndpoint - Variable in class org.apache.iotdb.session.Session
 

E

enableCacheLeader - Variable in class org.apache.iotdb.session.Session
 
enableQueryRedirection - Variable in class org.apache.iotdb.session.Session
 
enableRPCCompression - Variable in class org.apache.iotdb.session.Session
 
endPointToSessionConnection - Variable in class org.apache.iotdb.session.Session
 
executeNonQueryStatement(String) - Method in class org.apache.iotdb.session.pool.SessionPool
execute non query statement
executeNonQueryStatement(String) - Method in class org.apache.iotdb.session.Session
execute non query statement
executeNonQueryStatement(String) - Method in class org.apache.iotdb.session.SessionConnection
 
executeQueryStatement(String) - Method in class org.apache.iotdb.session.pool.SessionPool
execure query sql users must call closeResultSet(SessionDataSetWrapper) if they do not use the SessionDataSet any more.
executeQueryStatement(String) - Method in class org.apache.iotdb.session.Session
execute query sql
executeQueryStatement(String, long) - Method in class org.apache.iotdb.session.Session
execute query sql with explicit timeout
executeQueryStatement(String, long) - Method in class org.apache.iotdb.session.SessionConnection
 
executeRawDataQuery(List<String>, long, long) - Method in class org.apache.iotdb.session.pool.SessionPool
 
executeRawDataQuery(List<String>, long, long) - Method in class org.apache.iotdb.session.Session
query eg.
executeRawDataQuery(List<String>, long, long) - Method in class org.apache.iotdb.session.SessionConnection
 

F

fetchSize - Variable in class org.apache.iotdb.session.Session
 
findColumn(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 

G

getBatchSize() - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
 
getBoolean(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getBoolean(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getColumnNames() - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
 
getColumnNames() - Method in class org.apache.iotdb.session.SessionDataSet
 
getColumnTypes() - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
 
getColumnTypes() - Method in class org.apache.iotdb.session.SessionDataSet
 
getDouble(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getDouble(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getEndPoint() - Method in class org.apache.iotdb.session.SessionConnection
 
getFetchSize() - Method in class org.apache.iotdb.session.Session
 
getFetchSize() - Method in class org.apache.iotdb.session.SessionDataSet
 
getFloat(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getFloat(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getInt(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getInt(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getLong(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getLong(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getObject(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getObject(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getQueryTimeout() - Method in class org.apache.iotdb.session.Session
 
getSession() - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
 
getString(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getString(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getTimeBuffer(Tablet) - Static method in class org.apache.iotdb.session.util.SessionUtils
 
getTimestamp(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getTimestamp(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
getTimeZone() - Method in class org.apache.iotdb.session.Session
 
getTimeZone() - Method in class org.apache.iotdb.session.SessionConnection
 
getValueBuffer(Tablet) - Static method in class org.apache.iotdb.session.util.SessionUtils
 

H

hasNext() - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
If there is an Exception, and you do not want to use the resultset anymore, you have to release the resultset manually by calling closeResultSet
hasNext() - Method in class org.apache.iotdb.session.SessionDataSet
 

I

insert(SessionConnection, T) - Method in interface org.apache.iotdb.session.InsertConsumer
 
InsertConsumer<T> - Interface in org.apache.iotdb.session
 
insertOneDeviceRecords(String, List<Long>, List<List<String>>, List<List<TSDataType>>, List<List<Object>>) - Method in class org.apache.iotdb.session.pool.SessionPool
Insert data that belong to the same device in batch format, which can reduce the overhead of network.
insertOneDeviceRecords(String, List<Long>, List<List<String>>, List<List<TSDataType>>, List<List<Object>>, boolean) - Method in class org.apache.iotdb.session.pool.SessionPool
Insert data that belong to the same device in batch format, which can reduce the overhead of network.
insertRecord(String, long, List<String>, List<String>) - Method in class org.apache.iotdb.session.pool.SessionPool
insert data in one row, if you want improve your performance, please use insertRecords method or insertTablet method
insertRecord(String, long, List<String>, List<String>) - Method in class org.apache.iotdb.session.Session
insert data in one row, if you want improve your performance, please use insertInBatch method or insertBatch method
insertRecord(String, long, List<String>, List<TSDataType>, Object...) - Method in class org.apache.iotdb.session.Session
insert data in one row, if you want to improve your performance, please use insertRecords method or insertTablet method
insertRecord(String, long, List<String>, List<TSDataType>, List<Object>) - Method in class org.apache.iotdb.session.pool.SessionPool
insert data in one row, if you want improve your performance, please use insertRecords method or insertTablet method
insertRecord(String, long, List<String>, List<TSDataType>, List<Object>) - Method in class org.apache.iotdb.session.Session
insert data in one row, if you want improve your performance, please use insertInBatch method or insertBatch method
insertRecord(TSInsertRecordReq) - Method in class org.apache.iotdb.session.SessionConnection
 
insertRecord(TSInsertStringRecordReq) - Method in class org.apache.iotdb.session.SessionConnection
 
insertRecords(List<String>, List<Long>, List<List<String>>, List<List<String>>) - Method in class org.apache.iotdb.session.pool.SessionPool
Insert data in batch format, which can reduce the overhead of network.
insertRecords(List<String>, List<Long>, List<List<String>>, List<List<String>>) - Method in class org.apache.iotdb.session.Session
Insert multiple rows, which can reduce the overhead of network.
insertRecords(List<String>, List<Long>, List<List<String>>, List<List<TSDataType>>, List<List<Object>>) - Method in class org.apache.iotdb.session.pool.SessionPool
Insert data in batch format, which can reduce the overhead of network.
insertRecords(List<String>, List<Long>, List<List<String>>, List<List<TSDataType>>, List<List<Object>>) - Method in class org.apache.iotdb.session.Session
Insert multiple rows, which can reduce the overhead of network.
insertRecords(TSInsertRecordsReq) - Method in class org.apache.iotdb.session.SessionConnection
 
insertRecords(TSInsertStringRecordsReq) - Method in class org.apache.iotdb.session.SessionConnection
 
insertRecordsOfOneDevice(String, List<Long>, List<List<String>>, List<List<TSDataType>>, List<List<Object>>) - Method in class org.apache.iotdb.session.Session
Insert multiple rows, which can reduce the overhead of network.
insertRecordsOfOneDevice(String, List<Long>, List<List<String>>, List<List<TSDataType>>, List<List<Object>>, boolean) - Method in class org.apache.iotdb.session.Session
Insert multiple rows, which can reduce the overhead of network.
insertRecordsOfOneDevice(TSInsertRecordsOfOneDeviceReq) - Method in class org.apache.iotdb.session.SessionConnection
 
insertTablet(TSInsertTabletReq) - Method in class org.apache.iotdb.session.SessionConnection
 
insertTablet(Tablet) - Method in class org.apache.iotdb.session.pool.SessionPool
insert the data of a device.
insertTablet(Tablet) - Method in class org.apache.iotdb.session.Session
insert the data of a device.
insertTablet(Tablet, boolean) - Method in class org.apache.iotdb.session.pool.SessionPool
insert the data of a device.
insertTablet(Tablet, boolean) - Method in class org.apache.iotdb.session.Session
insert a Tablet
insertTablets(Map<String, Tablet>) - Method in class org.apache.iotdb.session.pool.SessionPool
use batch interface to insert data
insertTablets(Map<String, Tablet>) - Method in class org.apache.iotdb.session.Session
insert the data of several deivces.
insertTablets(Map<String, Tablet>, boolean) - Method in class org.apache.iotdb.session.pool.SessionPool
use batch interface to insert data
insertTablets(Map<String, Tablet>, boolean) - Method in class org.apache.iotdb.session.Session
insert the data of several devices.
insertTablets(TSInsertTabletsReq) - Method in class org.apache.iotdb.session.SessionConnection
 
isEnableQueryRedirection() - Method in class org.apache.iotdb.session.Session
 
isEnableRedirect() - Method in class org.apache.iotdb.session.SessionConnection
 
isNull(int) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
isNull(String) - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
iterator() - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
retrieve data set like jdbc
iterator() - Method in class org.apache.iotdb.session.SessionDataSet
 

M

metaSessionConnection - Variable in class org.apache.iotdb.session.Session
 
MSG_DONOT_ENABLE_REDIRECT - Static variable in class org.apache.iotdb.session.Session
 
MSG_RECONNECTION_FAIL - Static variable in class org.apache.iotdb.session.SessionConnection
 
MSG_UNSUPPORTED_DATA_TYPE - Static variable in class org.apache.iotdb.session.Session
 

N

next() - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
If there is an Exception, and you do not want to use the resultset anymore, you have to release the resultset manually by calling closeResultSet
next() - Method in class org.apache.iotdb.session.SessionDataSet.DataIterator
 
next() - Method in class org.apache.iotdb.session.SessionDataSet
 
nodeUrls - Variable in class org.apache.iotdb.session.Session
 

O

open() - Method in class org.apache.iotdb.session.Session
 
open(boolean) - Method in class org.apache.iotdb.session.Session
 
open(boolean, int) - Method in class org.apache.iotdb.session.Session
 
org.apache.iotdb.session - package org.apache.iotdb.session
 
org.apache.iotdb.session.pool - package org.apache.iotdb.session.pool
 
org.apache.iotdb.session.util - package org.apache.iotdb.session.util
 

P

parseSeedNodeUrls(List<String>) - Static method in class org.apache.iotdb.session.util.SessionUtils
 
password - Variable in class org.apache.iotdb.session.Session
 
protocolVersion - Static variable in class org.apache.iotdb.session.Session
 

R

RETRY_INTERVAL_MS - Static variable in class org.apache.iotdb.session.Config
 
RETRY_NUM - Static variable in class org.apache.iotdb.session.Config
 

S

Session - Class in org.apache.iotdb.session
 
Session(String, int) - Constructor for class org.apache.iotdb.session.Session
 
Session(String, int, String, String) - Constructor for class org.apache.iotdb.session.Session
 
Session(String, int, String, String, boolean) - Constructor for class org.apache.iotdb.session.Session
 
Session(String, int, String, String, int) - Constructor for class org.apache.iotdb.session.Session
 
Session(String, int, String, String, int, long) - Constructor for class org.apache.iotdb.session.Session
 
Session(String, int, String, String, int, ZoneId, boolean) - Constructor for class org.apache.iotdb.session.Session
 
Session(String, int, String, String, int, ZoneId, int, int, boolean) - Constructor for class org.apache.iotdb.session.Session
 
Session(String, int, String, String, ZoneId) - Constructor for class org.apache.iotdb.session.Session
 
Session(String, String, String, String) - Constructor for class org.apache.iotdb.session.Session
 
Session(List<String>, String, String) - Constructor for class org.apache.iotdb.session.Session
 
Session(List<String>, String, String, int) - Constructor for class org.apache.iotdb.session.Session
Multiple nodeUrl,If one node down, connect to the next one
Session(List<String>, String, String, int, ZoneId, int, int, boolean) - Constructor for class org.apache.iotdb.session.Session
 
Session(List<String>, String, String, ZoneId) - Constructor for class org.apache.iotdb.session.Session
 
SESSION_POOL_IS_CLOSED - Static variable in class org.apache.iotdb.session.pool.SessionPool
 
SessionConnection - Class in org.apache.iotdb.session
 
SessionConnection() - Constructor for class org.apache.iotdb.session.SessionConnection
 
SessionConnection(Session, ZoneId) - Constructor for class org.apache.iotdb.session.SessionConnection
 
SessionConnection(Session, EndPoint, ZoneId) - Constructor for class org.apache.iotdb.session.SessionConnection
 
SessionDataSet - Class in org.apache.iotdb.session
 
SessionDataSet(String, List<String>, List<String>, Map<String, Integer>, long, long, TSIService.Iface, long, TSQueryDataSet, boolean) - Constructor for class org.apache.iotdb.session.SessionDataSet
 
SessionDataSet(String, List<String>, List<String>, Map<String, Integer>, long, long, TSIService.Iface, long, TSQueryDataSet, boolean, long) - Constructor for class org.apache.iotdb.session.SessionDataSet
 
SessionDataSet.DataIterator - Class in org.apache.iotdb.session
 
SessionDataSetWrapper - Class in org.apache.iotdb.session.pool
 
SessionDataSetWrapper(SessionDataSet, Session, SessionPool) - Constructor for class org.apache.iotdb.session.pool.SessionDataSetWrapper
 
SessionPool - Class in org.apache.iotdb.session.pool
SessionPool is a wrapper of a Session Set.
SessionPool(String, int, String, String, int) - Constructor for class org.apache.iotdb.session.pool.SessionPool
 
SessionPool(String, int, String, String, int, boolean) - Constructor for class org.apache.iotdb.session.pool.SessionPool
 
SessionPool(String, int, String, String, int, boolean, boolean) - Constructor for class org.apache.iotdb.session.pool.SessionPool
 
SessionPool(String, int, String, String, int, int, long, boolean, ZoneId, boolean, int) - Constructor for class org.apache.iotdb.session.pool.SessionPool
 
SessionPool(String, int, String, String, int, ZoneId) - Constructor for class org.apache.iotdb.session.pool.SessionPool
 
SessionUtils - Class in org.apache.iotdb.session.util
 
SessionUtils() - Constructor for class org.apache.iotdb.session.util.SessionUtils
 
setBatchSize(int) - Method in class org.apache.iotdb.session.pool.SessionDataSetWrapper
 
setEnableQueryRedirection(boolean) - Method in class org.apache.iotdb.session.Session
 
setEnableRedirect(boolean) - Method in class org.apache.iotdb.session.SessionConnection
 
setEndPoint(EndPoint) - Method in class org.apache.iotdb.session.SessionConnection
 
setFetchSize(int) - Method in class org.apache.iotdb.session.Session
 
setFetchSize(int) - Method in class org.apache.iotdb.session.SessionDataSet
 
setQueryTimeout(long) - Method in class org.apache.iotdb.session.Session
 
setSchemaTemplate(String, String) - Method in class org.apache.iotdb.session.Session
 
setSchemaTemplate(TSSetSchemaTemplateReq) - Method in class org.apache.iotdb.session.SessionConnection
 
setStorageGroup(String) - Method in class org.apache.iotdb.session.pool.SessionPool
 
setStorageGroup(String) - Method in class org.apache.iotdb.session.Session
 
setStorageGroup(String) - Method in class org.apache.iotdb.session.SessionConnection
 
setTimeZone(String) - Method in class org.apache.iotdb.session.Session
 
setTimeZone(String) - Method in class org.apache.iotdb.session.SessionConnection
 
sortTablet(Tablet) - Method in class org.apache.iotdb.session.Session
 

T

testInsertRecord(String, long, List<String>, List<String>) - Method in class org.apache.iotdb.session.pool.SessionPool
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertRecord(String, long, List<String>, List<String>) - Method in class org.apache.iotdb.session.Session
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertRecord(String, long, List<String>, List<TSDataType>, List<Object>) - Method in class org.apache.iotdb.session.pool.SessionPool
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertRecord(String, long, List<String>, List<TSDataType>, List<Object>) - Method in class org.apache.iotdb.session.Session
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertRecord(TSInsertRecordReq) - Method in class org.apache.iotdb.session.SessionConnection
 
testInsertRecord(TSInsertStringRecordReq) - Method in class org.apache.iotdb.session.SessionConnection
 
testInsertRecords(List<String>, List<Long>, List<List<String>>, List<List<String>>) - Method in class org.apache.iotdb.session.pool.SessionPool
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertRecords(List<String>, List<Long>, List<List<String>>, List<List<String>>) - Method in class org.apache.iotdb.session.Session
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertRecords(List<String>, List<Long>, List<List<String>>, List<List<TSDataType>>, List<List<Object>>) - Method in class org.apache.iotdb.session.pool.SessionPool
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertRecords(List<String>, List<Long>, List<List<String>>, List<List<TSDataType>>, List<List<Object>>) - Method in class org.apache.iotdb.session.Session
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertRecords(TSInsertRecordsReq) - Method in class org.apache.iotdb.session.SessionConnection
 
testInsertRecords(TSInsertStringRecordsReq) - Method in class org.apache.iotdb.session.SessionConnection
 
testInsertTablet(TSInsertTabletReq) - Method in class org.apache.iotdb.session.SessionConnection
 
testInsertTablet(Tablet) - Method in class org.apache.iotdb.session.pool.SessionPool
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertTablet(Tablet) - Method in class org.apache.iotdb.session.Session
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertTablet(Tablet, boolean) - Method in class org.apache.iotdb.session.Session
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertTablets(Map<String, Tablet>) - Method in class org.apache.iotdb.session.pool.SessionPool
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertTablets(Map<String, Tablet>) - Method in class org.apache.iotdb.session.Session
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertTablets(Map<String, Tablet>, boolean) - Method in class org.apache.iotdb.session.Session
This method NOT insert data into database and the server just return after accept the request, this method should be used to test other time cost in client
testInsertTablets(TSInsertTabletsReq) - Method in class org.apache.iotdb.session.SessionConnection
 
ThreadUtils - Class in org.apache.iotdb.session.util
 
ThreadUtils() - Constructor for class org.apache.iotdb.session.util.ThreadUtils
 
thriftDefaultBufferSize - Variable in class org.apache.iotdb.session.Session
 
thriftMaxFrameSize - Variable in class org.apache.iotdb.session.Session
 
toString() - Method in class org.apache.iotdb.session.SessionConnection
 

U

username - Variable in class org.apache.iotdb.session.Session
 

Z

zoneId - Variable in class org.apache.iotdb.session.Session
 
C D E F G H I M N O P R S T U Z 
All Classes All Packages