Uses of Interface
org.apache.hugegraph.computer.core.store.file.hgkvfile.HgkvFile
-
Packages that use HgkvFile Package Description org.apache.hugegraph.computer.core.store.file.hgkvfile -
-
Uses of HgkvFile in org.apache.hugegraph.computer.core.store.file.hgkvfile
Subinterfaces of HgkvFile in org.apache.hugegraph.computer.core.store.file.hgkvfile Modifier and Type Interface Description interfaceHgkvDirOne HgkvDir consists of segments, and each segment is a HgkvFile.Classes in org.apache.hugegraph.computer.core.store.file.hgkvfile that implement HgkvFile Modifier and Type Class Description classAbstractHgkvFileclassHgkvDirImplclassHgkvFileImplMethods in org.apache.hugegraph.computer.core.store.file.hgkvfile that return HgkvFile Modifier and Type Method Description static HgkvFileHgkvFileImpl. create(java.lang.String path)static HgkvFileHgkvFileImpl. open(java.io.File file)static HgkvFileHgkvFileImpl. open(java.lang.String path)Methods in org.apache.hugegraph.computer.core.store.file.hgkvfile that return types with arguments of type HgkvFile Modifier and Type Method Description java.util.List<HgkvFile>HgkvDir. segments()Return the segments in HgkvDir.java.util.List<HgkvFile>HgkvDirImpl. segments()
-