public abstract class IndexCommitDelegate
extends org.apache.lucene.index.IndexCommit
IndexCommit calls to a delegated
IndexCommit.| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected org.apache.lucene.index.IndexCommit |
delegate |
| コンストラクタと説明 |
|---|
IndexCommitDelegate(org.apache.lucene.index.IndexCommit delegate)
Constructs a new
IndexCommit that will delegate all calls
to the provided delegate. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
delete() |
boolean |
equals(Object other) |
org.apache.lucene.store.Directory |
getDirectory() |
Collection<String> |
getFileNames() |
long |
getGeneration() |
int |
getSegmentCount() |
String |
getSegmentsFileName() |
Map<String,String> |
getUserData() |
int |
hashCode() |
boolean |
isDeleted() |
public IndexCommitDelegate(org.apache.lucene.index.IndexCommit delegate)
IndexCommit that will delegate all calls
to the provided delegate.delegate - The delegatepublic String getSegmentsFileName()
getSegmentsFileName クラス内 org.apache.lucene.index.IndexCommitpublic Collection<String> getFileNames() throws IOException
getFileNames クラス内 org.apache.lucene.index.IndexCommitIOExceptionpublic org.apache.lucene.store.Directory getDirectory()
getDirectory クラス内 org.apache.lucene.index.IndexCommitpublic void delete()
delete クラス内 org.apache.lucene.index.IndexCommitpublic boolean isDeleted()
isDeleted クラス内 org.apache.lucene.index.IndexCommitpublic int getSegmentCount()
getSegmentCount クラス内 org.apache.lucene.index.IndexCommitpublic boolean equals(Object other)
equals クラス内 org.apache.lucene.index.IndexCommitpublic int hashCode()
hashCode クラス内 org.apache.lucene.index.IndexCommitpublic long getGeneration()
getGeneration クラス内 org.apache.lucene.index.IndexCommitpublic Map<String,String> getUserData() throws IOException
getUserData クラス内 org.apache.lucene.index.IndexCommitIOExceptionCopyright © 2009–2016. All rights reserved.