org.overlord.rtgov.epn.Network.close(EPNContainer)
Use the 'close' method without the container parameter
|
org.overlord.rtgov.epn.Node.close(EPNContainer)
Use the alternative 'close' method without the container parameter
|
org.overlord.rtgov.epn.Node.forward(EPNContainer, EventList)
Use the alternative 'forward' method that does not require the container to be provided
|
org.overlord.rtgov.ep.jpa.JPAEventProcessor.getEntityManager()
with no replacement
|
org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore.getHosts()
not required
|
org.overlord.rtgov.analytics.situation.Situation.getProperties()
|
org.overlord.rtgov.epn.Node.process(EPNContainer, String, EventList, int)
The container should be associated with the node using the 'setContainer' method
|
org.overlord.rtgov.activity.server.ActivityStore.query(QuerySpec)
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
|
org.overlord.rtgov.activity.server.ActivityServer.query(QuerySpec)
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
|
org.overlord.rtgov.activity.store.elasticsearch.ElasticsearchActivityStore.query(QuerySpec) |
org.overlord.rtgov.activity.server.rest.RESTActivityServer.query(String)
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
|
org.overlord.rtgov.ep.jpa.JPAEventProcessor.setEntityManager(String)
|
org.overlord.rtgov.common.elasticsearch.ElasticsearchKeyValueStore.setHosts(String)
should not be used. only used if need to connect directly to specific nodes over tcp. Use elasticsearch-es.properties instead
|
org.overlord.rtgov.analytics.situation.Situation.setProperties(Map)
|
org.overlord.rtgov.activity.processor.InformationTransformer.transform(Object) |