Interface TypedBaseTable<E extends TableSchema<E>>

All Known Subinterfaces:
ACL, ACLEntry, ArpSourcesLocal, ArpSourcesRemote, AutoAttach, Bridge, Capability, Controller, FlowSampleCollectorSet, FlowTable, Global, Interface, IPFIX, LogicalBindingStats, LogicalRouter, LogicalSwitch, Manager, Manager, McastMacsLocal, McastMacsRemote, Mirror, NetFlow, OpenVSwitch, PhysicalLocator, PhysicalLocatorSet, PhysicalPort, PhysicalSwitch, Port, Qos, Queue, SFlow, SSL, Tunnel, UcastMacsLocal, UcastMacsRemote

public interface TypedBaseTable<E extends TableSchema<E>>
  • Method Details

    • getSchema

      E getSchema()
    • getRow

      Row<E> getRow()
    • getUuid

      UUID getUuid()
    • getUuidColumn

      Column<E,UUID> getUuidColumn()
    • getVersion

      UUID getVersion()
    • getVersionColumn

      Column<E,UUID> getVersionColumn()