@Beta @PublicAPI public abstract class PfTableReader extends MDTableReader<FloatVectorDescriptor>
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 |
PfTableReader.Factory
Factory class.
|
Constructor and Description |
---|
PfTableReader() |
Modifier and Type | Method and Description |
---|---|
static PfTableReader |
createNewReader(String xmlConfig)
Create a PfTableReader from the xml configuration string.
|
abstract PfGenerator |
getDescriptorGenerator()
Associated descriptor generator.
|
getStandardizerWrapper, getXmlConfig, read
public static PfTableReader createNewReader(String xmlConfig)
xmlConfig
- xml configIllegalArgumentException
- invalid xml stringpublic abstract PfGenerator getDescriptorGenerator()
MDTableReader
MDTableReader.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<FloatVectorDescriptor>