Uses of Class
org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices.IndexRemovalReason
-
-
Uses of IndicesClusterStateService.AllocatedIndices.IndexRemovalReason in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type IndicesClusterStateService.AllocatedIndices.IndexRemovalReason Modifier and Type Method Description default voidIndexEventListener. afterIndexRemoved(Index index, IndexSettings indexSettings, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason reason)Called after the index has been removed.default voidIndexEventListener. beforeIndexRemoved(IndexService indexService, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason reason)Called before the index get closed. -
Uses of IndicesClusterStateService.AllocatedIndices.IndexRemovalReason in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type IndicesClusterStateService.AllocatedIndices.IndexRemovalReason Modifier and Type Method Description voidIndicesService. removeIndex(Index index, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason reason, String extraInfo) -
Uses of IndicesClusterStateService.AllocatedIndices.IndexRemovalReason in org.elasticsearch.indices.cluster
Methods in org.elasticsearch.indices.cluster that return IndicesClusterStateService.AllocatedIndices.IndexRemovalReason Modifier and Type Method Description static IndicesClusterStateService.AllocatedIndices.IndexRemovalReasonIndicesClusterStateService.AllocatedIndices.IndexRemovalReason. valueOf(String name)Returns the enum constant of this type with the specified name.static IndicesClusterStateService.AllocatedIndices.IndexRemovalReason[]IndicesClusterStateService.AllocatedIndices.IndexRemovalReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.indices.cluster with parameters of type IndicesClusterStateService.AllocatedIndices.IndexRemovalReason Modifier and Type Method Description voidIndicesClusterStateService.AllocatedIndices. removeIndex(Index index, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason reason, String extraInfo)Removes the given index from this service and releases all associated resources. -
Uses of IndicesClusterStateService.AllocatedIndices.IndexRemovalReason in org.elasticsearch.search
Methods in org.elasticsearch.search with parameters of type IndicesClusterStateService.AllocatedIndices.IndexRemovalReason Modifier and Type Method Description voidSearchService. afterIndexRemoved(Index index, IndexSettings indexSettings, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason reason)
-