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