All Implemented Interfaces:
IConsensusRequest

public class AuthorReadPlan extends ConfigPhysicalReadPlan
  • Constructor Details

    • AuthorReadPlan

      public AuthorReadPlan(ConfigPhysicalPlanType authorType, String userName, String roleName, String password, String newPassword, Set<Integer> permissions, boolean grantOpt, List<PartialPath> nodeNameList)
      AuthorReadPlan Constructor.
      Parameters:
      authorType - author type
      userName - user name
      roleName - role name
      password - password
      newPassword - new password
      permissions - permissions
      grantOpt - with grant option, only grant statement can set grantOpt = true
      nodeNameList - node name in Path structure
  • Method Details