Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findAll() |
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findForFieldNames(Collection<String> fieldNames) |
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findForFieldNamesAndIndices(Collection<String> fieldNames,
Collection<String> indexNames) |
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findForIndexSet(String indexSetId) |
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findForIndexSets(Collection<String> indexSetIds) |
Collection<IndexFieldTypesDTO> |
IndexFieldTypesService.findForStreamIds(Collection<String> streamIds) |
Optional<IndexFieldTypesDTO> |
IndexFieldTypesService.get(String idOrIndexName) |
Set<IndexFieldTypesDTO> |
IndexFieldTypePoller.poll(IndexSet indexSet,
Set<IndexFieldTypesDTO> existingIndexTypes)
Returns the index field types for the given index set.
|
Optional<IndexFieldTypesDTO> |
IndexFieldTypePoller.pollIndex(String indexName,
String indexSetId)
Returns the index field types for the given index.
|
Optional<IndexFieldTypesDTO> |
IndexFieldTypesService.upsert(IndexFieldTypesDTO dto) |