public class IndexPackingRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IndexPackingRequest.IndexFormat
Index format enumeration.
|
Constructor and Description |
---|
IndexPackingRequest(IndexingContext context,
File targetDir) |
Modifier and Type | Method and Description |
---|---|
IndexingContext |
getContext() |
Collection<IndexPackingRequest.IndexFormat> |
getFormats()
Returns index formats to be created.
|
int |
getMaxIndexChunks() |
File |
getTargetDir() |
boolean |
isCreateChecksumFiles() |
boolean |
isCreateIncrementalChunks() |
boolean |
isUseTargetProperties() |
void |
setContext(IndexingContext context) |
void |
setCreateChecksumFiles(boolean createChecksumFiles) |
void |
setCreateIncrementalChunks(boolean createIncrementalChunks) |
void |
setFormats(Collection<IndexPackingRequest.IndexFormat> formats)
Sets index formats to be created
|
void |
setMaxIndexChunks(int maxIndexChunks) |
void |
setTargetDir(File targetDir) |
void |
setUseTargetProperties(boolean useTargetProperties) |
public IndexPackingRequest(IndexingContext context, File targetDir)
public IndexingContext getContext()
public void setContext(IndexingContext context)
public void setFormats(Collection<IndexPackingRequest.IndexFormat> formats)
public Collection<IndexPackingRequest.IndexFormat> getFormats()
public File getTargetDir()
public void setTargetDir(File targetDir)
public boolean isCreateIncrementalChunks()
public void setCreateIncrementalChunks(boolean createIncrementalChunks)
public boolean isCreateChecksumFiles()
public void setCreateChecksumFiles(boolean createChecksumFiles)
public int getMaxIndexChunks()
public void setMaxIndexChunks(int maxIndexChunks)
public boolean isUseTargetProperties()
public void setUseTargetProperties(boolean useTargetProperties)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.