Package com.alibaba.graphscope.loader
Interface LoaderBase
-
- All Known Implementing Classes:
FileLoader
public interface LoaderBase
Base interface defines behavior for a loader.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LoaderBase.TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
concurrency()
LoaderBase.TYPE
loaderType()
-
-
-
Method Detail
-
loaderType
LoaderBase.TYPE loaderType()
-
concurrency
int concurrency()
-
-