@Evolving public interface AbstractProtocol
| Modifier and Type | Method and Description |
|---|---|
int |
getMinReaderVersion()
The minimum reader version required to read the table.
|
int |
getMinWriterVersion()
The minimum writer version required to read the table.
|
java.util.Set<String> |
getReaderFeatures()
The reader features that need to be supported to read the table.
|
java.util.Set<String> |
getWriterFeatures()
The writer features that need to be supported to write the table.
|
int getMinReaderVersion()
int getMinWriterVersion()
java.util.Set<String> getReaderFeatures()
java.util.Set<String> getWriterFeatures()