Class BigFormat.BigFormatFactory
java.lang.Object
org.apache.cassandra.io.sstable.format.big.BigFormat.BigFormatFactory
- All Implemented Interfaces:
SSTableFormat.Factory
- Enclosing class:
- BigFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSSTableFormat<?,?> getInstance(Map<String, String> options) Returns an instance of the sstable format configured with the provided options.name()Returns a name of the format.
-
Constructor Details
-
BigFormatFactory
public BigFormatFactory()
-
-
Method Details
-
name
Description copied from interface:SSTableFormat.FactoryReturns a name of the format. Format name must not be empty, must be unique and must consist only of lowercase letters.- Specified by:
namein interfaceSSTableFormat.Factory
-
getInstance
Description copied from interface:SSTableFormat.FactoryReturns an instance of the sstable format configured with the provided options. The method is expected to validate the options, and throwConfigurationExceptionif the validation fails.- Specified by:
getInstancein interfaceSSTableFormat.Factory- Parameters:
options- overrides for the default options, can be empty, cannot be null
-