Class MetaLocationStore
- java.lang.Object
-
- ru.ispras.microtesk.model.metadata.MetaLocationStore
-
-
Constructor Summary
Constructors Constructor Description MetaLocationStore(java.lang.String name, Type dataType, java.math.BigInteger count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.java.lang.String
toString()
-
-
-
Constructor Detail
-
MetaLocationStore
public MetaLocationStore(java.lang.String name, Type dataType, java.math.BigInteger count)
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the name of the resource.
-
getDataType
public Type getDataType()
Returns the type of items stored in the memory store.- Specified by:
getDataType
in interfaceMetaData
- Returns:
- Item data type.
-
getCount
public java.math.BigInteger getCount()
Returns the count of items in the memory store.- Returns:
- Memory store item count.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-