public class StreamContext extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| int | numWorkers | 
| int | workerID | 
| Constructor and Description | 
|---|
| StreamContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | get(Object key) | 
| Map | getEntries() | 
| SolrClientCache | getSolrClientCache() | 
| StreamFactory | getStreamFactory() | 
| void | put(Object key,
   Object value) | 
| void | setSolrClientCache(SolrClientCache clientCache) | 
| void | setStreamFactory(StreamFactory streamFactory) | 
public Map getEntries()
public void setSolrClientCache(SolrClientCache clientCache)
public SolrClientCache getSolrClientCache()
public void setStreamFactory(StreamFactory streamFactory)
public StreamFactory getStreamFactory()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.