|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogConnection | |
|---|---|
| com.continuent.tungsten.replicator.thl | |
| com.continuent.tungsten.replicator.thl.log | |
| Uses of LogConnection in com.continuent.tungsten.replicator.thl |
|---|
| Methods in com.continuent.tungsten.replicator.thl that return LogConnection | |
|---|---|
LogConnection |
THL.connect(boolean readonly)
Connect to the log. |
| Methods in com.continuent.tungsten.replicator.thl with parameters of type LogConnection | |
|---|---|
void |
THL.disconnect(LogConnection client)
Disconnect from the log. |
| Uses of LogConnection in com.continuent.tungsten.replicator.thl.log |
|---|
| Methods in com.continuent.tungsten.replicator.thl.log that return LogConnection | |
|---|---|
LogConnection |
DiskLog.connect(boolean readonly)
Creates a new log connection. |
| Methods in com.continuent.tungsten.replicator.thl.log with parameters of type LogConnection | |
|---|---|
LogCursor |
LogCursorManager.createAndGetLogCursor(LogConnection client,
LogFile logFile,
long lastSeqno)
Sets the log file and last accessed sequence number for this thread. |
void |
DiskLog.delete(LogConnection client,
java.lang.Long low,
java.lang.Long high)
Deletes a portion of the log. |
LogCursor |
LogCursorManager.getLogCursor(LogConnection client,
long nextSeqno)
Return a cursor to the log file belonging to this client. |
void |
DiskLog.release(LogConnection connection)
Releases a log connection. |
void |
LogConnectionManager.release(LogConnection connection)
Releases an existing connection. |
void |
LogCursorManager.releaseConnection(LogConnection client)
Releases log cursor for specific thread ID. |
void |
LogConnectionManager.store(LogConnection connection)
Stores a new connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||