See: Description
Interface | Description |
---|---|
IConflictFunction |
A function which is used to getConflictSet the fine-grained conflict set.
|
ICorfuSMR<T> |
The interface for an object interfaced with SMR.
|
ICorfuSMRAccess<R,T> |
A functional interface for accessing the state
of an SMR object.
|
ICorfuSMRProxy<T> |
An interface for accessing a proxy, which
manages an SMR object.
|
ICorfuSMRProxyInternal<T> | Deprecated |
ICorfuSMRProxyWrapper<T> |
The interface to a Corfu wrapper.
|
ICorfuSMRUpcallTarget<R> |
An interface for SMR object upcalls, which
are recorded on the log.
|
IObjectBuilder<T> |
The interface to the builder for an object.
|
ISMRStream | Deprecated |
IUndoFunction<R> |
A functional interface which represents an undo function.
|
IUndoRecordFunction<R> |
A functional interface which represents a function which generates an
undo record.
|
Class | Description |
---|---|
AbstractCorfuWrapper<T> |
A Corfu container object is a container for other Corfu objects.
|
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.
|
CorfuCompileWrapperBuilder |
Builds a wrapper for the underlying SMR Object.
|
StreamViewSMRAdapter | Deprecated |
VersionLockedObject<T> |
The VersionLockedObject maintains a versioned object which is backed by an ISMRStream, and is
optionally backed by an additional optimistic update stream.
|
Copyright © 2019 CorfuDB. All rights reserved.