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) |
SolrClientCache |
getSolrClientCache() |
StreamFactory |
getStreamFactory() |
void |
put(Object key,
Object value) |
void |
setSolrClientCache(SolrClientCache clientCache) |
void |
setStreamFactory(StreamFactory streamFactory) |
public void setSolrClientCache(SolrClientCache clientCache)
public SolrClientCache getSolrClientCache()
public void setStreamFactory(StreamFactory streamFactory)
public StreamFactory getStreamFactory()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.