public interface OutgoingStream
IncomingStream
streams the data in.
All the data contained in a given stream needs to have the same repairedAt timestamp (or 0) and pendingRepair
id (or null).Modifier and Type | Method and Description |
---|---|
void |
finish()
Release any resources held by the stream
|
long |
getEstimatedSize() |
java.lang.String |
getName() |
int |
getNumFiles() |
java.util.UUID |
getPendingRepair() |
long |
getRepairedAt() |
TableId |
getTableId() |
void |
write(StreamSession session,
DataOutputStreamPlus output,
int version)
Write the streams data into the socket
|
void write(StreamSession session, DataOutputStreamPlus output, int version) throws java.io.IOException
java.io.IOException
void finish()
long getRepairedAt()
java.util.UUID getPendingRepair()
java.lang.String getName()
long getEstimatedSize()
TableId getTableId()
int getNumFiles()
Copyright © 2009- The Apache Software Foundation