Class ClusterManagementListResult<T extends AbstractConfiguration<R>,​R extends RuntimeInfo>

    • Constructor Detail

      • ClusterManagementListResult

        public ClusterManagementListResult()
    • Method Detail

      • addEntityInfo

        public void addEntityInfo​(EntityInfo<T,​R> entityInfo)
      • setEntityGroupInfo

        public void setEntityGroupInfo​(List<EntityGroupInfo<T,​R>> entityGroupInfos)
      • getConfigResult

        public List<T> getConfigResult()
        Returns only the static config portion of the results
        Returns:
        only the static config portion of the results
      • getRuntimeResult

        public List<R> getRuntimeResult()
        Returns only the runtime information portion of the results
        Returns:
        only the runtime information portion of the results