Uses of Enum
org.apache.iotdb.common.rpc.thrift.TServiceType
-
Uses of TServiceType in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TServiceTypeMethods in org.apache.iotdb.common.rpc.thrift that return TServiceTypeModifier and TypeMethodDescriptionstatic TServiceTypeTServiceType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.TServiceProvider.getServiceType()static TServiceTypeReturns the enum constant of this type with the specified name.static TServiceType[]TServiceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TServiceTypeConstructors in org.apache.iotdb.common.rpc.thrift with parameters of type TServiceType