|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.devicemanager.internal.DeviceManagerImpl.ClassState
protected class DeviceManagerImpl.ClassState
Used to cache state about specific entity classes
Field Summary | |
---|---|
protected DeviceUniqueIndex |
classIndex
The class index |
protected java.util.Map<java.util.EnumSet<IDeviceService.DeviceField>,DeviceIndex> |
secondaryIndexMap
This stores secondary indices over the fields in the device for the class |
Constructor Summary | |
---|---|
DeviceManagerImpl.ClassState(IEntityClass clazz)
Allocate a new DeviceManagerImpl.ClassState object for the class |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DeviceUniqueIndex classIndex
protected java.util.Map<java.util.EnumSet<IDeviceService.DeviceField>,DeviceIndex> secondaryIndexMap
Constructor Detail |
---|
public DeviceManagerImpl.ClassState(IEntityClass clazz)
DeviceManagerImpl.ClassState
object for the class
clazz
- the class to use for the state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |