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 String
name()
Returns the name of the map.int
size()
Returns the number of entries in the map.
-