@Public public class Partition extends PartitionStatistics
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_DONE |
FIELD_FILE_COUNT, FIELD_FILE_SIZE_IN_BYTES, FIELD_LAST_FILE_CREATION_TIME, FIELD_RECORD_COUNT, FIELD_SPEC, fileCount, fileSizeInBytes, lastFileCreationTime, recordCount, spec
Constructor and Description |
---|
Partition(Map<String,String> spec,
long recordCount,
long fileSizeInBytes,
long fileCount,
long lastFileCreationTime,
boolean done) |
Modifier and Type | Method and Description |
---|---|
boolean |
done() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
fileCount, fileSizeInBytes, lastFileCreationTime, recordCount, spec
public static final String FIELD_DONE
public boolean done()
public boolean equals(Object o)
equals
in class PartitionStatistics
public int hashCode()
hashCode
in class PartitionStatistics
public String toString()
toString
in class PartitionStatistics
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.