Uses of Class
org.apache.accumulo.core.metadata.schema.DataFileValue
-
Packages that use DataFileValue Package Description org.apache.accumulo.core.metadata org.apache.accumulo.core.metadata.schema -
-
Uses of DataFileValue in org.apache.accumulo.core.metadata
Constructors in org.apache.accumulo.core.metadata with parameters of type DataFileValue Constructor Description CompactableFileImpl(StoredTabletFile storedTabletFile, DataFileValue dataFileValue) -
Uses of DataFileValue in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return types with arguments of type DataFileValue Modifier and Type Method Description Map<StoredTabletFile,DataFileValue>TabletMetadata. getFilesMap()Methods in org.apache.accumulo.core.metadata.schema with parameters of type DataFileValue Modifier and Type Method Description Ample.TabletMutatorAmple.TabletMutator. putFile(TabletFile path, DataFileValue dfv)
-