class SyncCounter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
i |
(package private) LedgerHandle |
lh |
(package private) int |
rc |
(package private) java.util.Enumeration<LedgerEntry> |
seq |
(package private) int |
total |
| Constructor and Description |
|---|
SyncCounter() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
block(int limit) |
(package private) void |
dec() |
(package private) LedgerHandle |
getLh() |
(package private) int |
getrc() |
(package private) java.util.Enumeration<LedgerEntry> |
getSequence() |
(package private) void |
inc() |
(package private) void |
setLh(LedgerHandle lh) |
(package private) void |
setrc(int rc) |
(package private) void |
setSequence(java.util.Enumeration<LedgerEntry> seq) |
(package private) int |
total() |
int i
int rc
int total
java.util.Enumeration<LedgerEntry> seq
LedgerHandle lh
void inc()
void dec()
void block(int limit)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionint total()
void setrc(int rc)
int getrc()
void setSequence(java.util.Enumeration<LedgerEntry> seq)
java.util.Enumeration<LedgerEntry> getSequence()
void setLh(LedgerHandle lh)
LedgerHandle getLh()
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.