Package | Description |
---|---|
org.corfudb.runtime.object |
This package contains the object layer for Corfu.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICorfuSMRProxyInternal<T>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CorfuCompileProxy<T>
In the Corfu runtime, on top of a stream,
an SMR object layer implements objects whose history of updates
are backed by a stream.
|
Modifier and Type | Method and Description |
---|---|
ICorfuSMRProxy<T> |
ICorfuSMR.getCorfuSMRProxy()
Get the proxy for this wrapper, to manage the state of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
ICorfuSMR.setCorfuSMRProxy(ICorfuSMRProxy<T> proxy)
Set the proxy for this wrapper, to manage the state of the object.
|
void |
AbstractCorfuWrapper.setProxy$CORFUSMR(ICorfuSMRProxy<T> proxy) |
void |
ICorfuSMRProxyWrapper.setProxy$CORFUSMR(ICorfuSMRProxy<T> proxy)
Set the proxy.
|
Copyright © 2019 CorfuDB. All rights reserved.