Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 587 Bytes

spark-sql-streaming-FileStreamSourceLog.adoc

File metadata and controls

29 lines (20 loc) · 587 Bytes

FileStreamSourceLog

FileStreamSourceLog is…​FIXME

add Method

add(
  batchId: Long,
  logs: Array[FileEntry]): Boolean
Note
add is part of the MetadataLog Contract to…​FIXME.

add…​FIXME

get Method

get(
  startId: Option[Long],
  endId: Option[Long]): Array[(Long, Array[FileEntry])]
Note
get is part of the MetadataLog Contract to…​FIXME.

get…​FIXME