public interface RemoteResyncCapability
extends com.amazon.carbonado.capability.Capability, java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
<S extends com.amazon.carbonado.Storable> |
resync(java.lang.Class<S> type,
double desiredSpeed,
java.lang.String filter,
java.lang.Object... filterValues)
Calls the server ResyncCapability with the arguments.
|
@RemoteFailure(exception=com.amazon.carbonado.RepositoryException.class)
<S extends com.amazon.carbonado.Storable> void resync(java.lang.Class<S> type,
double desiredSpeed,
java.lang.String filter,
java.lang.Object... filterValues)
throws com.amazon.carbonado.RepositoryException
type - type of storable to re-syncdesiredSpeed - throttling parameter - 1.0 = full speed, 0.5 = half
speed, 0.1 = one-tenth speed, etcfilter - optional query filter to limit which objects get re-sync'edfilterValues - filter values for optional filtercom.amazon.carbonado.RepositoryExceptionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.