public class ReaderEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReaderEvent.EventType |
static class |
ReaderEvent.ReaderEventFactory |
| Modifier and Type | Field and Description |
|---|---|
CountDownLatch |
latch |
PrimaryKeyWithTable |
pkWithTable |
ReaderGroup |
readerGroup |
ReaderEvent.EventType |
type |
| Constructor and Description |
|---|
ReaderEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(CountDownLatch latch,
ReaderEvent.EventType type) |
void |
setValue(PrimaryKeyWithTable pkWithTable,
ReaderGroup readerGroup) |
public ReaderEvent.EventType type
public PrimaryKeyWithTable pkWithTable
public ReaderGroup readerGroup
public CountDownLatch latch
public void setValue(PrimaryKeyWithTable pkWithTable, ReaderGroup readerGroup)
public void setValue(CountDownLatch latch, ReaderEvent.EventType type)
Copyright © 2024. All Rights Reserved.