Uses of Package
org.apache.hugegraph.computer.core.io
-
Classes in org.apache.hugegraph.computer.core.io used by org.apache.hugegraph.computer.core.io Class Description AbstractBufferedFileInput AbstractBufferedFileOutput BufferedFileInput OptimizedBytesInput OutputFormat StructGraphOutput StructRandomAccessOutput UnsafeBytesInput UnsafeBytesOutput Use unsafe method to write the value to the buffer to improve the write performance. -
Classes in org.apache.hugegraph.computer.core.io used by org.apache.hugegraph.computer.core.store.file.hgkvfile Class Description BufferedFileOutput This class acted as new DataOutputStream(new BufferedOutputStream(new File (file))). -
Classes in org.apache.hugegraph.computer.core.io used by org.apache.hugegraph.computer.core.store.file.seqfile Class Description AbstractBufferedFileInput AbstractBufferedFileOutput UnsafeBytesInput UnsafeBytesOutput Use unsafe method to write the value to the buffer to improve the write performance.