@Beta @PublicAPI public abstract class CfpTableReader extends MDTableReader<BinaryVectorDescriptor>
Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfpTableReader.Factory
Factory class.
|
| Constructor and Description |
|---|
CfpTableReader() |
| Modifier and Type | Method and Description |
|---|---|
static CfpTableReader |
createNewReader(String xmlConfig)
Create a PfTableReader from the xml configuration string.
|
abstract CfpGenerator |
getDescriptorGenerator()
Associated descriptor generator.
|
getStandardizerWrapper, getXmlConfig, readpublic static CfpTableReader createNewReader(String xmlConfig)
xmlConfig - xml configIllegalArgumentException - invalid xml stringpublic abstract CfpGenerator getDescriptorGenerator()
MDTableReaderMDTableReader.read(byte[]). Note that
the DescriptorSerializer exposed by the returned generator is not compatible with the binary form
represented by this reader.getDescriptorGenerator in class MDTableReader<BinaryVectorDescriptor>