JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Debezium Core 0.2.1
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.debezium.crdt
Interface Count
All Known Subinterfaces:
DeltaCount
,
DeltaCounter
,
GCount
,
GCounter
,
PNCount
,
PNCounter
All Known Implementing Classes:
StateBasedGCounter
,
StateBasedPNCounter
,
StateBasedPNDeltaCounter
public interface
Count
A read-only result of a counter. The value may or may not change depending upon how the value was obtained.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
get
()
Get the current value.
Method Detail
get
long get()
Get the current value.
Returns:
the current value
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Debezium Core 0.2.1
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2016
JBoss by Red Hat
. All rights reserved.