Uses of Class
org.apache.iotdb.db.qp.logical.sys.AuthorOperator.AuthorType
-
Packages that use AuthorOperator.AuthorType Package Description org.apache.iotdb.db.mpp.plan.statement.sys org.apache.iotdb.db.qp.logical.sys org.apache.iotdb.db.qp.physical.sys -
-
Uses of AuthorOperator.AuthorType in org.apache.iotdb.db.mpp.plan.statement.sys
Methods in org.apache.iotdb.db.mpp.plan.statement.sys that return AuthorOperator.AuthorType Modifier and Type Method Description AuthorOperator.AuthorTypeAuthorStatement. getAuthorType()Constructors in org.apache.iotdb.db.mpp.plan.statement.sys with parameters of type AuthorOperator.AuthorType Constructor Description AuthorStatement(AuthorOperator.AuthorType type)AuthorOperator Constructor with AuthorType. -
Uses of AuthorOperator.AuthorType in org.apache.iotdb.db.qp.logical.sys
Methods in org.apache.iotdb.db.qp.logical.sys that return AuthorOperator.AuthorType Modifier and Type Method Description static AuthorOperator.AuthorTypeAuthorOperator.AuthorType. deserialize(short i)deserialize short number.AuthorOperator.AuthorTypeAuthorOperator. getAuthorType()static AuthorOperator.AuthorTypeAuthorOperator.AuthorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthorOperator.AuthorType[]AuthorOperator.AuthorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.qp.logical.sys with parameters of type AuthorOperator.AuthorType Constructor Description AuthorOperator(int tokenIntType, AuthorOperator.AuthorType type)AuthorOperator Constructor with AuthorType. -
Uses of AuthorOperator.AuthorType in org.apache.iotdb.db.qp.physical.sys
Methods in org.apache.iotdb.db.qp.physical.sys that return AuthorOperator.AuthorType Modifier and Type Method Description AuthorOperator.AuthorTypeAuthorPlan. getAuthorType()Methods in org.apache.iotdb.db.qp.physical.sys with parameters of type AuthorOperator.AuthorType Modifier and Type Method Description voidAuthorPlan. setAuthorType(AuthorOperator.AuthorType type)Constructors in org.apache.iotdb.db.qp.physical.sys with parameters of type AuthorOperator.AuthorType Constructor Description AuthorPlan(AuthorOperator.AuthorType authorType, java.lang.String userName, java.lang.String roleName, java.lang.String password, java.lang.String newPassword, java.lang.String[] authorizationList, java.util.List<org.apache.iotdb.commons.path.PartialPath> nodeNameList)AuthorPlan Constructor.
-