|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICounter | |
---|---|
net.floodlightcontroller.counter | |
net.floodlightcontroller.flowcache |
Uses of ICounter in net.floodlightcontroller.counter |
---|
Classes in net.floodlightcontroller.counter that implement ICounter | |
---|---|
class |
SimpleCounter
This is a simple counter implementation that doesn't support data series. |
Fields in net.floodlightcontroller.counter declared as ICounter | |
---|---|
protected ICounter |
CounterStore.CounterEntry.counter
|
Fields in net.floodlightcontroller.counter with type parameters of type ICounter | |
---|---|
protected java.util.concurrent.ConcurrentHashMap<CounterStore.CounterKeyTuple,java.util.List<ICounter>> |
CounterStore.pktinCounters
Counter storage across all threads. |
protected java.util.concurrent.ConcurrentHashMap<CounterStore.CounterKeyTuple,java.util.List<ICounter>> |
CounterStore.pktoutCounters
|
Methods in net.floodlightcontroller.counter that return ICounter | |
---|---|
static ICounter |
SimpleCounter.createCounter(java.util.Date startDate,
CounterValue.CounterType type)
Factory method to create a new counter instance. |
static ICounter |
SimpleCounter.createCounter(ICounter copy)
Factory method to create a copy of a counter instance. |
ICounter |
NullCounterStore.createCounter(java.lang.String key,
CounterValue.CounterType type)
|
ICounter |
ICounterStoreService.createCounter(java.lang.String key,
CounterValue.CounterType type)
Create a new ICounter and set the title. |
ICounter |
CounterStore.createCounter(java.lang.String key,
CounterValue.CounterType type)
|
ICounter |
NullCounterStore.getCounter(java.lang.String key)
|
ICounter |
ICounterStoreService.getCounter(java.lang.String key)
Retrieves a counter with the given title, or null if none can be found. |
ICounter |
CounterStore.getCounter(java.lang.String key)
|
Methods in net.floodlightcontroller.counter that return types with arguments of type ICounter | |
---|---|
protected java.util.List<ICounter> |
CounterStore.createPacketInCounters(IOFSwitch sw,
OFMessage m,
Ethernet eth)
|
java.util.Map<java.lang.String,ICounter> |
NullCounterStore.getAll()
|
java.util.Map<java.lang.String,ICounter> |
ICounterStoreService.getAll()
Returns an immutable map of title:counter with all of the counters in the store. |
java.util.Map<java.lang.String,ICounter> |
CounterStore.getAll()
|
protected java.util.List<ICounter> |
CounterStore.getPktOutFMCounters(IOFSwitch sw,
OFMessage m)
|
Methods in net.floodlightcontroller.counter with parameters of type ICounter | |
---|---|
static ICounter |
SimpleCounter.createCounter(ICounter copy)
Factory method to create a copy of a counter instance. |
Uses of ICounter in net.floodlightcontroller.flowcache |
---|
Methods in net.floodlightcontroller.flowcache with parameters of type ICounter | |
---|---|
protected int |
FlowReconcileManager.getPktInRate(ICounter newCnt,
java.util.Date currentTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |