public class ReaderEvent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ReaderEvent.EventType |
static class |
ReaderEvent.ReaderEventFactory |
| 限定符和类型 | 字段和说明 |
|---|---|
CountDownLatch |
latch |
PrimaryKeyWithTable |
pkWithTable |
ReaderGroup |
readerGroup |
ReaderEvent.EventType |
type |
| 构造器和说明 |
|---|
ReaderEvent() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2025. All Rights Reserved.