Open Kilda Java Documentation
org.openkilda.messaging.ctrl.AbstractDumpState Class Referenceabstract
Inheritance diagram for org.openkilda.messaging.ctrl.AbstractDumpState:
org.openkilda.messaging.BaseMessage org.openkilda.messaging.ctrl.state.CacheBoltState org.openkilda.messaging.ctrl.state.CrudBoltState org.openkilda.messaging.ctrl.state.OFELinkBoltState org.openkilda.messaging.ctrl.state.OFEPortBoltState org.openkilda.messaging.ctrl.state.OFESwitchBoltState org.openkilda.messaging.ctrl.state.ResorceCacheBoltState org.openkilda.messaging.ctrl.state.TransactionBoltState

Public Member Functions

abstract void accept (DumpStateVisitor visitor)
 
- Public Member Functions inherited from org.openkilda.messaging.BaseMessage
 BaseMessage (@JsonProperty(TIMESTAMP) final long timestamp)
 
 BaseMessage ()
 
long getTimestamp ()
 
void setTimestamp (long timestamp)
 

Additional Inherited Members

- Static Public Member Functions inherited from org.openkilda.messaging.BaseMessage
static final< T extends BaseMessage > T getMessage (String json, Class< T > type) throws java.io.IOException
 
static final< T extends BaseMessage > T tryGetMessage (String json, Class< T > type)
 
- Protected Attributes inherited from org.openkilda.messaging.BaseMessage
long timestamp = 0L
 

Detailed Description

Definition at line 10 of file AbstractDumpState.java.

Member Function Documentation

◆ accept()

abstract void org.openkilda.messaging.ctrl.AbstractDumpState.accept ( DumpStateVisitor  visitor)
abstract

The documentation for this class was generated from the following file: