Package org.apache.spark.storage
Class CountingWritableChannel
Object
org.apache.spark.storage.CountingWritableChannel
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Channel,- WritableByteChannel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()longgetCount()booleanisOpen()intwrite(ByteBuffer src) 
- 
Constructor Details- 
CountingWritableChannel
 
- 
- 
Method Details- 
closepublic void close()
- 
getCountpublic long getCount()
- 
isOpenpublic boolean isOpen()
- 
write- Specified by:
- writein interface- WritableByteChannel
 
 
-