public final class BinaryStateRecordAdapter extends java.lang.Object implements RecordAdapter<byte[]>
| Constructor and Description |
|---|
BinaryStateRecordAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallDispatchable(io.vlingo.symbio.store.state.StateStore.Dispatchable<byte[]> dispatchable) |
java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallForQuery(java.lang.String id) |
java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallState(io.vlingo.symbio.State<byte[]> state) |
io.vlingo.symbio.store.state.StateStore.Dispatchable<byte[]> |
unmarshallDispatchable(java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> item) |
io.vlingo.symbio.State<byte[]> |
unmarshallState(java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> record) |
public java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallState(io.vlingo.symbio.State<byte[]> state)
marshallState in interface RecordAdapter<byte[]>public java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallDispatchable(io.vlingo.symbio.store.state.StateStore.Dispatchable<byte[]> dispatchable)
marshallDispatchable in interface RecordAdapter<byte[]>public java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallForQuery(java.lang.String id)
marshallForQuery in interface RecordAdapter<byte[]>public io.vlingo.symbio.State<byte[]> unmarshallState(java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> record)
unmarshallState in interface RecordAdapter<byte[]>public io.vlingo.symbio.store.state.StateStore.Dispatchable<byte[]> unmarshallDispatchable(java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> item)
unmarshallDispatchable in interface RecordAdapter<byte[]>Copyright © 2018. All rights reserved.