Constructor and Description |
---|
MetaLocationStore(java.lang.String name,
Type dataType,
java.math.BigInteger count) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getCount()
Returns the count of items in the memory store.
|
Type |
getDataType()
Returns the type of items stored in the memory store.
|
java.lang.String |
getName()
Returns the name of the resource.
|
public MetaLocationStore(java.lang.String name, Type dataType, java.math.BigInteger count)
public java.lang.String getName()
public Type getDataType()
getDataType
in interface MetaData
public java.math.BigInteger getCount()