Enum ImmutableGraph.LoadMethod

java.lang.Object
java.lang.Enum<ImmutableGraph.LoadMethod>
it.unimi.dsi.webgraph.ImmutableGraph.LoadMethod
All Implemented Interfaces:
Serializable, Comparable<ImmutableGraph.LoadMethod>, java.lang.constant.Constable
Enclosing class:
ImmutableGraph

public static enum ImmutableGraph.LoadMethod
extends Enum<ImmutableGraph.LoadMethod>
A list of the methods that can be used to load a graph. They are used by ImmutableGraph and other classes to represent standard (i.e., random access), sequential, offline and read-once graph loading.