@Deprecated public interface ICorfuSMRProxyInternal<T> extends ICorfuSMRProxy<T>
This interface contains methods which are used only by Corfu's object layer, and shouldn't be exposed to other packages (such as the annotation processor).
Created by mwei on 11/15/16.
Modifier and Type | Method and Description |
---|---|
ISerializer |
getSerializer()
Deprecated.
Get the serializer used for serializing arguments in the
proxy.
|
VersionLockedObject<T> |
getUnderlyingObject()
Deprecated.
Directly get the state of the object the proxy is managing,
without causing a sync.
|
access, getObjectBuilder, getObjectType, getStreamID, getUpcallResult, getVersion, logUpdate, sync, TXExecute
VersionLockedObject<T> getUnderlyingObject()
ISerializer getSerializer()
Copyright © 2019 CorfuDB. All rights reserved.