org.qi4j.index.reindexer
Interface ReindexerConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, Entity, EntityComposite, Identity

public interface ReindexerConfiguration
extends ConfigurationComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<Integer> loadValue()
          How many EntityStates should be sent to the indexer at a time.
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

loadValue

@Optional
Property<Integer> loadValue()
How many EntityStates should be sent to the indexer at a time. High value improves performance, but risks of running out of memory. If not specified, the value of 50 will be used.

Returns:
the property containing the loadValue.