@Deprecated public class JDBCService extends net.openhft.chronicle.core.io.AbstractCloseable implements net.openhft.chronicle.core.io.Closeable, JDBCServiceProvider
Constructor and Description |
---|
JDBCService(@NotNull ChronicleQueue in,
ChronicleQueue out,
net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
@NotNull net.openhft.chronicle.bytes.MethodReader |
createReader(JDBCResult result)
Deprecated.
|
@NotNull JDBCStatement |
createWriter()
Deprecated.
|
protected void |
performClose()
Deprecated.
|
void |
runLoop()
Deprecated.
|
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
@Deprecated public JDBCService(@NotNull @NotNull ChronicleQueue in, ChronicleQueue out, net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier)
public void runLoop()
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.