final DataOutput dOutInner1 = abvsInner1.getDataOutput();
final ArrayBackedValueStorage abvsInner2 = new ArrayBackedValueStorage();
final DataOutput dOutInner2 = abvsInner2.getDataOutput();
final AtomizeHelper ah = new AtomizeHelper();
final TypedPointables tp1 = new TypedPointables();
final TypedPointables tp2 = new TypedPointables();
final DynamicContext dCtx = (DynamicContext) ctx.getJobletContext().getGlobalJobData();
final SequencePointable seqp1 = (SequencePointable) SequencePointable.FACTORY.createPointable();
final SequencePointable seqp2 = (SequencePointable) SequencePointable.FACTORY.createPointable();
final VoidPointable p1 = (VoidPointable) VoidPointable.FACTORY.createPointable();
final VoidPointable p2 = (VoidPointable) VoidPointable.FACTORY.createPointable();