Uses of Class
org.apache.accumulo.core.metadata.schema.MetadataTime
-
Packages that use MetadataTime Package Description org.apache.accumulo.core.metadata.schema -
-
Uses of MetadataTime in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return MetadataTime Modifier and Type Method Description MetadataTime
TabletMetadata. getTime()
static MetadataTime
MetadataTime. parse(String timestr)
Creates a MetadataTime object from a stringMethods in org.apache.accumulo.core.metadata.schema with parameters of type MetadataTime Modifier and Type Method Description int
MetadataTime. compareTo(MetadataTime mtime)
Ample.TabletMutator
Ample.TabletMutator. putTime(MetadataTime time)
-