Package | Description |
---|---|
org.corfudb.runtime.object |
This package contains the object layer for Corfu.
|
org.corfudb.runtime.object.transactions |
Modifier and Type | Class and Description |
---|---|
class |
StreamViewSMRAdapter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VersionLockedObject.rollbackStreamUnsafe(ISMRStream stream,
long rollbackVersion)
Roll back the given stream by applying undo records in reverse order
from the current stream position until rollbackVersion.
|
protected void |
VersionLockedObject.syncStreamUnsafe(ISMRStream stream,
long timestamp)
Sync this stream by playing updates forward in the stream until
the given timestamp.
|
Modifier and Type | Class and Description |
---|---|
class |
WriteSetSMRStream
Deprecated.
|
Copyright © 2019 CorfuDB. All rights reserved.