public class SysAllocations extends java.lang.Object implements java.lang.Iterable<SysAllocation>
Constructor and Description |
---|
SysAllocations(org.elasticsearch.cluster.service.ClusterService clusterService,
org.elasticsearch.cluster.ClusterInfoService clusterInfoService,
org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders allocationDeciders,
org.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator shardAllocator,
org.elasticsearch.gateway.GatewayAllocator gatewayAllocator) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<SysAllocation> |
iterator() |
@Inject public SysAllocations(org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.cluster.ClusterInfoService clusterInfoService, org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders allocationDeciders, org.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator shardAllocator, org.elasticsearch.gateway.GatewayAllocator gatewayAllocator)
public java.util.Iterator<SysAllocation> iterator()
iterator
in interface java.lang.Iterable<SysAllocation>