Class ReplicationStatus.ReplicationStatusBuilder
java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
- Enclosing class:
- ReplicationStatus
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAgeOfLastShippedOp
(long ageOfLastShippedOp) withCurrentPath
(org.apache.hadoop.fs.Path currentPath) withCurrentPosition
(long currentPosition) withFileSize
(long fileSize) withPeerId
(String peerId) withQueueSize
(int queueSize) withReplicationDelay
(long replicationDelay) withWalGroup
(String walGroup)
-
Field Details
-
peerId
-
walGroup
-
currentPath
-
queueSize
-
ageOfLastShippedOp
-
replicationDelay
-
currentPosition
-
fileSize
-
-
Constructor Details
-
ReplicationStatusBuilder
public ReplicationStatusBuilder()
-
-
Method Details
-
withPeerId
-
withFileSize
-
withWalGroup
-
withCurrentPath
public ReplicationStatus.ReplicationStatusBuilder withCurrentPath(org.apache.hadoop.fs.Path currentPath) -
withQueueSize
-
withAgeOfLastShippedOp
-
withReplicationDelay
-
withCurrentPosition
-
build
-