Uses of Class
org.apache.iotdb.session.util.Version
-
Packages that use Version Package Description org.apache.iotdb.session org.apache.iotdb.session.pool org.apache.iotdb.session.util -
-
Uses of Version in org.apache.iotdb.session
Fields in org.apache.iotdb.session declared as Version Modifier and Type Field Description static VersionSessionConfig. DEFAULT_VERSIONprotected VersionSession. versionMethods in org.apache.iotdb.session that return Version Modifier and Type Method Description VersionISession. getVersion()VersionSession. getVersion()Methods in org.apache.iotdb.session with parameters of type Version Modifier and Type Method Description voidISession. setVersion(Version version)voidSession. setVersion(Version version)Session.BuilderSession.Builder. version(Version version)Constructors in org.apache.iotdb.session with parameters of type Version Constructor Description Session(java.lang.String host, int rpcPort, java.lang.String username, java.lang.String password, int fetchSize, java.time.ZoneId zoneId, int thriftDefaultBufferSize, int thriftMaxFrameSize, boolean enableRedirection, Version version)Session(java.util.List<java.lang.String> nodeUrls, java.lang.String username, java.lang.String password, int fetchSize, java.time.ZoneId zoneId, int thriftDefaultBufferSize, int thriftMaxFrameSize, boolean enableRedirection, Version version) -
Uses of Version in org.apache.iotdb.session.pool
Methods in org.apache.iotdb.session.pool that return Version Modifier and Type Method Description VersionSessionPool. getVersion()Methods in org.apache.iotdb.session.pool with parameters of type Version Modifier and Type Method Description voidSessionPool. setVersion(Version version)SessionPool.BuilderSessionPool.Builder. version(Version version)Constructors in org.apache.iotdb.session.pool with parameters of type Version Constructor Description SessionPool(java.lang.String host, int port, java.lang.String user, java.lang.String password, int maxSize, int fetchSize, long waitToGetSessionTimeoutInMs, boolean enableCompression, java.time.ZoneId zoneId, boolean enableRedirection, int connectionTimeoutInMs, Version version, int thriftDefaultBufferSize, int thriftMaxFrameSize)SessionPool(java.util.List<java.lang.String> nodeUrls, java.lang.String user, java.lang.String password, int maxSize, int fetchSize, long waitToGetSessionTimeoutInMs, boolean enableCompression, java.time.ZoneId zoneId, boolean enableRedirection, int connectionTimeoutInMs, Version version, int thriftDefaultBufferSize, int thriftMaxFrameSize) -
Uses of Version in org.apache.iotdb.session.util
Methods in org.apache.iotdb.session.util that return Version Modifier and Type Method Description static VersionVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Version[]Version. values()Returns an array containing the constants of this enum type, in the order they are declared.
-