- generateInitializationColumns() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
-
generate initialization columns in each table namely _uuid and _version.
- generateInitializationColumns() - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
-
Refer to RFC 7047 Section 3.2.
- getActiveTimeoutColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Get the Column entity which column name is "active_timeout" from the Row
entity of attributes.
- getAddIdToInterfaceColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Get the Column entity which column name is "add_id_to_interface" from the
Row entity of attributes.
- getAdminStateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "admin_state" from the Row
entity of attributes.
- getAgentColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Get the Column entity which column name is "agent" from the Row entity of
attributes.
- getBaseTypeFromJson(JsonNode, String) - Static method in class org.onosproject.ovsdb.rfc.schema.type.BaseTypeFactory
-
Create a BaseType from the JsonNode.
- getBfdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "bfd" from the Row entity of
attributes.
- getBfdStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "bfd_status" from the Row
entity of attributes.
- getBondDownDelayColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "bond_downdelay" from the Row
entity of attributes.
- getBondFakeInterfaceColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "bond_fake_iface" from the Row
entity of attributes.
- getBondModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "bond_mode" from the Row
entity of attributes.
- getBondTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "bond_type" from the Row
entity of attributes.
- getBondUpDelayColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "bond_updelay" from the Row
entity of attributes.
- getBootstrapCaCertColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Get the Column entity which column name is "bootstrap_ca_cert" from the
Row entity of attributes.
- getBridgeColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
-
Get the Column entity which column name is "bridge" from the Row entity
of attributes.
- getBridges() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getBridges() - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets bridges of node.
- getBridgesColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "bridges" from the Row entity
of attributes.
- getBridgeUuid(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getBridgeUuid(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets the Bridge uuid.
- getBufStack() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
-
Return bufStack.
- getBurstLimitColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "controller_burst_limit" from
the Row entity of attributes.
- getCaCertColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Get the Column entity which column name is "ca_cert" from the Row entity
of attributes.
- getCacheActiveTimeoutColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Get the Column entity which column name is "cache_active_timeout" from
the Row entity of attributes.
- getCacheMaxFlowsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Get the Column entity which column name is "cache_max_flows" from the Row
entity of attributes.
- getCapabilitiesColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "capabilities" from the Row
entity of attributes.
- getCertificateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Get the Column entity which column name is "certificate" from the Row
entity of attributes.
- getCfmFaultColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "cfm_fault" from the Row
entity of attributes.
- getCfmFaultStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "cfm_fault_status" from the
Row entity of attributes.
- getCfmFlapCountColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "cfm_flap_count" from the Row
entity of attributes.
- getCfmHealthColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "cfm_health" from the Row
entity of attributes.
- getCfmMpidColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "cfm_mpid" from the Row entity
of attributes.
- getCfmRemoteMpidColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "cfm_remote_mpid" from the Row
entity of attributes.
- getCfmRemoteMpidsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "cfm_remote_mpids" from the
Row entity of attributes.
- getCfmRemoteOpStateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "cfm_remote_opstate" from the
Row entity of attributes.
- getColumn() - Method in class org.onosproject.ovsdb.rfc.notation.Condition
-
Returns column name.
- getColumn() - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
-
Returns column name.
- getColumn(String) - Method in class org.onosproject.ovsdb.rfc.notation.Row
-
Returns Column by ColumnSchema.
- getColumnHandler(ColumnDescription) - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
-
- getColumnHandler(ColumnDescription) - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
-
Get Column from row.
- getColumnNames() - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
-
Returns a set of column name.
- getColumns() - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
-
Returns columns.
- getColumns() - Method in class org.onosproject.ovsdb.rfc.notation.Row
-
Returns Collection of Column.
- getColumns() - Method in class org.onosproject.ovsdb.rfc.operations.Select
-
Returns the columns member of select operation.
- getColumnSchema(String) - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
-
Returns the ColumnSchema whose name is the columnName.
- getColumnTypeFromJson(JsonNode) - Static method in class org.onosproject.ovsdb.rfc.schema.type.ColumnTypeFactory
-
JsonNode like
"flow_tables":{"type":{"key":{"maxInteger":254,"minInteger":0,"type":
"integer"},"min":0,"value":{"type":"uuid","refTable":"Flow_Table"},"max":
"unlimited"}}.
- getComment() - Method in class org.onosproject.ovsdb.rfc.operations.Comment
-
Returns the comment member of comment operation.
- getConnectionModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "connection_mode" from the Row
entity of attributes.
- getConnectionModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Get the Column entity which column name is "connection_mode" from the Row
entity of attributes.
- getControllerColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "controller" from the Row
entity of attributes.
- getControllers(DeviceId) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getControllers(DeviceId) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets controllers of node.
- getCount() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Return count.
- getCurrentConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "cur_cfg" from the Row entity
of attributes.
- getDatabaseSchema(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getDatabaseSchema(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets the OVSDB database schema from local.
- getDataHandler(ColumnDescription) - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
-
- getDataHandler(ColumnDescription) - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
-
Get Data from row.
- getDatapathIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "datapath_id" from the Row
entity of attributes.
- getDatapathTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "datapath_type" from the Row
entity of attributes.
- getDbVersionColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "db_version" from the Row
entity of attributes.
- getDetails() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Return details.
- getDiscoverAcceptRegexColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "discover_accept_regex" from
the Row entity of attributes.
- getDiscoverUpdateResolvConfColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "discover_update_resolv_conf"
from the Row entity of attributes.
- getDscpColumn() - Method in class org.onosproject.ovsdb.rfc.table.Queue
-
Get the Column entity which column name is "dscp" from the Row entity of
attributes.
- getDuplexColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "duplex" from the Row entity
of attributes.
- getEchoRequestStr(JsonNode) - Static method in class org.onosproject.ovsdb.rfc.utils.FromJsonUtil
-
Ovs send echo request to keep the heart, need we return echo result.
- getEnableAsyncMessagesColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "enable_async_messages" from
the Row entity of attributes.
- getEncoder() - Static method in class org.onosproject.ovsdb.rfc.utils.StringEncoderUtil
-
Returns StringEncoder of UTF_8 .
- getEngineIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Get the Column entity which column name is "engine_id" from the Row
entity of attributes.
- getEngineTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Get the Column entity which column name is "engine_type" from the Row
entity of attributes.
- getEnums() - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
-
Get enums.
- getEnums() - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
-
Get enums.
- getError() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
-
Returns error.
- getError() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Return error.
- getErrorColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "error" from the Row entity of
attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Qos
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Queue
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
- getFailModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "fail_mode" from the Row
entity of attributes.
- getFakeBridgeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "fake_bridge" from the Row
entity of attributes.
- getFloodVlansColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "flood_vlans" from the Row
entity of attributes.
- getFlowLimitColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Get the Column entity which column name is "flow_limit" from the Row
entity of attributes.
- getFlowTablesColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "flow_tables" from the Row
entity of attributes.
- getFormatData(Object) - Static method in class org.onosproject.ovsdb.rfc.utils.TransValueUtil
-
if the type is Set, convert into OvsdbSet, if Map, convert into OvsdbMap.
- getFunction() - Method in class org.onosproject.ovsdb.rfc.notation.Condition
-
Returns Function.
- getGroupsColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Get the Column entity which column name is "groups" from the Row entity
of attributes.
- getHeaderColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Get the Column entity which column name is "header" from the Row entity
of attributes.
- getId() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
-
Returns id.
- getId() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
-
Returns id.
- getIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
-
Get the Column entity which column name is "id" from the Row entity of
attributes.
- getIfIndexColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "ifindex" from the Row entity
of attributes.
- getInactivityProbeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "inactivity_probe" from the
Row entity of attributes.
- getInactivityProbeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Get the Column entity which column name is "inactivity_probe" from the
Row entity of attributes.
- getIngressPolicingBurstColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "ingress_policing_burst" from
the Row entity of attributes.
- getIngressPolicingRateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "ingress_policing_rate" from
the Row entity of attributes.
- getInterfacesColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "interfaces" from the Row
entity of attributes.
- getIpAddress() - Method in class org.onosproject.ovsdb.controller.OvsdbNodeId
-
Get the IP address of the node.
- getIpfixColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "ipfix" from the Row entity of
attributes.
- getIpfixColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
-
Get the Column entity which column name is "ipfix" from the Row entity of
attributes.
- getIsConnectedColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "is_connected" from the Row
entity of attributes.
- getIsConnectedColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Get the Column entity which column name is "is_connected" from the Row
entity of attributes.
- getLacpColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "lacp" from the Row entity of
attributes.
- getLacpCurrentColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "lacp_current" from the Row
entity of attributes.
- getLastReadBytes() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
-
Return lastReadBytes.
- getLinkResetsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "link_resets" from the Row
entity of attributes.
- getLinkSpeedColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "link_speed" from the Row
entity of attributes.
- getLinkStateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "link_state" from the Row
entity of attributes.
- getLocalGatewayColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "local_gateway" from the Row
entity of attributes.
- getLocalIpColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "local_ip" from the Row entity
of attributes.
- getLocalNetmaskColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "local_netmask" from the Row
entity of attributes.
- getLocalPorts(Iterable<String>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getLocalPorts(Iterable<String>) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets OVSDB local ports.
- getLock() - Method in class org.onosproject.ovsdb.rfc.operations.Assert
-
Returns the lock member of assert operation.
- getMacColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "mac" from the Row entity of
attributes.
- getMacColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "mac" from the Row entity of
attributes.
- getMacInUseColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "mac_in_use" from the Row
entity of attributes.
- getManagerOptionsColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "manager_options" from the Row
entity of attributes.
- getManagersColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "managers" from the Row entity
of attributes.
- getMax() - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
-
Get max.
- getMaxBackoffColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "max_backoff" from the Row
entity of attributes.
- getMaxBackoffColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Get the Column entity which column name is "max_backoff" from the Row
entity of attributes.
- getMaxLength() - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
-
Get maxLength.
- getMethod() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
-
Returns method.
- getMin() - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
-
Get min.
- getMinLength() - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
-
Get minLength.
- getMirroringStatistics(DeviceId) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
Gets mirrors of the device.
- getMirroringStatistics(DeviceId) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets mirroring statistics of the device.
- getMirrorsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "mirrors" from the Row entity
of attributes.
- getMirrorUuid(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
Gets the Mirror uuid.
- getMirrorUuid(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets the Mirror uuid.
- getMonitorColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "monitor" from the Row entity
of attributes.
- getMonitorParams(String, DatabaseSchema) - Static method in class org.onosproject.ovsdb.rfc.utils.ParamUtil
-
Returns params of monitor method, refer to RFC7047's Section 4.1.5.
- getMtuColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "mtu" from the Row entity of
attributes.
- getMutations() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
-
Returns the mutations member of mutate operation.
- getMutator() - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
-
Returns Mutator.
- getName() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the column data which column name is "name" from the Row entity of
attributes.
- getName() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the column data which column name is "name" from the Row entity of
attributes.
- getName() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the column data which column name is "name" from the Row entity of
attributes.
- getName() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "name" from the Row entity of
attributes.
- getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "name" from the Row entity of
attributes.
- getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Get the Column entity which column name is "name" from the Row entity of
attributes.
- getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "name" from the Row entity of
attributes.
- getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "name" from the Row entity of
attributes.
- getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "name" from the Row entity of
attributes.
- getNetflowColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "netflow" from the Row entity
of attributes.
- getNew(Uuid) - Method in class org.onosproject.ovsdb.rfc.message.TableUpdate
-
Return new row.
- getNextConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "next_cfg" from the Row entity
of attributes.
- getNodeIds() - Method in interface org.onosproject.ovsdb.controller.OvsdbController
-
Gets all the nodes information.
- getObjectMapper() - Static method in class org.onosproject.ovsdb.rfc.utils.ObjectMapperUtil
-
get ObjectMapper entity.
- getObjectMapper(boolean) - Static method in class org.onosproject.ovsdb.rfc.utils.ObjectMapperUtil
-
get ObjectMapper entity.
- getObjectMapper(boolean, JsonInclude.Include) - Static method in class org.onosproject.ovsdb.rfc.utils.ObjectMapperUtil
-
get ObjectMapper entity.
- getObsDomainIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Get the Column entity which column name is "obs_domain_id" from the Row
entity of attributes.
- getObsPointIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Get the Column entity which column name is "obs_point_id" from the Row
entity of attributes.
- getOld(Uuid) - Method in class org.onosproject.ovsdb.rfc.message.TableUpdate
-
Return old row.
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Abort
-
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Assert
-
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Comment
-
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Commit
-
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Delete
-
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
-
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
-
- getOp() - Method in interface org.onosproject.ovsdb.rfc.operations.Operation
-
Returns the op member of update operation.
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Select
-
- getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Update
-
- getOpenFlowPortColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "ofport" from the Row entity
of attributes.
- getOpenFlowPortRequestColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "ofport_request" from the Row
entity of attributes.
- getOptionsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "options" from the Row entity
of attributes.
- getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
- getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
- getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
- getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
- getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
- getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
- getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Qos
-
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
- getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Queue
-
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
- getOutputPortColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "output_port" from the Row
entity of attributes.
- getOutputVlanColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "output_vlan" from the Row
entity of attributes.
- getOverflowPolicyColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Get the Column entity which column name is "overflow_policy" from the Row
entity of attributes.
- getOvsdbClient(OvsdbNodeId) - Method in interface org.onosproject.ovsdb.controller.OvsdbController
-
Gets an ovsdb client by node identifier.
- getOvsdbSchema(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getOvsdbSchema(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets the OVSDB database schema.
- getOvsdbStore() - Method in class org.onosproject.ovsdb.controller.OvsdbStore
-
Gets the ovsdbStore.
- getOvsdbTableStore(String) - Method in class org.onosproject.ovsdb.controller.OvsdbStore
-
Gets the OvsdbTableStore.
- getOvsVersionColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "ovs_version" from the Row
entity of attributes.
- getParams() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
-
Returns params.
- getPollingColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Get the Column entity which column name is "polling" from the Row entity
of attributes.
- getPorts() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getPorts() - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets ports of bridge.
- getPortsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "ports" from the Row entity of
attributes.
- getPortUuid(String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getPortUuid(String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets the Port uuid.
- getPrefixesColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Get the Column entity which column name is "prefixes" from the Row entity
of attributes.
- getPrivateKeyColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Get the Column entity which column name is "private_key" from the Row
entity of attributes.
- getProtocolsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "protocols" from the Row
entity of attributes.
- getQosColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "qos" from the Row entity of
attributes.
- getQueuesColumn() - Method in class org.onosproject.ovsdb.rfc.table.Qos
-
Get the Column entity which column name is "queues" from the Row entity
of attributes.
- getRateLimitColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "controller_rate_limit" from
the Row entity of attributes.
- getRefTable() - Method in class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
-
Get refTable.
- getRefType() - Method in class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
-
Get refType.
- getResult() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
-
Returns result.
- getRoleColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "role" from the Row entity of
attributes.
- getRow(String, String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
Gets the ovsdb row.
- getRow(String, String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Gets the OVSDB row from local OVSDB store.
- getRow(String) - Method in class org.onosproject.ovsdb.controller.OvsdbRowStore
-
Gets the row.
- getRow() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
-
Returns the row member of insert operation.
- getRow() - Method in class org.onosproject.ovsdb.rfc.operations.Update
-
Returns the row member of update operation.
- getRow() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
-
Get Row entity.
- getRows(String) - Method in class org.onosproject.ovsdb.controller.OvsdbTableStore
-
Gets the ovsdbRowStore.
- getRows() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Return rows.
- getRowStore() - Method in class org.onosproject.ovsdb.controller.OvsdbRowStore
-
Gets the rowStore.
- getSamplingColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Get the Column entity which column name is "sampling" from the Row entity
of attributes.
- getSamplingColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Get the Column entity which column name is "sampling" from the Row entity
of attributes.
- getSchema(List<String>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- getSchema(List<String>) - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.OvsdbRpc
-
This operation retrieves a database-schema that describes hosted database
db-name.
- getSchemaStr(String, List<String>) - Static method in class org.onosproject.ovsdb.rfc.utils.JsonRpcWriterUtil
-
Returns string of get_schema request.
- getSelect() - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
-
Returns select.
- getSelectAllColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "select_all" from the Row
entity of attributes.
- getSelectDstPortColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "select_dst_port" from the Row
entity of attributes.
- getSelectSrcPortColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "select_src_port" from the Row
entity of attributes.
- getSelectVlanColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "select_vlan" from the Row
entity of attributes.
- getSflowColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "sflow" from the Row entity of
attributes.
- getSslColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "ssl" from the Row entity of
attributes.
- getStatisticsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "statistics" from the Row
entity of attributes.
- getStatisticsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Get the Column entity which column name is "statistics" from the Row
entity of attributes.
- getStatisticsColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "statistics" from the Row
entity of attributes.
- getStatisticsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "statistics" from the Row
entity of attributes.
- getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "status" from the Row entity
of attributes.
- getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "status" from the Row entity
of attributes.
- getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "status" from the Row entity
of attributes.
- getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Get the Column entity which column name is "status" from the Row entity
of attributes.
- getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "status" from the Row entity
of attributes.
- getStpEnableColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Get the Column entity which column name is "stpenable" from the Row
entity of attributes.
- getSystemTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "system_type" from the Row
entity of attributes.
- getSystemVersionColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Get the Column entity which column name is "system_version" from the Row
entity of attributes.
- getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Delete
-
For the use of serialization.
- getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
-
For the use of serialization.
- getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
-
For the use of serialization.
- getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Select
-
For the use of serialization.
- getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Update
-
For the use of serialization.
- getTable(DatabaseSchema, Row, OvsdbTable) - Static method in class org.onosproject.ovsdb.rfc.table.TableGenerator
-
Get table from Row.
- getTableName() - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
-
Returns tableName.
- getTableNames() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
-
Returns a set of table name.
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Abort
-
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Assert
-
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Comment
-
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Commit
-
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Delete
-
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
-
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
-
- getTableSchema() - Method in interface org.onosproject.ovsdb.rfc.operations.Operation
-
Returns TableSchema entity.
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Select
-
- getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Update
-
- getTableSchema(String) - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
-
Returns the TableSchema whose name is the tableName.
- getTableStore() - Method in class org.onosproject.ovsdb.controller.OvsdbTableStore
-
Gets tableStore.
- getTableUuid() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
-
- getTableUuid() - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
-
Returns UUID which column name is _uuid.
- getTableUuidColumn() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
-
- getTableUuidColumn() - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
-
Returns UUID Column which column name is _uuid.
- getTableVersion() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
-
- getTableVersion() - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
-
Returns UUID which column name is _version.
- getTableVersionColumn() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
-
- getTableVersionColumn() - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
-
Returns UUID Column which column name is _version.
- getTagColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "tag" from the Row entity of
attributes.
- getTargetColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Get the Column entity which column name is "target" from the Row entity
of attributes.
- getTargetColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Get the Column entity which column name is "target" from the Row entity
of attributes.
- getTargetsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Get the Column entity which column name is "targets" from the Row entity
of attributes.
- getTargetsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Get the Column entity which column name is "targets" from the Row entity
of attributes.
- getTargetsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Get the Column entity which column name is "targets" from the Row entity
of attributes.
- getTransactParams(DatabaseSchema, List<Operation>) - Static method in class org.onosproject.ovsdb.rfc.utils.ParamUtil
-
Returns params of transact method, refer to RFC7047's Section 4.1.3.
- getTrunksColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "trunks" from the Row entity
of attributes.
- getTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Get the Column entity which column name is "type" from the Row entity of
attributes.
- getTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Qos
-
Get the Column entity which column name is "type" from the Row entity of
attributes.
- getUuid() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Return uuid.
- getUuidName() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
-
Returns the uuid-name member of insert operation.
- getValue() - Method in class org.onosproject.ovsdb.rfc.notation.Condition
-
Returns column data.
- getValue() - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
-
Returns column data.
- getValueFromJson(JsonNode, ColumnType) - Static method in class org.onosproject.ovsdb.rfc.utils.TransValueUtil
-
Transform JsonNode to corresponding value.
- getVlanModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Get the Column entity which column name is "vlan_mode" from the Row
entity of attributes.
- getWhere() - Method in class org.onosproject.ovsdb.rfc.operations.Delete
-
Returns the where member of delete operation.
- getWhere() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
-
Returns the where member of mutate operation.
- getWhere() - Method in class org.onosproject.ovsdb.rfc.operations.Select
-
Returns the where member of select operation.
- getWhere() - Method in class org.onosproject.ovsdb.rfc.operations.Update
-
Returns the where member of update operation.
- greaterThan(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
-
Returns a Condition that means Function.GREATER_THAN .
- greaterThanOrEquals(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
-
Returns a Condition that means Function.GREATER_THAN_OR_EQUALS .
- Select - Class in org.onosproject.ovsdb.rfc.operations
-
select operation.Refer to RFC 7047 Section 5.2.
- Select(TableSchema, List<Condition>, List<String>) - Constructor for class org.onosproject.ovsdb.rfc.operations.Select
-
Constructs a Select object.
- selectAll(boolean) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
-
Returns OVSDB mirror builder with select all.
- selectAll() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
-
Returns selectAll value.
- serialize(Condition, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.ConditionSerializer
-
- serialize(Mutation, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.MutationSerializer
-
- serialize(OvsdbMap, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.OvsdbMapSerializer
-
- serialize(OvsdbSet, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.OvsdbSetSerializer
-
- serialize(Uuid, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.UuidSerializer
-
- set() - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbSet
-
Returns set.
- setActiveTimeout(Long) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Add a Column entity which column name is "active_timeout" to the Row
entity of attributes.
- setAddIdToInterface(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Add a Column entity which column name is "add_id_to_interface" to the Row
entity of attributes.
- setAdminState(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "admin_state" to the Row entity
of attributes.
- setAgent(OvsdbAgent) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- setAgent(OvsdbAgent) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
-
Sets the ovsdb agent to be used.
- setAgent(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Add a Column entity which column name is "agent" to the Row entity of
attributes.
- setBfd(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "bfd" to the Row entity of
attributes.
- setBfdStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "bfd_status" to the Row entity
of attributes.
- setBondDownDelay(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "bond_downdelay" to the Row
entity of attributes.
- setBondFakeInterface(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "bond_fake_iface" to the Row
entity of attributes.
- setBondMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "bond_mode" to the Row entity of
attributes.
- setBondType(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "bond_type" to the Row entity of
attributes.
- setBondUpDelay(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "bond_updelay" to the Row entity
of attributes.
- setBootstrapCaCert(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Add a Column entity which column name is "bootstrap_ca_cert" to the Row
entity of attributes.
- setBridge(Uuid) - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
-
Add a Column entity which column name is "bridge" to the Row entity of
attributes.
- setBridges(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "bridges" to the Row entity of
attributes.
- setBufStack(Stack<Byte>) - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
-
Set bufStack, used for match the braces and double quotes.
- setBurstLimit(Long) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "controller_burst_limit" to the
Row entity of attributes.
- setCaCert(String) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Add a Column entity which column name is "ca_cert" to the Row entity of
attributes.
- setCacheActiveTimeout(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Add a Column entity which column name is "cache_active_timeout" to the
Row entity of attributes.
- setCacheMaxFlows(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Add a Column entity which column name is "cache_max_flows" to the Row
entity of attributes.
- setCallback(Callback) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- setCallback(Callback) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
-
Sets call back.
- setCapabilities(Map<String, Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "capabilities" to the Row entity
of attributes.
- setCertificate(String) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Add a Column entity which column name is "certificate" to the Row entity
of attributes.
- setCfmFault(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "cfm_fault" to the Row entity of
attributes.
- setCfmFaultStatus(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "cfm_fault_status" to the Row
entity of attributes.
- setCfmFlapCount(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "cfm_flap_count" to the Row
entity of attributes.
- setCfmHealth(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "cfm_health" to the Row entity
of attributes.
- setCfmMpid(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "cfm_mpid" to the Row entity of
attributes.
- setCfmRemoteMpid(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "cfm_remote_mpid" to the Row
entity of attributes.
- setCfmRemoteMpids(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "cfm_remote_mpids" to the Row
entity of attributes.
- setCfmRemoteOpState(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "cfm_remote_opstate" to the Row
entity of attributes.
- setChannel(Channel) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- setChannel(Channel) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
-
Sets the associated Netty channel for this node.
- setConnection(boolean) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- setConnection(boolean) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
-
Sets whether the node is connected.
- setConnectionMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "connection_mode" to the Row
entity of attributes.
- setConnectionMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Add a Column entity which column name is "connection_mode" to the Row
entity of attributes.
- setController(OvsdbSet) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "controller" to the Row entity
of attributes.
- setControllersWithDeviceId(DeviceId, List<ControllerInfo>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
-
- setControllersWithDeviceId(DeviceId, List<ControllerInfo>) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
-
Sets the Controllers for the specified device.
- setCount(int) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Set count value.
- setCurrentConfig(Long) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "cur_cfg" to the Row entity of
attributes.
- setDataHandler(ColumnDescription, Object) - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
-
- setDataHandler(ColumnDescription, Object) - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
-
Set column data of row.
- setDatapathId(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "datapath_id" to the Row entity
of attributes.
- setDatapathType(String) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "datapath_type" to the Row
entity of attributes.
- setDbVersion(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "db_version" to the Row entity
of attributes.
- setDetails(String) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Set details value.
- setDiscoverAcceptRegex(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "discover_accept_regex" to the
Row entity of attributes.
- setDiscoverUpdateResolvConf(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "discover_update_resolv_conf" to
the Row entity of attributes.
- setDscp(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Queue
-
Add a Column entity which column name is "dscp" to the Row entity of
attributes.
- setDuplex(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "duplex" to the Row entity of
attributes.
- setEnableAsyncMessages(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "enable_async_messages" to the
Row entity of attributes.
- setEngineId(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Add a Column entity which column name is "engine_id" to the Row entity of
attributes.
- setEngineType(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Add a Column entity which column name is "engine_type" to the Row entity
of attributes.
- setError(String) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Set error value.
- setError(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "error" to the Row entity of
attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Qos
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Queue
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
- setFailMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "fail_mode" to the Row entity of
attributes.
- setFakeBridge(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "fake_bridge" to the Row entity
of attributes.
- setFloodVlans(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "flood_vlans" to the Row entity
of attributes.
- setFlowLimit(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Add a Column entity which column name is "flow_limit" to the Row entity
of attributes.
- setFlowTables(Map<Long, Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "flow_tables" to the Row entity
of attributes.
- setGroups(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Add a Column entity which column name is "groups" to the Row entity of
attributes.
- setHeader(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Add a Column entity which column name is "header" to the Row entity of
attributes.
- setId(Long) - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
-
Add a Column entity which column name is "id" to the Row entity of
attributes.
- setIfIndex(Long) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "ifindex" to the Row entity of
attributes.
- setInactivityProbe(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "inactivity_probe" to the Row
entity of attributes.
- setInactivityProbe(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Add a Column entity which column name is "inactivity_probe" to the Row
entity of attributes.
- setIngressPolicingBurst(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "ingress_policing_burst" to the
Row entity of attributes.
- setIngressPolicingRate(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "ingress_policing_rate" to the
Row entity of attributes.
- setInterfaces(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "interfaces" to the Row entity
of attributes.
- setIpfix(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "ipfix" to the Row entity of
attributes.
- setIpfix(Uuid) - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
-
Add a Column entity which column name is "ipfix" to the Row entity of
attributes.
- setIsConnected(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "is_connected" to the Row entity
of attributes.
- setIsConnected(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Add a Column entity which column name is "is_connected" to the Row entity
of attributes.
- setLacp(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "lacp" to the Row entity of
attributes.
- setLacpCurrent(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "lacp_current" to the Row entity
of attributes.
- setLastReadBytes(int) - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
-
Set lastReadBytes.
- setLinkResets(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "link_resets" to the Row entity
of attributes.
- setLinkSpeed(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "link_speed" to the Row entity
of attributes.
- setLinkState(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "link_state" to the Row entity
of attributes.
- setLocalGateway(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "local_gateway" to the Row
entity of attributes.
- setLocalIp(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "local_ip" to the Row entity of
attributes.
- setLocalNetmask(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "local_netmask" to the Row
entity of attributes.
- setMac(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "mac" to the Row entity of
attributes.
- setMac(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "mac" to the Row entity of
attributes.
- setMacInUse(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "mac_in_use" to the Row entity
of attributes.
- setManagerOptions(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "manager_options" to the Row
entity of attributes.
- setManagers(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "managers" to the Row entity of
attributes.
- setMaxBackoff(Long) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "max_backoff" to the Row entity
of attributes.
- setMaxBackoff(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Add a Column entity which column name is "max_backoff" to the Row entity
of attributes.
- setMirrors(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "mirrors" to the Row entity of
attributes.
- setMonitor(String) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "monitor" to the Row entity of
attributes.
- setMtu(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "mtu" to the Row entity of
attributes.
- setName(String) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "name" to the Row entity of
attributes.
- setName(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Add a Column entity which column name is "name" to the Row entity of
attributes.
- setName(String) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "name" to the Row entity of
attributes.
- setName(String) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "name" to the Row entity of
attributes.
- setName(String) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "name" to the Row entity of
attributes.
- setNetflow(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "netflow" to the Row entity of
attributes.
- setNextConfig(Long) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "next_cfg" to the Row entity of
attributes.
- setObsDomainId(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Add a Column entity which column name is "obs_domain_id" to the Row
entity of attributes.
- setObsPointId(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Add a Column entity which column name is "obs_point_id" to the Row entity
of attributes.
- setOpenFlowPort(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "ofport" to the Row entity of
attributes.
- setOpenFlowPortRequest(String) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "ofport_request" to the Row
entity of attributes.
- setOptions(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "options" to the Row entity of
attributes.
- setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
- setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
- setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
- setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
- setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
- setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
- setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Qos
-
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
- setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Queue
-
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
- setOutputPort(Uuid) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "output_port" to the Row entity
of attributes.
- setOutputVlan(Short) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "output_vlan" to the Row entity
of attributes.
- setOverflowPolicy(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Add a Column entity which column name is "overflow_policy" to the Row
entity of attributes.
- setOvsVersion(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "ovs_version" to the Row entity
of attributes.
- setPolling(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Add a Column entity which column name is "polling" to the Row entity of
attributes.
- setPorts(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "ports" to the Row entity of
attributes.
- setPrefixes(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
-
Add a Column entity which column name is "prefixes" to the Row entity of
attributes.
- setPrivateKey(String) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
-
Add a Column entity which column name is "private_key" to the Row entity
of attributes.
- setProtocols(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "protocols" to the Row entity of
attributes.
- setQos(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "qos" to the Row entity of
attributes.
- setQueues(Map<Long, Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Qos
-
Add a Column entity which column name is "queues" to the Row entity of
attributes.
- setRateLimit(Long) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "controller_rate_limit" to the
Row entity of attributes.
- setRole(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "role" to the Row entity of
attributes.
- setRows(List<Row>) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Set rows value.
- setSampling(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Add a Column entity which column name is "sampling" to the Row entity of
attributes.
- setSampling(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Add a Column entity which column name is "sampling" to the Row entity of
attributes.
- setSelectAll(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "select_all" to the Row entity
of attributes.
- setSelectDstPort(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "select_dst_port" to the Row
entity of attributes.
- setSelectSrcPort(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "select_src_port" to the Row
entity of attributes.
- setSelectVlan(Set<Short>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "select_vlan" to the Row entity
of attributes.
- setSflow(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "sflow" to the Row entity of
attributes.
- setSsl(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "ssl" to the Row entity of
attributes.
- setStartMatch(boolean) - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
-
Set isStartMatch.
- setStatistics(Map<String, Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "statistics" to the Row entity
of attributes.
- setStatistics(Map<String, Long>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
-
Add a Column entity which column name is "statistics" to the Row entity
of attributes.
- setStatistics(Map<String, Long>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "statistics" to the Row entity
of attributes.
- setStatistics(Map<String, Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "statistics" to the Row entity
of attributes.
- setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "status" to the Row entity of
attributes.
- setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "status" to the Row entity of
attributes.
- setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "status" to the Row entity of
attributes.
- setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Add a Column entity which column name is "status" to the Row entity of
attributes.
- setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "status" to the Row entity of
attributes.
- setStpEnable(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
-
Add a Column entity which column name is "stpenable" to the Row entity of
attributes.
- setSystemType(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "system_type" to the Row entity
of attributes.
- setSystemVersion(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
-
Add a Column entity which column name is "system_version" to the Row
entity of attributes.
- setTableName(String) - Method in class org.onosproject.ovsdb.rfc.notation.Row
-
Set tableName value.
- setTag(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "tag" to the Row entity of
attributes.
- setTarget(String) - Method in class org.onosproject.ovsdb.rfc.table.Controller
-
Add a Column entity which column name is "target" to the Row entity of
attributes.
- setTarget(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
-
Add a Column entity which column name is "target" to the Row entity of
attributes.
- setTargets(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
-
Add a Column entity which column name is "targets" to the Row entity of
attributes.
- setTargets(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
-
Add a Column entity which column name is "targets" to the Row entity of
attributes.
- setTargets(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
-
Add a Column entity which column name is "targets" to the Row entity of
attributes.
- setTrunks(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "trunks" to the Row entity of
attributes.
- setType(String) - Method in class org.onosproject.ovsdb.rfc.table.Interface
-
Add a Column entity which column name is "type" to the Row entity of
attributes.
- setType(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Qos
-
Add a Column entity which column name is "type" to the Row entity of
attributes.
- setUuid(Uuid) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
-
Set uuid value.
- setUuid(Uuid) - Method in class org.onosproject.ovsdb.rfc.notation.Row
-
Sets uuid value.
- setVlanMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
-
Add a Column entity which column name is "vlan_mode" to the Row entity of
attributes.
- Sflow - Class in org.onosproject.ovsdb.rfc.table
-
This class provides operations of Sflow Table.
- Sflow(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Sflow
-
Constructs a Sflow object.
- Sflow.SflowColumn - Enum in org.onosproject.ovsdb.rfc.table
-
Sflow table column name.
- Ssl - Class in org.onosproject.ovsdb.rfc.table
-
This class provides operations of Ssl Table.
- Ssl(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Ssl
-
Constructs a Ssl object.
- Ssl.SslColumn - Enum in org.onosproject.ovsdb.rfc.table
-
Ssl table column name.
- stolen(List<String>) - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.Callback
-
The "stolen" notification is provided to notify a client, which had
previously obtained a lock, that another client has stolen ownership of
that lock.
- StringBaseType - Class in org.onosproject.ovsdb.rfc.schema.type
-
One of the strings "integer", "real", "boolean", "string", or "uuid",
representing the specified scalar type.
- StringBaseType() - Constructor for class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
-
Constructs a StringBaseType object.
- StringBaseType(int, int, Set<String>) - Constructor for class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
-
Constructs a StringBaseType object.
- StringEncoderUtil - Class in org.onosproject.ovsdb.rfc.utils
-
StringEncoder utility class.Only UTF-8 encoding is supported refer to
RFC7047's Section 3.1.
- subject() - Method in class org.onosproject.ovsdb.controller.OvsdbEvent
-
Returns the subject of event.
- sum(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.MutationUtil
-
Returns a Mutation that means += .
- value() - Method in class org.onosproject.ovsdb.controller.OvsdbDatapathId
-
Gets the value of datapathid.
- value() - Method in class org.onosproject.ovsdb.controller.OvsdbIfaceId
-
Gets the value of ifaceid.
- value() - Method in class org.onosproject.ovsdb.controller.OvsdbPortName
-
Gets the value of port name.
- value() - Method in class org.onosproject.ovsdb.controller.OvsdbPortNumber
-
Gets the value of port number.
- value() - Method in class org.onosproject.ovsdb.controller.OvsdbPortType
-
Gets the value of port type.
- value() - Method in class org.onosproject.ovsdb.rfc.notation.Uuid
-
Returns value.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.controller.OvsdbEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.controller.OvsdbInterface.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.notation.Condition.Function
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.notation.Mutation.Mutator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.operations.Operation.Operations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.schema.type.ColumnTypeFactory.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.schema.type.UuidBaseType.RefType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Bridge.BridgeColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Controller.ControllerColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet.FlowSampleCollectorSetColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.FlowTable.FlowTableColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Interface.InterfaceColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Ipfix.IpfixColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Manager.ManagerColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Mirror.MirrorColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Netflow.NetflowColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.OpenVSwitch.OpenVSwitchColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.OvsdbTable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Port.PortColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Qos.QosColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Queue.QueueColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Sflow.SflowColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Ssl.SslColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.VersionNum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.onosproject.ovsdb.controller.OvsdbEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.controller.OvsdbInterface.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.notation.Condition.Function
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.notation.Mutation.Mutator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.operations.Operation.Operations
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.schema.type.ColumnTypeFactory.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.schema.type.UuidBaseType.RefType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Bridge.BridgeColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Controller.ControllerColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet.FlowSampleCollectorSetColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.FlowTable.FlowTableColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Interface.InterfaceColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Ipfix.IpfixColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Manager.ManagerColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Mirror.MirrorColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Netflow.NetflowColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.OpenVSwitch.OpenVSwitchColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.OvsdbTable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Port.PortColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Qos.QosColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Queue.QueueColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Sflow.SflowColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.Ssl.SslColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.ovsdb.rfc.table.VersionNum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueType() - Method in class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
-
Get valueType.
- version() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
-
Returns the version of database.
- versionCompare(String, String) - Static method in class org.onosproject.ovsdb.rfc.utils.VersionUtil
-
Compare fromVersion and toVersion.
- versionMatch(String) - Static method in class org.onosproject.ovsdb.rfc.utils.VersionUtil
-
Match version by the format.
- VersionMismatchException - Exception in org.onosproject.ovsdb.rfc.exception
-
This exception is used when the a table or row is accessed though a typed
interface and the version requirements are not met.
- VersionMismatchException(String) - Constructor for exception org.onosproject.ovsdb.rfc.exception.VersionMismatchException
-
Constructs a VersionMismatchException object.
- VersionMismatchException(String, Throwable) - Constructor for exception org.onosproject.ovsdb.rfc.exception.VersionMismatchException
-
Constructs a VersionMismatchException object.
- VersionNum - Enum in org.onosproject.ovsdb.rfc.table
-
The version number of tables and columns.
- versionNum() - Method in enum org.onosproject.ovsdb.rfc.table.VersionNum
-
Returns the version number for VersionNum.
- VersionUtil - Class in org.onosproject.ovsdb.rfc.utils
-
Version utility class.