|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.component.AbstractComponent
org.elasticsearch.cluster.routing.allocation.NodeAllocation
org.elasticsearch.gateway.blobstore.BlobReuseExistingNodeAllocation
public class BlobReuseExistingNodeAllocation
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.elasticsearch.cluster.routing.allocation.NodeAllocation |
---|
NodeAllocation.Decision |
Field Summary |
---|
Fields inherited from class org.elasticsearch.common.component.AbstractComponent |
---|
componentSettings, logger, settings |
Constructor Summary | |
---|---|
BlobReuseExistingNodeAllocation(Settings settings,
Node node,
TransportNodesListShardStoreMetaData transportNodesListShardStoreMetaData)
|
Method Summary | |
---|---|
boolean |
allocateUnassigned(NodeAllocations nodeAllocations,
RoutingAllocation allocation)
|
void |
applyFailedShards(NodeAllocations nodeAllocations,
FailedRerouteAllocation allocation)
|
void |
applyStartedShards(NodeAllocations nodeAllocations,
StartedRerouteAllocation allocation)
|
Methods inherited from class org.elasticsearch.cluster.routing.allocation.NodeAllocation |
---|
canAllocate, canRebalance |
Methods inherited from class org.elasticsearch.common.component.AbstractComponent |
---|
nodeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Inject public BlobReuseExistingNodeAllocation(Settings settings, Node node, TransportNodesListShardStoreMetaData transportNodesListShardStoreMetaData)
Method Detail |
---|
public void applyStartedShards(NodeAllocations nodeAllocations, StartedRerouteAllocation allocation)
applyStartedShards
in class NodeAllocation
public void applyFailedShards(NodeAllocations nodeAllocations, FailedRerouteAllocation allocation)
applyFailedShards
in class NodeAllocation
public boolean allocateUnassigned(NodeAllocations nodeAllocations, RoutingAllocation allocation)
allocateUnassigned
in class NodeAllocation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |