| Modifier and Type | Method and Description | 
|---|---|
static SpaceEngine.EntryRemoveReasonCodes | 
SpaceEngine.EntryRemoveReasonCodes.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SpaceEngine.EntryRemoveReasonCodes[] | 
SpaceEngine.EntryRemoveReasonCodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpaceEngine.removeEntrySA(Context context,
             IEntryHolder entry,
             boolean fromReplication,
             boolean origin,
             boolean ofReplicatableClass,
             SpaceEngine.EntryRemoveReasonCodes removeReason,
             boolean disableReplication,
             boolean disableProcessorCall,
             boolean disableSADelete)  | 
void | 
SpaceEngine.removeEntrySA(Context context,
             IEntryHolder entry,
             IServerTypeDesc typeDesc,
             boolean fromReplication,
             boolean origin,
             SpaceEngine.EntryRemoveReasonCodes removeReason)
Delete an entry (direct delete). 
 | 
void | 
SpaceEngine.removeEntrySA(Context context,
             IEntryHolder entry,
             IServerTypeDesc typeDesc,
             boolean fromReplication,
             boolean origin,
             SpaceEngine.EntryRemoveReasonCodes removeReason,
             boolean disableReplication,
             boolean disableProcessorCall,
             boolean disableSADelete)
Delete an entry (direct delete). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheManager.handleRemoveEntryReplication(Context context,
                            IEntryHolder entryHolder,
                            SpaceEngine.EntryRemoveReasonCodes removeReason)  | 
void | 
CacheManager.handleRemoveEntryReplication(Context context,
                            IEntryHolder entryHolder,
                            SpaceEngine.EntryRemoveReasonCodes removeReason,
                            int blobstoreBulkId)  | 
int | 
CacheManager.removeEntry(Context context,
           IEntryHolder entryHolder,
           IEntryCacheInfo pEntry,
           boolean shouldReplicate,
           boolean origin,
           SpaceEngine.EntryRemoveReasonCodes removeReason,
           boolean disableSAcall)
remove entry from cache & SA 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceEngine.EntryRemoveReasonCodes | 
Context.getRemoveReason()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Context.setForBulkRemove(IEntryHolder eh,
                SpaceEngine.EntryRemoveReasonCodes removeReason)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceEngine.EntryRemoveReasonCodes | 
DelayedReplicationRemoveInfo.getRemoveReason()  | 
| Constructor and Description | 
|---|
DelayedReplicationRemoveInfo(IEntryHolder entryHolder,
                            SpaceEngine.EntryRemoveReasonCodes removeReason)  | 
Copyright © GigaSpaces.