public static interface Hook.Closeable
Note: Although it would be convenient, this interface cannot extend
AutoCloseable while Calcite maintains compatibility with
JDK 1.6.
| Modifier and Type | Field and Description |
|---|---|
static Hook.Closeable |
EMPTY
Closeable that does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static final Hook.Closeable EMPTY
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.