|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICleanupOptions
This interface defines options for configuring propagation of object deletions from a remote cluster to this cluster.
| Field Summary | |
|---|---|
static int |
DEFAULT_CLEANUP_INTERVAL
|
static int |
DEFAULT_MAX_CUIDS_RETURNED
|
static int |
RETURN_ALL_CUIDS
|
| Method Summary | |
|---|---|
int |
getCleanupInterval()
Returns how often object deletions should be replicated from this remote cluster. |
java.util.Date |
getLastCleanupTime()
For internal use only. |
int |
getMaxCUIDsReturned()
Returns the maximum number of object CUIDs to include in each replication where object cleanup is enabled. |
java.lang.String |
getNextStartCUID()
For internal use only. |
void |
setCleanupInterval(int hours)
Sets how often object deletions should be replicated from this remote cluster. |
void |
setLastCleanupTime(java.util.Date ts)
For internal use only. |
void |
setMaxCUIDsReturned(int num)
Sets the maximum number of object CUIDs to include in each replication where object cleanup is enabled. |
void |
setNextStartCUID(java.lang.String cuid)
For internal use only. |
| Field Detail |
|---|
static final int RETURN_ALL_CUIDS
static final int DEFAULT_CLEANUP_INTERVAL
static final int DEFAULT_MAX_CUIDS_RETURNED
| Method Detail |
|---|
void setMaxCUIDsReturned(int num)
A very large value will affect replication job processing time and (to a lesser degree) bandwidth, but object deletions on the remote cluster will be propagated sooner.
num - the maximum number of object CUIDs to return with
each cleanup replication
int getMaxCUIDsReturned()
throws SDKException
A very large value will affect replication job processing time and (to a lesser degree) bandwidth, but object deletions on the remote cluster will be propagated sooner.
SDKException - if this value has not been setvoid setNextStartCUID(java.lang.String cuid)
java.lang.String getNextStartCUID()
throws SDKException
SDKExceptionvoid setLastCleanupTime(java.util.Date ts)
java.util.Date getLastCleanupTime()
throws SDKException
SDKExceptionvoid setCleanupInterval(int hours)
hours - the cleanup interval in hours
int getCleanupInterval()
throws SDKException
SDKException - if this value has not been set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||