Class DelayableWriteable<T extends Writeable>

java.lang.Object
org.elasticsearch.common.io.stream.DelayableWriteable<T>
All Implemented Interfaces:
java.util.function.Supplier<T>, Writeable

public abstract class DelayableWriteable<T extends Writeable>
extends java.lang.Object
implements java.util.function.Supplier<T>, Writeable
A holder for Writeables that can delays reading the underlying Writeable when it is read from a remote node.