public class ManagementLogger extends Object implements MessageReader
| Constructor and Description |
|---|
ManagementLogger(StandardJanusGraph graph,
Log sysLog,
SchemaCache schemaCache,
TimestampProvider times) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(Message message)
Processes the given message.
|
void |
sendCacheEviction(Set<JanusGraphSchemaVertex> updatedTypes,
boolean evictGraphFromCache,
List<Callable<Boolean>> updatedTypeTriggers,
Set<String> openInstances) |
void |
updateState()
Updates the state of the MessageReader.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic ManagementLogger(StandardJanusGraph graph, Log sysLog, SchemaCache schemaCache, TimestampProvider times)
public void read(Message message)
MessageReaderread in interface MessageReaderpublic void sendCacheEviction(Set<JanusGraphSchemaVertex> updatedTypes, boolean evictGraphFromCache, List<Callable<Boolean>> updatedTypeTriggers, Set<String> openInstances)
public void updateState()
MessageReaderupdateState in interface MessageReaderCopyright © 2012–2023. All rights reserved.