public class PartitionConsumerState extends Object
Modifier and Type | Field and Description |
---|---|
static PartitionConsumerState |
FROM_BEGINNING |
Constructor and Description |
---|
PartitionConsumerState(long startVersion,
List<Long> versionsToCheck) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static PartitionConsumerState |
fromBytes(byte[] bytes) |
long |
getStartVersion() |
List<Long> |
getVersionsToCheck() |
int |
hashCode() |
byte[] |
toBytes() |
public static final PartitionConsumerState FROM_BEGINNING
public long getStartVersion()
public static PartitionConsumerState fromBytes(byte[] bytes)
public byte[] toBytes()
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.