public abstract class AbstractMultipleFileGraphConfigBuilder<T extends AbstractMultipleFileGraphConfigBuilder<T,GC>,GC extends AbstractMultipleFileGraphConfig> extends AbstractFileGraphConfigBuilder<T,GC>
| Constructor and Description |
|---|
AbstractMultipleFileGraphConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
T |
setEdgeUriList(java.lang.Iterable<java.lang.String> uris)
Sets the unified resource identifier (URI) list of strings pointing to multiple files with graph edges data.
|
T |
setEdgeUriList(java.lang.String... uris)
Sets the unified resource identifier (URI) list of strings pointing to multiple files with graph edges data.
|
T |
setVertexUriList(java.lang.Iterable<java.lang.String> uris)
Sets the unified resource identifier (URI) list of strings pointing to multiple files with graph vertices data.
|
T |
setVertexUriList(java.lang.String... uris)
Sets the unified resource identifier (URI) list of strings pointing to multiple files with graph vertices data.
|
addAttribute, hasHeader, setFormat, setNodeIdType, setSeparator, setVertexIdTypeaddEdgeProperty, addEdgeProperty, addNodeProperty, addNodeProperty, addVertexProperty, addVertexProperty, build, hasEdgeLabel, hasVertexLabels, setAutoRefresh, setCreateEdgeIdIndex, setCreateEdgeIdMapping, setCreateVertexIdIndex, setCreateVertexIdMapping, setDateFormat, setErrorHandlingOnMissedPropKey, setErrorHandlingOnMissingVertex, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setFetchIntervalSec, setFilter, setFilterStrategy, setLoadEdgeLabel, setLoadVertexLabels, setStrictMode, setUpdateIntervalSec, setUpdateThresholdpublic AbstractMultipleFileGraphConfigBuilder()
public T setEdgeUriList(java.lang.Iterable<java.lang.String> uris)
uris - the list of urispublic T setEdgeUriList(java.lang.String... uris)
uris - the array of urispublic T setVertexUriList(java.lang.Iterable<java.lang.String> uris)
uris - the list of urispublic T setVertexUriList(java.lang.String... uris)
uris - the array of urisCopyright © 2016 Oracle Corp. All Rights Reserved.