@Override public void afterRun() throws Exception { super.afterRun(); if (eventType == null) { return; } invalidateNearCaches(); publishEntryEvent(); publishWanReplicationEvent(); evict(false); }
@Override protected void writeInternal(ObjectDataOutput out) throws IOException { super.writeInternal(out); out.writeObject(entryProcessor); }
@Override protected void readInternal(ObjectDataInput in) throws IOException { super.readInternal(in); entryProcessor = in.readObject(); }