org.hibernate.search.indexes.serialization.spi
public class SerializerService extends Object implements ServiceProvider<LuceneWorkSerializer>
| Constructor and Description |
|---|
SerializerService() |
| Modifier and Type | Method and Description |
|---|---|
LuceneWorkSerializer |
getService() |
void |
start(Properties properties,
BuildContext buildContext) |
void |
stop() |
public void start(Properties properties, BuildContext buildContext)
start in interface ServiceProvider<LuceneWorkSerializer>public LuceneWorkSerializer getService()
getService in interface ServiceProvider<LuceneWorkSerializer>public void stop()
stop in interface ServiceProvider<LuceneWorkSerializer>Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved