public class Offsets extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Offsets.BuilderBuilder for the  Offsets. | 
| static class  | Offsets.PartitionOffsetSimple object that represents a specific topic, partition, and its offset value. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| long | getAsOfTime()Returns the time in milliseconds since epoch that the offset information was retrieved or valid as of. | 
| List<Offsets.PartitionOffset> | getOffsets()The collection of offset information for specific topics and partitions. | 
| int | hashCode() | 
public long getAsOfTime()
public List<Offsets.PartitionOffset> getOffsets()
Copyright © 2017 The Apache Software Foundation. All rights reserved.