Package org.apache.drill.exec.cache
Interface DrillSerializable
- All Superinterfaces:
Externalizable
,Serializable
- All Known Implementing Classes:
AbstractStreamSerializable
,CachedVectorContainer
,VectorAccessibleSerializable
Classes that can be put in the Distributed Cache must implement this interface.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
readFromStream
(InputStream input) void
write
(DataOutput output) void
writeToStream
(OutputStream output) Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
Field Details
-
logger
static final org.slf4j.Logger logger
-
-
Method Details
-
read
- Throws:
IOException
-
readFromStream
- Throws:
IOException
-
write
- Throws:
IOException
-
writeToStream
- Throws:
IOException
-