Interface LocalSupplier
- All Known Implementing Classes:
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> -
Field Summary
Fields -
Method Summary
Static Methods
-
Field Details
-
EMPTY
-
-
Method Details
-
of
-
readFrom
- Throws:
IOException
-