B C E F G H I L N Q R S T 

B

beginCall(RemoteProcedure<R, D>) - Method in class com.amazon.carbonado.repo.dirmi.ClientRepository
 

C

ClientCursor<S extends com.amazon.carbonado.Storable> - Class in com.amazon.carbonado.repo.dirmi
 
ClientRepository - Class in com.amazon.carbonado.repo.dirmi
Creates a client repository from a RemoteRepository, as served by RemoteRepositoryServer.
close() - Method in class com.amazon.carbonado.repo.dirmi.ClientCursor
 
com.amazon.carbonado.repo.dirmi - package com.amazon.carbonado.repo.dirmi
 
commit() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteTransaction
 
complete(RemoteStorageTransport) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository.StorageResponse
 
createSequenceValueProducer(String) - Method in class com.amazon.carbonado.repo.dirmi.ClientRepository
 
createStorage(Class<S>) - Method in class com.amazon.carbonado.repo.dirmi.ClientRepository
 

E

enterTopTransaction(IsolationLevel) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
enterTopTransaction(IsolationLevel, int, TimeUnit) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
enterTopTransaction(IsolationLevel) - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
enterTopTransaction(IsolationLevel, int, TimeUnit) - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
enterTransaction(RemoteTransaction, IsolationLevel) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
enterTransaction(RemoteTransaction, IsolationLevel, int, TimeUnit) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
enterTransaction(RemoteTransaction, IsolationLevel) - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
enterTransaction(RemoteTransaction, IsolationLevel, int, TimeUnit) - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
exception(Throwable) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository.StorageResponse
 
exit() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteTransaction
 

F

from(RemoteRepository) - Static method in class com.amazon.carbonado.repo.dirmi.ClientRepository
Returns client access to a remote repository server.
from(String, RemoteRepository) - Static method in class com.amazon.carbonado.repo.dirmi.ClientRepository
Returns client access to a remote repository server.
from(String, RemoteRepository, TransactionMonitor) - Static method in class com.amazon.carbonado.repo.dirmi.ClientRepository
Returns client access to a remote repository server.
from(Repository) - Static method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
Returns a remotely servable repository.

G

getCapability(Class<C>) - Method in class com.amazon.carbonado.repo.dirmi.ClientRepository
 
getIndexEntryAccessCapability() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
getIndexEntryAccessCapability() - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
getIndexEntryAccessors(Class<S>) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteIndexEntryAccessCapability
Returns index entry accessors for the known indexes of the given storable type.
getIsolationLevel() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteTransaction
 
getLog() - Method in class com.amazon.carbonado.repo.dirmi.ClientRepository
 
getName() - Method in class com.amazon.carbonado.repo.dirmi.IndexEntryAccessorTransport
 
getName() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
getName() - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
getPropertyDirections() - Method in class com.amazon.carbonado.repo.dirmi.IndexEntryAccessorTransport
 
getPropertyNames() - Method in class com.amazon.carbonado.repo.dirmi.IndexEntryAccessorTransport
 
getPropertySupport(String...) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
 
getRemote() - Method in class com.amazon.carbonado.repo.dirmi.IndexEntryAccessorTransport
 
getResyncCapability() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
getResyncCapability() - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
getSequenceValueProducer(String) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
getSequenceValueProducer(String) - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 

H

hasNext() - Method in class com.amazon.carbonado.repo.dirmi.ClientCursor
 

I

IndexEntryAccessorTransport<S extends com.amazon.carbonado.Storable> - Class in com.amazon.carbonado.repo.dirmi
Class to carry a RemoteIndexEntryAccessor and associated IndexInfo back to a client.
isClustered() - Method in class com.amazon.carbonado.repo.dirmi.IndexEntryAccessorTransport
 
isForUpdate() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteTransaction
 
isUnique() - Method in class com.amazon.carbonado.repo.dirmi.IndexEntryAccessorTransport
 

L

localTransactionScope() - Method in class com.amazon.carbonado.repo.dirmi.ClientRepository
 

N

newRemoteProcedureExecutor(RemoteStorageRequestor) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
Client repository should call this once and re-use the returned instance.
newRemoteProcedureExecutor(RemoteStorageRequestor) - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
next() - Method in class com.amazon.carbonado.repo.dirmi.ClientCursor
 
nextDecimalValue() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteSequenceValueProducer
 
nextIntValue() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteSequenceValueProducer
 
nextLongValue() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteSequenceValueProducer
 
nextNumericalValue(int, int) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteSequenceValueProducer
 

Q

