Class Stream.Entry
- java.lang.Object
-
- com.moilioncircle.redis.replicator.rdb.datatype.Stream.Entry
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Stream
public static class Stream.Entry extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<byte[],byte[]>getFields()Stream.IDgetId()booleanisDeleted()voidsetDeleted(boolean deleted)voidsetFields(Map<byte[],byte[]> fields)voidsetId(Stream.ID id)StringtoString()
-