public class EWBackendThreadInfo extends Object
| Constructor and Description |
|---|
EWBackendThreadInfo(int writeQueueSize,
int serialQueueSize) |
| Modifier and Type | Method and Description |
|---|---|
AtomicBoolean |
getSerializeRunning() |
ArrayBlockingQueue<EWRawBlock> |
getSerialQueue() |
ArrayBlockingQueue<Map<Integer,Column>> |
getWriteQueue() |
public EWBackendThreadInfo(int writeQueueSize,
int serialQueueSize)
public ArrayBlockingQueue<Map<Integer,Column>> getWriteQueue()
public ArrayBlockingQueue<EWRawBlock> getSerialQueue()
public AtomicBoolean getSerializeRunning()
Copyright © 2025. All rights reserved.