org.hibernate.search.backend.impl
public class StreamingSelectionVisitor extends Object implements WorkVisitor<StreamingOperationSelectionDelegate>
| Modifier and Type | Field and Description |
|---|---|
static StreamingSelectionVisitor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
StreamingOperationSelectionDelegate |
getDelegate(AddLuceneWork addLuceneWork) |
StreamingOperationSelectionDelegate |
getDelegate(DeleteLuceneWork deleteLuceneWork) |
StreamingOperationSelectionDelegate |
getDelegate(FlushLuceneWork flushLuceneWork) |
StreamingOperationSelectionDelegate |
getDelegate(OptimizeLuceneWork optimizeLuceneWork) |
StreamingOperationSelectionDelegate |
getDelegate(PurgeAllLuceneWork purgeAllLuceneWork) |
StreamingOperationSelectionDelegate |
getDelegate(UpdateLuceneWork addLuceneWork) |
public static final StreamingSelectionVisitor INSTANCE
public StreamingOperationSelectionDelegate getDelegate(AddLuceneWork addLuceneWork)
getDelegate in interface WorkVisitor<StreamingOperationSelectionDelegate>public StreamingOperationSelectionDelegate getDelegate(UpdateLuceneWork addLuceneWork)
getDelegate in interface WorkVisitor<StreamingOperationSelectionDelegate>public StreamingOperationSelectionDelegate getDelegate(DeleteLuceneWork deleteLuceneWork)
getDelegate in interface WorkVisitor<StreamingOperationSelectionDelegate>public StreamingOperationSelectionDelegate getDelegate(OptimizeLuceneWork optimizeLuceneWork)
getDelegate in interface WorkVisitor<StreamingOperationSelectionDelegate>public StreamingOperationSelectionDelegate getDelegate(PurgeAllLuceneWork purgeAllLuceneWork)
getDelegate in interface WorkVisitor<StreamingOperationSelectionDelegate>public StreamingOperationSelectionDelegate getDelegate(FlushLuceneWork flushLuceneWork)
getDelegate in interface WorkVisitor<StreamingOperationSelectionDelegate>Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved