@Beta public class ClientLocalHistory extends AbstractClientHistory implements AutoCloseable
This interface is used by the world outside of the actor system and in the actor system it is manifested via
its client actor. That requires some state transfer with AbstractDataStoreClientBehavior
. In order to
reduce request latency, all messages are carbon-copied (and enqueued first) to the client actor.
Modifier and Type | Method and Description |
---|---|
void |
close() |
createTransaction, getIdentifier, takeSnapshot
public void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.