Uses of Class
org.apache.hugegraph.computer.core.io.UnsafeBytesOutput
-
Packages that use UnsafeBytesOutput Package Description org.apache.hugegraph.computer.core.io org.apache.hugegraph.computer.core.store.file.seqfile -
-
Uses of UnsafeBytesOutput in org.apache.hugegraph.computer.core.io
Subclasses of UnsafeBytesOutput in org.apache.hugegraph.computer.core.io Modifier and Type Class Description classAbstractBufferedFileOutputclassBufferedFileOutputThis class acted as new DataOutputStream(new BufferedOutputStream(new File (file))).classBufferedStreamOutputThis is used to buffer and output the buffer to output stream when buffer is full.Constructors in org.apache.hugegraph.computer.core.io with parameters of type UnsafeBytesOutput Constructor Description OptimizedBytesOutput(UnsafeBytesOutput out) -
Uses of UnsafeBytesOutput in org.apache.hugegraph.computer.core.store.file.seqfile
Subclasses of UnsafeBytesOutput in org.apache.hugegraph.computer.core.store.file.seqfile Modifier and Type Class Description classValueFileOutput
-