org.hibernate.search.infinispan.impl
public class DefaultAsyncDeleteExecutorServiceProvider extends Object implements AsyncDeleteExecutorService
Constructor and Description |
---|
DefaultAsyncDeleteExecutorServiceProvider() |
Modifier and Type | Method and Description |
---|---|
void |
closeAndFlush() |
Executor |
getExecutor() |
AsyncDeleteExecutorService |
getService() |
void |
start(Properties properties,
BuildContext context) |
void |
stop() |
public DefaultAsyncDeleteExecutorServiceProvider()
public void start(Properties properties, BuildContext context)
start
in interface ServiceProvider<AsyncDeleteExecutorService>
public void stop()
stop
in interface ServiceProvider<AsyncDeleteExecutorService>
public AsyncDeleteExecutorService getService()
getService
in interface ServiceProvider<AsyncDeleteExecutorService>
public void closeAndFlush()
closeAndFlush
in interface AsyncDeleteExecutorService
public Executor getExecutor()
getExecutor
in interface AsyncDeleteExecutorService
Copyright © 2006–2015 Hibernate. All rights reserved.