| Package | Description |
|---|---|
| org.zalando.fahrschein | |
| org.zalando.fahrschein.domain | |
| org.zalando.fahrschein.jdbc |
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
NakadiClient.getPartitions(String eventName) |
| Modifier and Type | Method and Description |
|---|---|
default void |
CursorManager.fromNewestAvailableOffsets(String eventName,
List<Partition> partitions)
Initializes offsets to start streaming from the newest available offset.
|
default void |
CursorManager.fromOldestAvailableOffset(String eventName,
List<Partition> partitions)
Initializes offsets to start streaming at the oldest available offset (BEGIN).
|
Optional<Lock> |
PartitionManager.lockPartitions(String eventName,
List<Partition> partitions,
String lockedBy)
Locks partitions for one event.
|
Optional<Lock> |
SimplePartitionManager.lockPartitions(String eventName,
List<Partition> partitions,
String lockedBy) |
default void |
CursorManager.updatePartitions(String eventName,
List<Partition> partitions)
Updates offsets in case the currently stored offset is no longer available.
|
| Modifier and Type | Method and Description |
|---|---|
List<Partition> |
Lock.getPartitions() |
| Constructor and Description |
|---|
Lock(String eventName,
String lockedBy,
List<Partition> partitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcCursorManager.fromNewestAvailableOffsets(String eventName,
List<Partition> partitions) |
void |
JdbcCursorManager.fromOldestAvailableOffset(String eventName,
List<Partition> partitions) |
Optional<Lock> |
JdbcPartitionManager.lockPartitions(String eventName,
List<Partition> partitions,
String lockedBy) |
void |
JdbcCursorManager.updatePartitions(String eventName,
List<Partition> partitions) |
Copyright © 2016 Zalando SE. All rights reserved.