Class CompleteFileWork
java.lang.Object
org.apache.drill.exec.store.schedule.CompleteFileWork
- All Implemented Interfaces:
Comparable<CompleteWork>
,FileWork
,CompleteWork
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCompleteFileWork
(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:
compareTo
in interfaceComparable<CompleteWork>
-
getTotalBytes
public long getTotalBytes()- Specified by:
getTotalBytes
in interfaceCompleteWork
-
getByteMap
- Specified by:
getByteMap
in interfaceCompleteWork
-
getPath
public org.apache.hadoop.fs.Path getPath() -
getStart
public long getStart() -
getLength
public long getLength() -
getAsFileWork
-
toString
-