Uses of Class
org.apache.hugegraph.computer.core.io.UnsafeBytesInput
-
Packages that use UnsafeBytesInput Package Description org.apache.hugegraph.computer.core.io org.apache.hugegraph.computer.core.store.file.seqfile -
-
Uses of UnsafeBytesInput in org.apache.hugegraph.computer.core.io
Subclasses of UnsafeBytesInput in org.apache.hugegraph.computer.core.io Modifier and Type Class Description classAbstractBufferedFileInputclassBufferedFileInputclassBufferedStreamInputMethods in org.apache.hugegraph.computer.core.io that return UnsafeBytesInput Modifier and Type Method Description UnsafeBytesInputUnsafeBytesInput. duplicate()Constructors in org.apache.hugegraph.computer.core.io with parameters of type UnsafeBytesInput Constructor Description OptimizedBytesInput(UnsafeBytesInput in) -
Uses of UnsafeBytesInput in org.apache.hugegraph.computer.core.store.file.seqfile
Subclasses of UnsafeBytesInput in org.apache.hugegraph.computer.core.store.file.seqfile Modifier and Type Class Description classValueFileInputMethods in org.apache.hugegraph.computer.core.store.file.seqfile that return UnsafeBytesInput Modifier and Type Method Description UnsafeBytesInputValueFileInput. duplicate()
-