Modifier and Type | Method and Description |
---|---|
<T extends OFValueType<T>> |
OFOxsList.get(StatField<T> statField) |
<T extends OFValueType<T>> |
OFOxsList.Builder.unset(StatField<T> statField) |
Modifier and Type | Method and Description |
---|---|
StatField<U32> |
OFOxsFlowCount.getStatField() |
StatField<U32> |
OFOxsFlowCount.Builder.getStatField() |
StatField<U64> |
OFOxsDuration.getStatField() |
StatField<U64> |
OFOxsDuration.Builder.getStatField() |
StatField<U64> |
OFOxsByteCount.getStatField() |
StatField<U64> |
OFOxsByteCount.Builder.getStatField() |
StatField<T> |
OFOxs.getStatField() |
StatField<T> |
OFOxs.Builder.getStatField() |
StatField<U64> |
OFOxsPacketCount.getStatField() |
StatField<U64> |
OFOxsPacketCount.Builder.getStatField() |
StatField<U64> |
OFOxsIdleTime.getStatField() |
StatField<U64> |
OFOxsIdleTime.Builder.getStatField() |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxss.fromValue(F value,
StatField<F> field) |
Modifier and Type | Field and Description |
---|---|
static StatField<U64> |
StatField.BYTE_COUNT |
static StatField<U64> |
StatField.DURATION |
static StatField<U32> |
StatField.FLOW_COUNT |
static StatField<U64> |
StatField.IDLE_TIME |
static StatField<U64> |
StatField.PACKET_COUNT |
Modifier and Type | Method and Description |
---|---|
Iterable<StatField<?>> |
Stat.getStatFields() |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
Stat.get(StatField<F> field) |
<F extends OFValueType<F>> |
Stat.Builder.get(StatField<F> field) |
<F extends OFValueType<F>> |
Stat.Builder.set(StatField<F> field,
F value)
Sets a specific value for a stat field.
|
boolean |
Stat.supports(StatField<?> field) |
boolean |
Stat.Builder.supports(StatField<?> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxssVer10.fromValue(F value,
StatField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxssVer11.fromValue(F value,
StatField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxssVer12.fromValue(F value,
StatField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxssVer13.fromValue(F value,
StatField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxssVer14.fromValue(F value,
StatField<F> field) |
Modifier and Type | Method and Description |
---|---|
<F extends OFValueType<F>> |
OFOxssVer15.fromValue(F value,
StatField<F> field) |
Copyright © 2016. All rights reserved.