SMILA (incubation) API documentation

org.eclipse.smila.integration.solr
Class SolrPipeletAgent

java.lang.Object
  extended by org.eclipse.smila.management.LocatedManagementAgentBase
      extended by org.eclipse.smila.integration.solr.SolrPipeletAgent
All Implemented Interfaces:
LocatedManagementAgent, ManagementAgent

public class SolrPipeletAgent
extends LocatedManagementAgentBase


Method Summary
protected  java.lang.String getCategory()
          Gets the category.
protected  java.lang.String getName()
          Gets the name.
 java.lang.String getShards()
           
 void setShards(java.lang.String shards)
           
 
Methods inherited from class org.eclipse.smila.management.LocatedManagementAgentBase
getLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCategory

protected java.lang.String getCategory()
Description copied from class: LocatedManagementAgentBase
Gets the category.

Specified by:
getCategory in class LocatedManagementAgentBase
Returns:
the category

getName

protected java.lang.String getName()
Description copied from class: LocatedManagementAgentBase
Gets the name.

Specified by:
getName in class LocatedManagementAgentBase
Returns:
the name

setShards

public void setShards(java.lang.String shards)

getShards

public java.lang.String getShards()

SMILA (incubation) API documentation