public abstract class AbstractCorfuWrapper<T> extends Object implements ICorfuSMRProxyWrapper<T>
Created by mwei on 11/12/16.
Constructor and Description |
---|
AbstractCorfuWrapper() |
Modifier and Type | Method and Description |
---|---|
protected IObjectBuilder<?> |
getBuilder()
Get a builder, which allows the construction of
new Corfu objects.
|
protected UUID |
getStreamID()
Deprecated.
|
void |
setProxy$CORFUSMR(ICorfuSMRProxy<T> proxy)
Set the proxy.
|
protected IObjectBuilder<?> getBuilder()
@Deprecated protected UUID getStreamID()
public void setProxy$CORFUSMR(ICorfuSMRProxy<T> proxy)
ICorfuSMRProxyWrapper
setProxy$CORFUSMR
in interface ICorfuSMRProxyWrapper<T>
proxy
- The proxy to use for the wrapper methods.Copyright © 2019 CorfuDB. All rights reserved.