queryCount(FilterValues, RemoteTransaction) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Counts storables for this storage.
queryCount(FilterValues, RemoteTransaction, Query.Controller) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Counts storables for this storage.
queryDeleteAll(FilterValues, RemoteTransaction) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Deletes all matching storables.
queryDeleteAll(FilterValues, RemoteTransaction, Query.Controller) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Deletes all matching storables.
queryDeleteOne(FilterValues, RemoteTransaction) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Deletes one storable.
queryDeleteOne(FilterValues, RemoteTransaction, Query.Controller) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Deletes one storable.
queryFetch(FilterValues, OrderingList, Long, Long, RemoteTransaction, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Fetches storables for this storage.
queryFetch(FilterValues, OrderingList, Long, Long, RemoteTransaction, Pipe, Query.Controller) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Fetches storables for this storage.
queryLoadOne(FilterValues, RemoteTransaction, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Fetches one storable.
queryLoadOne(FilterValues, RemoteTransaction, Pipe, Query.Controller) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Fetches one storable.
queryPrintNative(FilterValues, OrderingList, int) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Prints the native query to a string, returning null if no native query.
queryPrintPlan(FilterValues, OrderingList, int) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Prints the query plan to a string, returning null if plan not known.
queryTryDeleteOne(FilterValues, RemoteTransaction) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Deletes one storable.
queryTryDeleteOne(FilterValues, RemoteTransaction, Query.Controller) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Deletes one storable.
queryTryLoadOne(FilterValues, RemoteTransaction, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Fetches one storable.
queryTryLoadOne(FilterValues, RemoteTransaction, Pipe, Query.Controller) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Fetches one storable.

R

reconnect(RemoteRepository) - Method in class com.amazon.carbonado.repo.dirmi.ClientRepository
Reconnects the repository in case of a disconnect.
remoteCall(RemoteTransaction, RemoteProcedure, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteProcedureExecutor
 
RemoteIndexEntryAccessCapability - Interface in com.amazon.carbonado.repo.dirmi
Capability for gaining remote low-level access to index data, which can be used for manual inspection and repair.
RemoteIndexEntryAccessor<S extends com.amazon.carbonado.Storable> - Interface in com.amazon.carbonado.repo.dirmi
 
RemoteProcedureExecutor - Interface in com.amazon.carbonado.repo.dirmi
Remote interface for executing remote procedure calls.
RemoteRepository - Interface in com.amazon.carbonado.repo.dirmi
Remote repository definition which is RMI compliant but does not actually extend the Repository interface.
RemoteRepository.StorageResponse - Interface in com.amazon.carbonado.repo.dirmi
 
RemoteRepositoryServer - Class in com.amazon.carbonado.repo.dirmi
Wraps a repository for server-side access, which can be accessed on the client by ClientRepository.
RemoteResyncCapability - Interface in com.amazon.carbonado.repo.dirmi
 
RemoteSequenceValueProducer - Interface in com.amazon.carbonado.repo.dirmi
 
RemoteStorage - Interface in com.amazon.carbonado.repo.dirmi
Remote storage definition which does not actually extend the Storage interface.
RemoteStorageRequestor - Interface in com.amazon.carbonado.repo.dirmi
Callback used by RemoteProcedureExecutor for serializing Storables to clients.
RemoteStorageTransport - Class in com.amazon.carbonado.repo.dirmi
 
RemoteTransaction - Interface in com.amazon.carbonado.repo.dirmi
Remote transaction definition which is RMI compliant but does not actually extend the Transaction interface.
repair(double) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteIndexEntryAccessor
 
resync(Class<S>, double, String, Object...) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteResyncCapability
Calls the server ResyncCapability with the arguments.
returnReservedValues() - Method in interface com.amazon.carbonado.repo.dirmi.RemoteSequenceValueProducer
 

S

serverStorageFor(Class<? extends Storable>) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorageRequestor
 
setForUpdate(boolean) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteTransaction
 
StorableTypeTransport - Class in com.amazon.carbonado.repo.dirmi
 
storageFor(StorableTypeTransport) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
 
storageFor(StorableTypeTransport) - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 
storageRequest(RemoteRepository.StorageResponse, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteRepository
Deprecated.
storageRequest(RemoteRepository.StorageResponse, Pipe) - Method in class com.amazon.carbonado.repo.dirmi.RemoteRepositoryServer
 

T

transactionManager() - Method in class com.amazon.carbonado.repo.dirmi.ClientRepository
 
truncate(RemoteTransaction) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
 
tryDelete(RemoteTransaction, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Deletes the given storable, using the serialized key, returing true if deleted.
tryInsert(RemoteTransaction, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Inserts the given serialized storable, returing the deserialized properties.
tryLoad(RemoteTransaction, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Returns serialized storable properties, using the serialized key.
tryUpdate(RemoteTransaction, Pipe) - Method in interface com.amazon.carbonado.repo.dirmi.RemoteStorage
Updates the given serialized storable, returing the deserialized properties.
B C E F G H I L N Q R S T 

Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.