Package akka.persistence.query
Class TimestampOffsetBySlice$
- java.lang.Object
 - 
- akka.persistence.query.TimestampOffsetBySlice$
 
 
- 
public class TimestampOffsetBySlice$ extends java.lang.ObjectTimestamp-based offset by slice.API May Change
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TimestampOffsetBySlice$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TimestampOffsetBySlice$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimestampOffsetBySliceapply(scala.collection.immutable.Map<java.lang.Object,TimestampOffset> offsets)TimestampOffsetBySlicecreate(java.util.Map<java.lang.Integer,TimestampOffset> offsets)Java APITimestampOffsetBySliceempty()scala.Option<scala.collection.immutable.Map<java.lang.Object,TimestampOffset>>unapply(TimestampOffsetBySlice timestampOffsetBySlice) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TimestampOffsetBySlice$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
empty
public TimestampOffsetBySlice empty()
 
- 
apply
public TimestampOffsetBySlice apply(scala.collection.immutable.Map<java.lang.Object,TimestampOffset> offsets)
 
- 
create
public TimestampOffsetBySlice create(java.util.Map<java.lang.Integer,TimestampOffset> offsets)
Java API 
- 
unapply
public scala.Option<scala.collection.immutable.Map<java.lang.Object,TimestampOffset>> unapply(TimestampOffsetBySlice timestampOffsetBySlice)
 
 - 
 
 -