public class InternalJDBCService extends net.openhft.chronicle.core.io.AbstractCloseable implements net.openhft.chronicle.core.io.Closeable, JDBCServiceProvider
Constructor and Description |
---|
InternalJDBCService(@NotNull ChronicleQueue in,
ChronicleQueue out,
net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier) |
Modifier and Type | Method and Description |
---|---|
@NotNull net.openhft.chronicle.bytes.MethodReader |
createReader(JDBCResult result) |
@NotNull JDBCStatement |
createWriter() |
protected void |
performClose() |
assertCloseablesClosed, clearUsedByThread, close, createdHere, disableCloseableTracing, enableCloseableTracing, isClosed, isClosing, isInUserThread, performCloseInBackground, referenceId, resetUsedByThread, shouldPerformCloseInBackground, shouldWaitForClosed, threadSafetyCheck, throwExceptionIfClosed, throwExceptionIfClosedInSetter, toString, unmonitor, waitForCloseablesToClose, waitForClosed, warnAndCloseIfNotClosed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
create
close, closeQuietly, closeQuietly, notifyClosing, warnAndCloseIfNotClosed
public InternalJDBCService(@NotNull @NotNull ChronicleQueue in, ChronicleQueue out, net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier)
protected void performClose()
performClose
in class net.openhft.chronicle.core.io.AbstractCloseable
@NotNull public @NotNull JDBCStatement createWriter()
createWriter
in interface JDBCServiceProvider
@NotNull public @NotNull net.openhft.chronicle.bytes.MethodReader createReader(JDBCResult result)
createReader
in interface JDBCServiceProvider
Copyright © 2021. All rights reserved.