Interface TableLocationMetadataIndex.LocationSnapshot
- All Known Implementing Classes:
TableLocationMetadataIndex.TableLocationSnapshot
- Enclosing class:
- TableLocationMetadataIndex
public static interface TableLocationMetadataIndex.LocationSnapshot
Independent of the key, we should know our format, size, last modified time, and column version.
-
Method Summary
-
Method Details
-
getFormat
TableLocation.Format getFormat()- Returns:
- The snapshotted format
-
getSize
long getSize()- Returns:
- The snapshotted size
-
getLastModifiedTimeMillis
long getLastModifiedTimeMillis()- Returns:
- The snapshotted last modified time in milliseconds
-
getColumnVersion
int getColumnVersion()- Returns:
- the version of column files in this directory
-