Open Kilda Java Documentation
kilda.probe.entity.message Namespace Reference

Classes

class  CtrlCommandMessage
 
class  DumpBySwitchCtrlCommandMessage
 
class  Message
 

Functions

def create_list (correlation_id)
 
def create_dump_state (correlation_id, destination)
 
def create_dump_state_by_switch (correlation_id, destination, switch)
 
def create_resource_dump_state (correlation_id, destination)
 

Function Documentation

◆ create_dump_state()

def kilda.probe.entity.message.create_dump_state (   correlation_id,
  destination 
)

Definition at line 79 of file message.py.

◆ create_dump_state_by_switch()

def kilda.probe.entity.message.create_dump_state_by_switch (   correlation_id,
  destination,
  switch 
)

Definition at line 83 of file message.py.

◆ create_list()

def kilda.probe.entity.message.create_list (   correlation_id)

Definition at line 75 of file message.py.

◆ create_resource_dump_state()

def kilda.probe.entity.message.create_resource_dump_state (   correlation_id,
  destination 
)

Definition at line 87 of file message.py.