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
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidreadFromStream(InputStream input) voidwrite(DataOutput output) voidwriteToStream(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
-