Package org.elasticsearch.gateway
Class LocalAllocateDangledIndices
java.lang.Object
org.elasticsearch.gateway.LocalAllocateDangledIndices
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLocalAllocateDangledIndices(TransportService transportService, ClusterService clusterService, AllocationService allocationService, IndexMetadataVerifier indexMetadataVerifier)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
allocateDangled(Collection<IndexMetadata> indices, ActionListener<LocalAllocateDangledIndices.AllocateDangledResponse> listener)
-
Field Details
-
ACTION_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
LocalAllocateDangledIndices
@Inject public LocalAllocateDangledIndices(TransportService transportService, ClusterService clusterService, AllocationService allocationService, IndexMetadataVerifier indexMetadataVerifier)
-
-
Method Details
-
allocateDangled
public void allocateDangled(Collection<IndexMetadata> indices, ActionListener<LocalAllocateDangledIndices.AllocateDangledResponse> listener)
-