public enum WSTCPCodecConfigurator extends Enum<WSTCPCodecConfigurator>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttributeValueMapMemoryLimit()
Gets the limit on the memory size of Map of attribute values
that will be indexed.
|
int |
getCharacterContentChunkMapMemoryLimit()
Gets the limit on the memory size of Map of attribute values
that will be indexed.
|
DocumentParserFactory |
getDocumentParserFactory()
Get the
DocumentParserFactory |
DocumentSerializerFactory |
getDocumentSerializerFactory()
Get the
DocumentSerializerFactory |
int |
getMaxAttributeValueSize()
Gets the maximum size of attribute values
that will be indexed.
|
int |
getMaxCharacterContentChunkSize()
Gets the maximum size of character content chunks
that will be indexed.
|
int |
getMinAttributeValueSize()
Gets the minimum size of attribute values
that will be indexed.
|
int |
getMinCharacterContentChunkSize()
Gets the minimum size of character content chunks
that will be indexed.
|
ParserVocabularyFactory |
getParserVocabularyFactory()
Get the
ParserVocabularyFactory |
SerializerVocabularyFactory |
getSerializerVocabularyFactory()
Get the
SerializerVocabularyFactory |
void |
setAttributeValueMapMemoryLimit(int attributeValueMapMemoryLimit)
Sets the limit on the memory size of Map of attribute values
that will be indexed.
|
void |
setCharacterContentChunkMapMemoryLimit(int characterContentChunkMapMemoryLimit)
Sets the limit on the memory size of Map of attribute values
that will be indexed.
|
void |
setDocumentParserFactory(DocumentParserFactory documentParserFactory)
Set the
DocumentParserFactory |
void |
setDocumentSerializerFactory(DocumentSerializerFactory documentSerializerFactory)
Set the
DocumentSerializerFactory |
void |
setMaxAttributeValueSize(int maxAttributeValueSize)
Sets the maximum size of attribute values
that will be indexed.
|
void |
setMaxCharacterContentChunkSize(int maxCharacterContentChunkSize)
Sets the maximum size of character content chunks
that will be indexed.
|
void |
setMinAttributeValueSize(int minAttributeValueSize)
Sets the minimum size of attribute values
that will be indexed.
|
void |
setMinCharacterContentChunkSize(int minCharacterContentChunkSize)
Sets the minimum size of character content chunks
that will be indexed.
|
void |
setParserVocabularyFactory(ParserVocabularyFactory parserVocabularyFactory)
Set the
ParserVocabularyFactory |
void |
setSerializerVocabularyFactory(SerializerVocabularyFactory serializerVocabularyFactory)
Set the
SerializerVocabularyFactory |
static WSTCPCodecConfigurator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSTCPCodecConfigurator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSTCPCodecConfigurator INSTANCE
public static WSTCPCodecConfigurator[] values()
for (WSTCPCodecConfigurator c : WSTCPCodecConfigurator.values()) System.out.println(c);
public static WSTCPCodecConfigurator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic DocumentParserFactory getDocumentParserFactory()
DocumentParserFactoryDocumentParserFactorypublic void setDocumentParserFactory(DocumentParserFactory documentParserFactory)
DocumentParserFactory{@link - DocumentParserFactory}public DocumentSerializerFactory getDocumentSerializerFactory()
DocumentSerializerFactoryDocumentSerializerFactorypublic void setDocumentSerializerFactory(DocumentSerializerFactory documentSerializerFactory)
DocumentSerializerFactory{@link - DocumentSerializerFactory}public ParserVocabularyFactory getParserVocabularyFactory()
ParserVocabularyFactoryParserVocabularyFactorypublic void setParserVocabularyFactory(ParserVocabularyFactory parserVocabularyFactory)
ParserVocabularyFactory{@link - ParserVocabularyFactory}public SerializerVocabularyFactory getSerializerVocabularyFactory()
SerializerVocabularyFactorySerializerVocabularyFactorypublic void setSerializerVocabularyFactory(SerializerVocabularyFactory serializerVocabularyFactory)
SerializerVocabularyFactory{@link - SerializerVocabularyFactory}public int getMinAttributeValueSize()
public void setMinAttributeValueSize(int minAttributeValueSize)
size - the minimum attribute values size.public int getMaxAttributeValueSize()
public void setMaxAttributeValueSize(int maxAttributeValueSize)
size - the maximum attribute values size.public int getAttributeValueMapMemoryLimit()
public void setAttributeValueMapMemoryLimit(int attributeValueMapMemoryLimit)
size - The attribute value size limit. Any value less
that a length of size limit will be indexed.public int getMinCharacterContentChunkSize()
public void setMinCharacterContentChunkSize(int minCharacterContentChunkSize)
size - the minimum character content chunk size.public int getMaxCharacterContentChunkSize()
public void setMaxCharacterContentChunkSize(int maxCharacterContentChunkSize)
size - the maximum character content chunk size.public int getCharacterContentChunkMapMemoryLimit()
public void setCharacterContentChunkMapMemoryLimit(int characterContentChunkMapMemoryLimit)
size - The attribute value size limit. Any value less
that a length of size limit will be indexed.Copyright © 2005–2018 Oracle Corporation. All rights reserved.