public class SegmentReplicaCount extends Object
| Constructor and Description |
|---|
SegmentReplicaCount() |
| Modifier and Type | Method and Description |
|---|---|
int |
required()
Required number of replicas of the segment as dictated by load rules.
|
int |
requiredAndLoadable()
Required number of replicas of the segment as dictated by load rules.
|
int |
totalLoaded()
Number of replicas loaded on all servers.
|
public int required()
public int requiredAndLoadable()
public int totalLoaded()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.