EAC Components 3.2.2

Uses of Class
com.endeca.soleng.eac.toolkit.component.DgraphComponent

Packages that use DgraphComponent
com.endeca.soleng.eac.toolkit.component.cluster   
 

Uses of DgraphComponent in com.endeca.soleng.eac.toolkit.component.cluster
 

Methods in com.endeca.soleng.eac.toolkit.component.cluster that return DgraphComponent
 DgraphComponent DgraphCluster.getDgraphById(java.lang.String dgraphId)
          Retrieves the Dgraph with the specified ID from the group.
 DgraphComponent AgraphCluster.getDgraphById(java.lang.String dgraphId)
          Retrieves the Dgraph with the specified ID from the group.
 

Methods in com.endeca.soleng.eac.toolkit.component.cluster that return types with arguments of type DgraphComponent
 java.util.Map<java.lang.String,java.util.List<DgraphComponent>> DgraphCluster.getDgraphGroups(java.lang.String groupProp)
          Retrieves a map, whose keys are the groups defined for the application, and whose values are lists of dgraphs belonging to each group.
 java.util.Map<java.lang.String,java.util.List<DgraphComponent>> DgraphCluster.getDgraphRestartGroups()
          Retrieves a map, whose keys are the restart groups defined for the application, and whose values are lists of dgraphs belonging to each restart group.
 java.util.Map<java.lang.String,java.util.List<DgraphComponent>> AgraphCluster.getDgraphRestartGroups()
          Retrieves a map, whose keys are the restart groups defined for the application, and whose values are lists of dgraphs belonging to each restart group.
 java.util.List<DgraphComponent> DgraphCluster.getDgraphs()
           
 java.util.List<DgraphComponent> AgraphCluster.getDgraphs()
           
 java.util.List<DgraphComponent> DgraphCluster.getDgraphsInGroup(java.lang.String groupProp, java.lang.String group)
          Retrieves a list of all dgraphs belonging to the specified group.
 java.util.List<DgraphComponent> DgraphCluster.getDgraphsInRestartGroup(java.lang.String restartGroup)
          Retrieves a list of all dgraphs belonging to the specified restart group.
 java.util.List<DgraphComponent> AgraphCluster.getDgraphsInRestartGroup(java.lang.String restartGroup)
          Retrieves a list of all dgraphs belonging to the specified restart group.
 

Methods in com.endeca.soleng.eac.toolkit.component.cluster with parameters of type DgraphComponent
 void DgraphCluster.addDgraph(DgraphComponent dgraph)
          Adds a dgraph to the group.
 void AgraphCluster.addDgraph(DgraphComponent dgraph)
          Adds a dgraph to the group.
 

Method parameters in com.endeca.soleng.eac.toolkit.component.cluster with type arguments of type DgraphComponent
 void DgraphCluster.setDgraphs(java.util.List<DgraphComponent> dgraphs)
           
 void AgraphCluster.setDgraphs(java.util.List<DgraphComponent> dgraphs)
           
 


EAC Components 3.2.2

Copyright © 2006, 2012, Oracle and/or its affiliates. All rights reserved.
@VERSION
PRODUCT: EAC Components (eacComponents)
VERSION: 3.2.2
BUILD:   NONEDEV
ARCH_OS: n/a
DATE:    2012-02-28T13:13:23-0500