public class TimedInterruptCustomizerProvider extends Object implements CompilerCustomizerProvider
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_INTERRUPTION_TIMEOUT |
Constructor and Description |
---|
TimedInterruptCustomizerProvider() |
TimedInterruptCustomizerProvider(Integer interruptionTimeout) |
TimedInterruptCustomizerProvider(Long interruptionTimeout) |
Modifier and Type | Method and Description |
---|---|
CompilationCustomizer |
create()
Create a new instance of a
CompilationCustomizer to add to the GremlinGroovyScriptEngine . |
public static final long DEFAULT_INTERRUPTION_TIMEOUT
public TimedInterruptCustomizerProvider()
public TimedInterruptCustomizerProvider(Long interruptionTimeout)
public TimedInterruptCustomizerProvider(Integer interruptionTimeout)
public CompilationCustomizer create()
CompilerCustomizerProvider
CompilationCustomizer
to add to the GremlinGroovyScriptEngine
.create
in interface CompilerCustomizerProvider
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.