Package org.apache.bookkeeper.meta
Class UnderreplicatedLedger
java.lang.Object
org.apache.bookkeeper.meta.UnderreplicatedLedger
UnderReplicated ledger representation info.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetCtime()longprotected voidsetCtime(long ctime) protected voidsetReplicaList(List<String> replicaList)
-
Field Details
-
UNASSIGNED_CTIME
public static final long UNASSIGNED_CTIME- See Also:
-
-
Constructor Details
-
UnderreplicatedLedger
protected UnderreplicatedLedger(long ledgerId)
-
-
Method Details
-
getCtime
public long getCtime() -
setCtime
protected void setCtime(long ctime) -
getReplicaList
-
setReplicaList
-
getLedgerId
public long getLedgerId()
-