Package org.onosproject.store.service
Class MapInfo
- java.lang.Object
-
- org.onosproject.store.service.MapInfo
-
public class MapInfo extends java.lang.ObjectMetadata information for a consistent map.
-
-
Constructor Summary
Constructors Constructor Description MapInfo(java.lang.String name, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()Returns the name of the map.intsize()Returns the number of entries in the map.
-