Package | Description |
---|---|
com.blazegraph.gremlin.structure | |
com.blazegraph.gremlin.util |
Modifier and Type | Method and Description |
---|---|
void |
BlazeGraph.bulkLoad(Code code)
Execute the supplied code fragment in bulk load mode and reset to
incremental mode when finished.
|
Modifier and Type | Method and Description |
---|---|
static void |
LambdaLogger.quiet(Class<?> cls,
Code code)
Run the supplied code, quieting the supplied log at Level.ERROR
|
static void |
LambdaLogger.quiet(Class<?> cls,
org.apache.log4j.Level set,
Code code)
Run the supplied code, quieting the supplied log with the specified Level
|
static <T> T |
Code.unchecked(Callable<T> callable,
Code _finally)
Execute the callable without trapping checked exceptions.
|
static void |
Code.unchecked(Code code)
Execute the code block without trapping checked exceptions.
|
static void |
Code.unchecked(Code code,
Code _finally)
Execute the code block without trapping checked exceptions.
|
static <T> T |
Code.wrapThrow(Callable<T> callable,
Code _finally)
Execute the callable wrapping checked exceptions inside a
RuntimeException.
|
static void |
Code.wrapThrow(Code code)
Execute the code block wrapping checked exceptions inside a
RuntimeException.
|
static void |
Code.wrapThrow(Code code,
Code _finally)
Execute the code block wrapping checked exceptions inside a
RuntimeException.
|
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.