Skip navigation links
B C D G I M N O R T U W 

B

BatchWriteItemAsyncHandler<T> - Class in io.vlingo.symbio.store.state.dynamodb.handlers
 
BatchWriteItemAsyncHandler(State<T>, StateStore.WriteResultInterest<T>, Object, StateStore.Dispatchable<T>, StateStore.Dispatcher, State<T>, Function<StateStore.Dispatchable<T>, Void>) - Constructor for class io.vlingo.symbio.store.state.dynamodb.handlers.BatchWriteItemAsyncHandler
 
BinaryStateRecordAdapter - Class in io.vlingo.symbio.store.state.dynamodb.adapters
 
BinaryStateRecordAdapter() - Constructor for class io.vlingo.symbio.store.state.dynamodb.adapters.BinaryStateRecordAdapter
 

C

ConfirmDispatchableAsyncHandler - Class in io.vlingo.symbio.store.state.dynamodb.handlers
 
ConfirmDispatchableAsyncHandler(String, StateStore.ConfirmDispatchedResultInterest) - Constructor for class io.vlingo.symbio.store.state.dynamodb.handlers.ConfirmDispatchableAsyncHandler
 
confirmDispatched(String, StateStore.ConfirmDispatchedResultInterest) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
createDispatchableTable(AmazonDynamoDBAsync, String) - Method in interface io.vlingo.symbio.store.state.dynamodb.interests.CreateTableInterest
 
createDispatchableTable(AmazonDynamoDBAsync, String) - Method in class io.vlingo.symbio.store.state.dynamodb.interests.NoopCreateTableInterest
 
createEntityTable(AmazonDynamoDBAsync, String) - Method in interface io.vlingo.symbio.store.state.dynamodb.interests.CreateTableInterest
 
createEntityTable(AmazonDynamoDBAsync, String) - Method in class io.vlingo.symbio.store.state.dynamodb.interests.NoopCreateTableInterest
 
createTableInterest - Variable in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
CreateTableInterest - Interface in io.vlingo.symbio.store.state.dynamodb.interests
 

D

DISPATCHABLE_TABLE_NAME - Static variable in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
DispatchAsyncHandler<T> - Class in io.vlingo.symbio.store.state.dynamodb.handlers
 
DispatchAsyncHandler(Function<Map<String, AttributeValue>, StateStore.Dispatchable<T>>, Function<StateStore.Dispatchable<T>, Void>) - Constructor for class io.vlingo.symbio.store.state.dynamodb.handlers.DispatchAsyncHandler
 
