private class PersistenceManager.IndexCloserWorker
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicInteger |
_anzNA |
private java.util.concurrent.atomic.AtomicInteger |
_anzNN |
private java.util.concurrent.atomic.AtomicInteger |
_anzOA |
private java.util.concurrent.atomic.AtomicInteger |
_anzON |
private IdDataIdentification |
_dataIdentification |
private DataIdentNode |
_din |
Constructor and Description |
---|
IndexCloserWorker(java.util.concurrent.atomic.AtomicInteger anzOA,
java.util.concurrent.atomic.AtomicInteger anzON,
java.util.concurrent.atomic.AtomicInteger anzNA,
java.util.concurrent.atomic.AtomicInteger anzNN,
DataIdentNode din,
IdDataIdentification dataIdentification) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
private final java.util.concurrent.atomic.AtomicInteger _anzOA
private final java.util.concurrent.atomic.AtomicInteger _anzON
private final java.util.concurrent.atomic.AtomicInteger _anzNA
private final java.util.concurrent.atomic.AtomicInteger _anzNN
private final DataIdentNode _din
private final IdDataIdentification _dataIdentification
public IndexCloserWorker(java.util.concurrent.atomic.AtomicInteger anzOA, java.util.concurrent.atomic.AtomicInteger anzON, java.util.concurrent.atomic.AtomicInteger anzNA, java.util.concurrent.atomic.AtomicInteger anzNN, DataIdentNode din, IdDataIdentification dataIdentification)