public interface IndexPacker
IndexUpdater
.Modifier and Type | Method and Description |
---|---|
void |
packIndex(IndexPackingRequest request)
Pack a context into a target directory.
|
static final String ROLE
void packIndex(IndexPackingRequest request) throws IOException, IllegalArgumentException
context
- the context to pack-uptargetDir
- the directory where to write results, has to be non-nullIllegalArgumentException
- when the targetDir already exists and is not a writable directory.IOException
- on lethal IO problemCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.