Class CompleteFileWork
java.lang.Object
org.apache.drill.exec.store.schedule.CompleteFileWork
- All Implemented Interfaces:
Comparable<CompleteWork>,FileWork,CompleteWork
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCompleteFileWork(EndpointByteMap byteMap, long start, long length, org.apache.hadoop.fs.Path path) -
Method Summary
-
Constructor Details
-
CompleteFileWork
public CompleteFileWork(EndpointByteMap byteMap, long start, long length, org.apache.hadoop.fs.Path path)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<CompleteWork>
-
getTotalBytes
public long getTotalBytes()- Specified by:
getTotalBytesin interfaceCompleteWork
-
getByteMap
- Specified by:
getByteMapin interfaceCompleteWork
-
getPath
public org.apache.hadoop.fs.Path getPath() -
getStart
public long getStart() -
getLength
public long getLength() -
getAsFileWork
-
toString
-