Package org.onosproject.store.service
Class MapInfo
- java.lang.Object
-
- org.onosproject.store.service.MapInfo
-
public class MapInfo extends java.lang.Object
Metadata 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.String
name()
Returns the name of the map.int
size()
Returns the number of entries in the map.
-