public class UpdateStateTask extends RemoteStateTask<Boolean>
Update a file state using a synchronous update.
TaskDebug, TaskLockState, TaskNoUpdate, TaskTiming
Constructor and Description |
---|
UpdateStateTask()
Default constructor
|
UpdateStateTask(String mapName,
String key,
int fileSts,
boolean debug,
boolean timingDebug)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
protected Boolean |
runRemoteTaskAgainstState(com.hazelcast.core.IMap<String,ClusterFileState> stateCache,
ClusterFileState fState)
Run a remote task against a file state
|
call, getHazelcastInstance, getKey, getMapName, getTaskName, hasDebug, hasOption, hasTimingDebug, setHazelcastInstance
protected Boolean runRemoteTaskAgainstState(com.hazelcast.core.IMap<String,ClusterFileState> stateCache, ClusterFileState fState) throws Exception
runRemoteTaskAgainstState
in class RemoteStateTask<Boolean>
stateCache
- IMapfState
- ClusterFileStateException
Copyright © 2005–2017 Alfresco Software. All rights reserved.