Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.internals
Class IndexingThreadPoolDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.search.api.internals.IndexingThreadPoolDescriptor
All Implemented Interfaces:
java.io.Serializable

public class IndexingThreadPoolDescriptor
extends java.lang.Object
implements java.io.Serializable

Indexing thread pool descriptor.

Author:
Julien Anguenot
See Also:
Serialized Form

Field Summary
 int docBatchSize
           
 int maxPoolSize
           
 
Constructor Summary
IndexingThreadPoolDescriptor()
           
 
Method Summary
 int getDocBatchSize()
           
 int getMaxPoolSize()
           
 void setDocBatchSize(int docBatchSize)
           
 void setMaxPoolSize(int maxPoolSize)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxPoolSize

public int maxPoolSize

docBatchSize

public int docBatchSize
Constructor Detail

IndexingThreadPoolDescriptor

public IndexingThreadPoolDescriptor()
Method Detail

getMaxPoolSize

public int getMaxPoolSize()

setMaxPoolSize

public void setMaxPoolSize(int maxPoolSize)

getDocBatchSize

public int getDocBatchSize()

setDocBatchSize

public void setDocBatchSize(int docBatchSize)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.