Package com.arcadedb.schema
Class BucketIndexBuilder
- java.lang.Object
-
- com.arcadedb.schema.IndexBuilder<Index>
-
- com.arcadedb.schema.BucketIndexBuilder
-
public class BucketIndexBuilder extends IndexBuilder<Index>
Builder class for bucket indexes.- Author:
- Luca Garulli ([email protected])
-
-
Field Summary
-
Fields inherited from class com.arcadedb.schema.IndexBuilder
BUILD_BATCH_SIZE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BucketIndexBuilder(DatabaseInternal database, String typeName, String bucketName, String[] propertyNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Index
create()
-
Methods inherited from class com.arcadedb.schema.IndexBuilder
getCallback, getDatabase, getFilePath, getIndexImplementation, getIndexName, getIndexType, getKeyTypes, getNullStrategy, getPageSize, isUnique, withBatchSize, withCallback, withFilePath, withIgnoreIfExists, withIndexName, withKeyTypes, withMaxAttempts, withNullStrategy, withPageSize, withType, withUnique
-
-
-
-
Constructor Detail
-
BucketIndexBuilder
protected BucketIndexBuilder(DatabaseInternal database, String typeName, String bucketName, String[] propertyNames)
-
-
Method Detail
-
create
public Index create()
- Specified by:
create
in classIndexBuilder<Index>
-
-