public static interface OFFlowStatsRequest.Builder extends OFStatsRequest.Builder<OFFlowStatsReply>
Modifier and Type | Method and Description |
---|---|
OFFlowStatsRequest |
build() |
U64 |
getCookie() |
U64 |
getCookieMask() |
Set<OFStatsRequestFlags> |
getFlags() |
Match |
getMatch() |
OFGroup |
getOutGroup() |
OFPort |
getOutPort() |
OFStatsType |
getStatsType() |
TableId |
getTableId() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFFlowStatsRequest.Builder |
setCookie(U64 cookie) |
OFFlowStatsRequest.Builder |
setCookieMask(U64 cookieMask) |
OFFlowStatsRequest.Builder |
setFlags(Set<OFStatsRequestFlags> flags) |
OFFlowStatsRequest.Builder |
setMatch(Match match) |
OFFlowStatsRequest.Builder |
setOutGroup(OFGroup outGroup) |
OFFlowStatsRequest.Builder |
setOutPort(OFPort outPort) |
OFFlowStatsRequest.Builder |
setTableId(TableId tableId) |
OFFlowStatsRequest.Builder |
setXid(long xid) |
OFFlowStatsRequest build()
build
in interface OFMessage.Builder
build
in interface OFStatsRequest.Builder<OFFlowStatsReply>
OFVersion getVersion()
getVersion
in interface OFMessage.Builder
getVersion
in interface OFStatsRequest.Builder<OFFlowStatsReply>
OFType getType()
getType
in interface OFMessage.Builder
getType
in interface OFStatsRequest.Builder<OFFlowStatsReply>
long getXid()
getXid
in interface OFMessage.Builder
getXid
in interface OFStatsRequest.Builder<OFFlowStatsReply>
OFFlowStatsRequest.Builder setXid(long xid)
setXid
in interface OFMessage.Builder
setXid
in interface OFStatsRequest.Builder<OFFlowStatsReply>
OFStatsType getStatsType()
getStatsType
in interface OFStatsRequest.Builder<OFFlowStatsReply>
Set<OFStatsRequestFlags> getFlags()
getFlags
in interface OFStatsRequest.Builder<OFFlowStatsReply>
OFFlowStatsRequest.Builder setFlags(Set<OFStatsRequestFlags> flags)
setFlags
in interface OFStatsRequest.Builder<OFFlowStatsReply>
TableId getTableId()
OFFlowStatsRequest.Builder setTableId(TableId tableId)
OFPort getOutPort()
OFFlowStatsRequest.Builder setOutPort(OFPort outPort)
OFGroup getOutGroup() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowStatsRequest.Builder setOutGroup(OFGroup outGroup) throws UnsupportedOperationException
UnsupportedOperationException
U64 getCookie() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowStatsRequest.Builder setCookie(U64 cookie) throws UnsupportedOperationException
UnsupportedOperationException
U64 getCookieMask() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowStatsRequest.Builder setCookieMask(U64 cookieMask) throws UnsupportedOperationException
UnsupportedOperationException
Match getMatch()
OFFlowStatsRequest.Builder setMatch(Match match)
Copyright © 2015. All rights reserved.