| Constructor and Description | 
|---|
CollectorImpl()  | 
CollectorImpl(HubConfig hubConfig,
             com.marklogic.client.DatabaseClient stagingClient)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.marklogic.client.DatabaseClient | 
getClient()
Gets the client in use currently by the collector object 
 | 
HubConfig | 
getHubConfig()
Returns the current hubConfig ont he collector object 
 | 
DiskQueue<java.lang.String> | 
run(java.lang.String flow,
   java.lang.String step,
   java.util.Map<java.lang.String,java.lang.Object> options)
Obtains and grabs a list of uris that match the collector code 
 | 
void | 
setClient(com.marklogic.client.DatabaseClient client)
Sets the client to be used to communicate with the database 
 | 
void | 
setHubConfig(HubConfig config)
Set's the hub config for the collector 
 | 
public CollectorImpl()
public CollectorImpl(HubConfig hubConfig, com.marklogic.client.DatabaseClient stagingClient)
public void setHubConfig(HubConfig config)
CollectorsetHubConfig in interface Collectorconfig - takes in a HubConfig objectpublic HubConfig getHubConfig()
CollectorgetHubConfig in interface Collectorpublic void setClient(com.marklogic.client.DatabaseClient client)
Collectorpublic com.marklogic.client.DatabaseClient getClient()
Collector