apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
TFileReaderTransport.this
thrift
transport
file
TFileReaderTransport
Creates a new file writer transport.
class
TFileReaderTransport
this
(
string
path
)
Parameters
path
string
Path of the file to opperate on.
Meta
Source
See Implementation
thrift
transport
file
TFileReaderTransport
constructors
this
functions
chunkSize
close
corruptedEventSleepDuration
getCurChunk
getNumChunks
isOpen
maxCorruptedEvents
maxEventSize
open
peek
read
readBufferSize
readTimeout
seekToChunk
seekToEnd
manifest constants
DEFAULT_CORRUPTED_EVENT_SLEEP_DURATION
DEFAULT_MAX_CORRUPTED_EVENTS
DEFAULT_MAX_EVENT_SIZE
DEFAULT_READ_BUFFER_SIZE
DEFAULT_READ_TIMEOUT
Creates a new file writer transport.