|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PartitionFactory
A factory used to generate Partition
s and their Index
es.
Method Summary | |
---|---|
void |
addIndex(Partition partition,
java.lang.String attributeId,
int cacheSize)
Adds a partition-specific index to the partition. |
Partition |
createPartition(java.lang.String id,
java.lang.String suffix,
int cacheSize,
java.io.File workingDirectory)
Creates a new Partition. |
Method Detail |
---|
Partition createPartition(java.lang.String id, java.lang.String suffix, int cacheSize, java.io.File workingDirectory) throws java.lang.Exception
id
- the partition idsuffix
- the suffixcacheSize
- the cache sizeworkingDirectory
- the working directory
java.lang.Exception
- the exceptionvoid addIndex(Partition partition, java.lang.String attributeId, int cacheSize) throws java.lang.Exception
partition
- the partitionattrbuteId
- the attribute idcacheSize
- the cache size
java.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |