Interface PlanProtocol.ExecutionClustersOrBuilder

    • Method Detail

      • getExecutionClustersList

        List<PlanProtocol.ExecutionCluster> getExecutionClustersList()
        the level at which this configuration applies
         
        repeated .xg.db.sqlPlans.ExecutionCluster execution_clusters = 1;
      • getExecutionClusters

        PlanProtocol.ExecutionCluster getExecutionClusters​(int index)
        the level at which this configuration applies
         
        repeated .xg.db.sqlPlans.ExecutionCluster execution_clusters = 1;
      • getExecutionClustersCount

        int getExecutionClustersCount()
        the level at which this configuration applies
         
        repeated .xg.db.sqlPlans.ExecutionCluster execution_clusters = 1;
      • getExecutionClustersOrBuilderList

        List<? extends PlanProtocol.ExecutionClusterOrBuilder> getExecutionClustersOrBuilderList()
        the level at which this configuration applies
         
        repeated .xg.db.sqlPlans.ExecutionCluster execution_clusters = 1;
      • getExecutionClustersOrBuilder

        PlanProtocol.ExecutionClusterOrBuilder getExecutionClustersOrBuilder​(int index)
        the level at which this configuration applies
         
        repeated .xg.db.sqlPlans.ExecutionCluster execution_clusters = 1;