public SpoolerTask createRemoteClientTask(ExecutionPlan[] plans,RemoteClient remoteClient,Struct attrColl,String callerId, String type) {
return new RemoteClientTask(plans,remoteClient,attrColl,callerId, type);
}
public ClusterEntry createClusterEntry(Key key,Serializable value, int offset) {
return new ClusterEntryImpl(key,value,offset);
}