@Private @Evolving

Package org.apache.hadoop.hdfs.server.federation.store.records

Contains the abstract definitions of the state store data records. The state store supports multiple multiple data records.

Data records inherit from a common class BaseRecord. Data records are serialized when written to the data store using a modular serialization implementation. The default is profobuf serialization. Data is stored as rows of records of the same type with each data member in a record representing a column.

Skip navigation links

Copyright © 2008–2025 Apache Software Foundation. All rights reserved.