Interface OffloadableProcessor
public interface OffloadableProcessor
Marker for entry processors whose user code may run on the server offload pool.
The map keeps the target entry locked while the processor body is offloaded, so the processor observes the same atomic entry view as an inline processor while avoiding execution of user code on the caller's operation thread.