Uses of Class
org.apache.iotdb.session.pool.SessionDataSetWrapper
-
Packages that use SessionDataSetWrapper Package Description org.apache.iotdb.session.pool -
-
Uses of SessionDataSetWrapper in org.apache.iotdb.session.pool
Methods in org.apache.iotdb.session.pool that return SessionDataSetWrapper Modifier and Type Method Description SessionDataSetWrapperSessionPool. executeLastDataQuery(java.util.List<java.lang.String> paths)SessionDataSetWrapperSessionPool. executeLastDataQuery(java.util.List<java.lang.String> paths, long LastTime, long timeOut)SessionDataSetWrapperSessionPool. executeQueryStatement(java.lang.String sql)execure query sql users must call closeResultSet(SessionDataSetWrapper) if they do not use the SessionDataSet any more.SessionDataSetWrapperSessionPool. executeQueryStatement(java.lang.String sql, long timeoutInMs)execure query sql users must call closeResultSet(SessionDataSetWrapper) if they do not use the SessionDataSet any more.SessionDataSetWrapperSessionPool. executeRawDataQuery(java.util.List<java.lang.String> paths, long startTime, long endTime, long timeOut)Methods in org.apache.iotdb.session.pool with parameters of type SessionDataSetWrapper Modifier and Type Method Description voidSessionPool. closeResultSet(SessionDataSetWrapper wrapper)
-