Interface LocalSupplier
- All Superinterfaces:
NamedWriteable,Supplier<Block[]>,Writeable
- All Known Implementing Classes:
CopyingLocalSupplier,EmptyLocalSupplier,ImmediateLocalSupplier
Supplies fixed
Blocks for things calculated at plan time.
This is Writeable so we can model LOOKUP and
hash joins which have to go over the wire. But many implementers
don't have to go over the wire and they should feel free to throw
UnsupportedOperationException.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Method Summary
Static MethodsMethods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable
getWriteableName
-
Method Details
-
of
-