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 |
---|---|
boolean |
containsKey(Object key) |
Object |
get(Object key) |
Map |
getEntries() |
Map<String,Object> |
getLets() |
ModelCache |
getModelCache() |
SolrClientCache |
getSolrClientCache() |
StreamFactory |
getStreamFactory() |
Map |
getTupleContext() |
void |
put(Object key,
Object value) |
void |
setModelCache(ModelCache modelCache) |
void |
setSolrClientCache(SolrClientCache clientCache) |
void |
setStreamFactory(StreamFactory streamFactory) |
public boolean containsKey(Object key)
public Map getEntries()
public void setSolrClientCache(SolrClientCache clientCache)
public void setModelCache(ModelCache modelCache)
public SolrClientCache getSolrClientCache()
public ModelCache getModelCache()
public void setStreamFactory(StreamFactory streamFactory)
public Map getTupleContext()
public StreamFactory getStreamFactory()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.