public class WatchEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WatchEvent.EventType |
| Constructor and Description |
|---|
WatchEvent(KeyValue keyValue,
KeyValue prevKV,
WatchEvent.EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
WatchEvent.EventType |
getEventType() |
KeyValue |
getKeyValue() |
KeyValue |
getPrevKV() |
public WatchEvent(KeyValue keyValue, KeyValue prevKV, WatchEvent.EventType eventType)
public KeyValue getKeyValue()
public KeyValue getPrevKV()
public WatchEvent.EventType getEventType()
Copyright © 2021. All rights reserved.