dispatcher - Variable in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
dispatchUnconfirmed() - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
doDispatch(StateStore.Dispatchable<byte[]>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBBinaryStateActor
 
doDispatch(StateStore.Dispatchable<T>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
doDispatch(StateStore.Dispatchable<String>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBTextStateActor
 
doGenericRead(String, Class<?>, StateStore.ReadResultInterest<T>, Object) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
doGenericWrite(State<T>, StateStore.WriteResultInterest<T>, Object) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
dynamodb - Variable in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
DynamoDBBinaryStateActor - Class in io.vlingo.symbio.store.state.dynamodb
 
DynamoDBBinaryStateActor(StateStore.Dispatcher, AmazonDynamoDBAsync, CreateTableInterest) - Constructor for class io.vlingo.symbio.store.state.dynamodb.DynamoDBBinaryStateActor
 
DynamoDBStateActor<T> - Class in io.vlingo.symbio.store.state.dynamodb
 
DynamoDBStateActor(StateStore.Dispatcher, AmazonDynamoDBAsync, CreateTableInterest, RecordAdapter<T>, State<T>) - Constructor for class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
DynamoDBTextStateActor - Class in io.vlingo.symbio.store.state.dynamodb
 
DynamoDBTextStateActor(StateStore.Dispatcher, AmazonDynamoDBAsync, CreateTableInterest) - Constructor for class io.vlingo.symbio.store.state.dynamodb.DynamoDBTextStateActor
 

G

GetEntityAsyncHandler<T> - Class in io.vlingo.symbio.store.state.dynamodb.handlers
 
GetEntityAsyncHandler(String, StateStore.ReadResultInterest<T>, Object, State<T>, Function<Map<String, AttributeValue>, State<T>>) - Constructor for class io.vlingo.symbio.store.state.dynamodb.handlers.GetEntityAsyncHandler
 

I

io.vlingo.symbio.store.state.dynamodb - package io.vlingo.symbio.store.state.dynamodb
 
io.vlingo.symbio.store.state.dynamodb.adapters - package io.vlingo.symbio.store.state.dynamodb.adapters
 
io.vlingo.symbio.store.state.dynamodb.handlers - package io.vlingo.symbio.store.state.dynamodb.handlers
 
io.vlingo.symbio.store.state.dynamodb.interests - package io.vlingo.symbio.store.state.dynamodb.interests
 

M

marshallDispatchable(StateStore.Dispatchable<byte[]>) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.BinaryStateRecordAdapter
 
marshallDispatchable(StateStore.Dispatchable<T>) - Method in interface io.vlingo.symbio.store.state.dynamodb.adapters.RecordAdapter
 
marshallDispatchable(StateStore.Dispatchable<String>) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.TextStateRecordAdapter
 
marshallForQuery(String) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.BinaryStateRecordAdapter
 
marshallForQuery(String) - Method in interface io.vlingo.symbio.store.state.dynamodb.adapters.RecordAdapter
 
marshallForQuery(String) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.TextStateRecordAdapter
 
marshallState(State<byte[]>) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.BinaryStateRecordAdapter
 
marshallState(State<T>) - Method in interface io.vlingo.symbio.store.state.dynamodb.adapters.RecordAdapter
 
marshallState(State<String>) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.TextStateRecordAdapter
 

N

NoopCreateTableInterest - Class in io.vlingo.symbio.store.state.dynamodb.interests
 
NoopCreateTableInterest() - Constructor for class io.vlingo.symbio.store.state.dynamodb.interests.NoopCreateTableInterest
 
nullState - Variable in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 

O

onError(Exception) - Method in class io.vlingo.symbio.store.state.dynamodb.handlers.BatchWriteItemAsyncHandler
 
onError(Exception) - Method in class io.vlingo.symbio.store.state.dynamodb.handlers.ConfirmDispatchableAsyncHandler
 
onError(Exception) - Method in class io.vlingo.symbio.store.state.dynamodb.handlers.DispatchAsyncHandler
 
onError(Exception) - Method in class io.vlingo.symbio.store.state.dynamodb.handlers.GetEntityAsyncHandler
 
onSuccess(BatchWriteItemRequest, BatchWriteItemResult) - Method in class io.vlingo.symbio.store.state.dynamodb.handlers.BatchWriteItemAsyncHandler
 
onSuccess(DeleteItemRequest, DeleteItemResult) - Method in class io.vlingo.symbio.store.state.dynamodb.handlers.ConfirmDispatchableAsyncHandler
 
onSuccess(ScanRequest, ScanResult) - Method in class io.vlingo.symbio.store.state.dynamodb.handlers.DispatchAsyncHandler
 
onSuccess(GetItemRequest, GetItemResult) - Method in class io.vlingo.symbio.store.state.dynamodb.handlers.GetEntityAsyncHandler
 

R

read(String, Class<?>, StateStore.ReadResultInterest<byte[]>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBBinaryStateActor
 
read(String, Class<?>, StateStore.ReadResultInterest<byte[]>, Object) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBBinaryStateActor
 
read(String, Class<?>, StateStore.ReadResultInterest<String>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBTextStateActor
 
read(String, Class<?>, StateStore.ReadResultInterest<String>, Object) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBTextStateActor
 
readRequestFor(String, Class<?>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
RecordAdapter<T> - Interface in io.vlingo.symbio.store.state.dynamodb.adapters
 
recordAdapter - Variable in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 

T

tableFor(Class<?>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
TextStateRecordAdapter - Class in io.vlingo.symbio.store.state.dynamodb.adapters
 
TextStateRecordAdapter() - Constructor for class io.vlingo.symbio.store.state.dynamodb.adapters.TextStateRecordAdapter
 

U

unmarshallDispatchable(Map<String, AttributeValue>) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.BinaryStateRecordAdapter
 
unmarshallDispatchable(Map<String, AttributeValue>) - Method in interface io.vlingo.symbio.store.state.dynamodb.adapters.RecordAdapter
 
unmarshallDispatchable(Map<String, AttributeValue>) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.TextStateRecordAdapter
 
unmarshallState(Map<String, AttributeValue>) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.BinaryStateRecordAdapter
 
unmarshallState(Map<String, AttributeValue>) - Method in interface io.vlingo.symbio.store.state.dynamodb.adapters.RecordAdapter
 
unmarshallState(Map<String, AttributeValue>) - Method in class io.vlingo.symbio.store.state.dynamodb.adapters.TextStateRecordAdapter
 

W

write(State<byte[]>, StateStore.WriteResultInterest<byte[]>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBBinaryStateActor
 
write(State<byte[]>, StateStore.WriteResultInterest<byte[]>, Object) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBBinaryStateActor
 
write(State<String>, StateStore.WriteResultInterest<String>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBTextStateActor
 
write(State<String>, StateStore.WriteResultInterest<String>, Object) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBTextStateActor
 
writeRequestFor(State<T>, StateStore.Dispatchable<T>) - Method in class io.vlingo.symbio.store.state.dynamodb.DynamoDBStateActor
 
B C D G I M N O R T U W 
Skip navigation links

Copyright © 2018. All rights reserved.