Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TActivationControl
-
-
Uses of TActivationControl in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TActivationControl Modifier and Type Field Description TActivationControlTConfigNodeHeartbeatReq. activationControlMethods in org.apache.iotdb.confignode.rpc.thrift that return TActivationControl Modifier and Type Method Description static TActivationControlTActivationControl. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TActivationControlTConfigNodeHeartbeatReq. getActivationControl()static TActivationControlTActivationControl. valueOf(String name)Returns the enum constant of this type with the specified name.static TActivationControl[]TActivationControl. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TActivationControl Modifier and Type Method Description TConfigNodeHeartbeatReqTConfigNodeHeartbeatReq. setActivationControl(TActivationControl activationControl)
-