Uses of Class
org.apache.iotdb.service.rpc.thrift.TSConnectionType
-
Packages that use TSConnectionType Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSConnectionType in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSConnectionType Modifier and Type Field Description TSConnectionTypeTSConnectionInfo. typeMethods in org.apache.iotdb.service.rpc.thrift that return TSConnectionType Modifier and Type Method Description static TSConnectionTypeTSConnectionType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TSConnectionTypeTSConnectionInfo. getType()static TSConnectionTypeTSConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TSConnectionType[]TSConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSConnectionType Modifier and Type Method Description TSConnectionInfoTSConnectionInfo. setType(TSConnectionType type)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSConnectionType Constructor Description TSConnectionInfo(String userName, long logInTime, String connectionId, TSConnectionType type)
-