|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.indexer.partition.DiskPartitionFactory
com.sun.labs.minion.classification.ClusterPartitionFactory
public class ClusterPartitionFactory
| Field Summary |
|---|
| Fields inherited from class com.sun.labs.minion.indexer.partition.DiskPartitionFactory |
|---|
cacheVectorLengths, documentDictFactory, mainDictFactory, mergeBuffSize, PROP_CACHE_VECTOR_LENGTHS, PROP_DOCUMENT_DICT_FACTORY, PROP_MAIN_DICT_FACTORY, PROP_MERGE_BUFF_SIZE, PROP_TERM_CACHE_SIZE, termCacheSize |
| Constructor Summary | |
|---|---|
ClusterPartitionFactory()
Creates a ClusterPartitionFactory |
|
| Method Summary | |
|---|---|
DiskPartition |
getDiskPartition(int number,
PartitionManager m)
Gets a disk partition with the given number, managed by the given manager. |
| Methods inherited from class com.sun.labs.minion.indexer.partition.DiskPartitionFactory |
|---|
newProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterPartitionFactory()
| Method Detail |
|---|
public DiskPartition getDiskPartition(int number,
PartitionManager m)
throws java.io.IOException
DiskPartitionFactory
getDiskPartition in class DiskPartitionFactorynumber - the partition number that we want to getm - the manager that will be managing the partition
java.io.IOException - if there is any error opening the partition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||