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