| Package | Description |
|---|---|
| org.apache.river.outrigger.snaplogstore |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Registration
Wrapper for outrigger event registrations.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Resource |
PendingTxn.WriteOp.entry |
| Modifier and Type | Field and Description |
|---|---|
private Map<ByteArrayWrapper,Resource> |
BackEnd.entries |
| Modifier and Type | Method and Description |
|---|---|
(package private) Resource |
PendingTxn.get(ByteArrayWrapper cookie)
Get a pending write resource.
|
(package private) Resource |
PendingTxn.remove(ByteArrayWrapper cookie)
Remove a pending write.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
PendingTxn.addWrite(Resource entry)
Add a new pending
write operation. |
(package private) void |
BackEnd.writeOp(Resource entry,
Long txnId)
This method records a logged write operation.
|
| Constructor and Description |
|---|
WriteOp(Resource entry) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.