Package com.arangodb.model
Class VertexCollectionCreateOptions
- java.lang.Object
-
- com.arangodb.model.VertexCollectionCreateOptions
-
public final class VertexCollectionCreateOptions extends Object
- Author:
- Mark Vollmary
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VertexCollectionCreateOptions.Options
-
Constructor Summary
Constructors Constructor Description VertexCollectionCreateOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCollection()
VertexCollectionCreateOptions.Options
getOptions()
Collection<String>
getSatellites()
VertexCollectionCreateOptions
satellites(String... satellites)
-
-
-
Method Detail
-
getCollection
public String getCollection()
-
getOptions
public VertexCollectionCreateOptions.Options getOptions()
-
getSatellites
public Collection<String> getSatellites()
-
satellites
public VertexCollectionCreateOptions satellites(String... satellites)
- Parameters:
satellites
- collection names that will be used to create SatelliteCollections for a Hybrid (Disjoint) SmartGraph (Enterprise Edition only). Each array element must be a valid collection name. The collection type cannot be modified later.- Returns:
- options
- Since:
- ArangoDB 3.9.0
-
-