Class IndexPlanner.Builder<IdentifierT>
java.lang.Object
dev.getelements.elements.sdk.dao.index.IndexPlanner.Builder<IdentifierT>
- Enclosing class:
IndexPlanner<IdentifierT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild
(IndexPlanner.IndexMetadataGenerator<IdentifierT> generator) withExisting
(List<? extends IndexMetadata<IdentifierT>> existing)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withExisting
public IndexPlanner.Builder<IdentifierT> withExisting(List<? extends IndexMetadata<IdentifierT>> existing) -
build
-