|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.search.index.impl.ClusterSegmentsStorage
public class ClusterSegmentsStorage
| Constructor Summary | |
|---|---|
ClusterSegmentsStorage(SearchService searchService,
String searchIndexDirectory,
JDBCClusterIndexStore clusterIndexStore,
boolean localStructuredStorage,
boolean debug)
|
|
| Method Summary | |
|---|---|
protected File |
packPatch()
pack a segment into the zip |
protected File |
packSegment(SegmentInfo addsi,
long newVersion)
pack a segment into the zip |
protected void |
unpackPatch(InputStream packetStream)
unpack a segment from a zip |
protected void |
unpackSegment(SegmentInfo addsi,
InputStream packetStream,
long version)
unpack a segment from a zip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterSegmentsStorage(SearchService searchService,
String searchIndexDirectory,
JDBCClusterIndexStore clusterIndexStore,
boolean localStructuredStorage,
boolean debug)
| Method Detail |
|---|
protected void unpackSegment(SegmentInfo addsi,
InputStream packetStream,
long version)
throws IOException
addsi - packetStream - version -
IOException
protected void unpackPatch(InputStream packetStream)
throws IOException
addsi - packetStream - version -
IOException
protected File packSegment(SegmentInfo addsi,
long newVersion)
throws IOException
addsi -
IOException
protected File packPatch()
throws IOException
addsi -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||