Uses of Class
org.apache.graphar.types.FileType
-
Packages that use FileType Package Description org.apache.graphar.graphinfo org.apache.graphar.types org.apache.graphar.util -
-
Uses of FileType in org.apache.graphar.graphinfo
Methods in org.apache.graphar.graphinfo that return FileType Modifier and Type Method Description FileTypeAdjacentList. getFileType()FileTypePropertyGroup. getFileType()Get the file type of property group chunk file. -
Uses of FileType in org.apache.graphar.types
Methods in org.apache.graphar.types that return FileType Modifier and Type Method Description static FileTypeFileType. get(int value)static FileTypeFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileType[]FileType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FileType in org.apache.graphar.util
Methods in org.apache.graphar.util with parameters of type FileType Modifier and Type Method Description StdSharedPtr<AdjacentList>GrapharStaticFunctions. createAdjacentList(AdjListType adjListType, FileType fileType)StdSharedPtr<AdjacentList>GrapharStaticFunctions. createAdjacentList(AdjListType adjListType, FileType fileType, StdString prefix)StdSharedPtr<PropertyGroup>GrapharStaticFunctions. createPropertyGroup(StdVector<Property> properties, FileType fileType)StdSharedPtr<PropertyGroup>GrapharStaticFunctions. createPropertyGroup(StdVector<Property> properties, FileType fileType, StdString prefix)
-