Package | Description |
---|---|
org.corfudb.runtime.object |
This package contains the object layer for Corfu.
|
org.corfudb.runtime.view |
Modifier and Type | Method and Description |
---|---|
protected IObjectBuilder<?> |
AbstractCorfuWrapper.getBuilder()
Get a builder, which allows the construction of
new Corfu objects.
|
IObjectBuilder<?> |
CorfuCompileProxy.getObjectBuilder()
Get an object builder to build new objects.
|
IObjectBuilder<?> |
ICorfuSMRProxy.getObjectBuilder()
Get an object builder to build new objects.
|
IObjectBuilder<T> |
IObjectBuilder.setStreamID(UUID streamID)
Set the stream ID of the object.
|
IObjectBuilder<T> |
IObjectBuilder.setStreamName(String streamName)
Set the name of the stream for this object.
|
<R> IObjectBuilder<R> |
IObjectBuilder.setType(Class<R> type)
Set the type of this object, using a class.
|
<R> IObjectBuilder<R> |
IObjectBuilder.setTypeToken(com.google.common.reflect.TypeToken<R> typeToken)
Set the type of this object, using a type token.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectBuilder<T>
Created by mwei on 4/6/16.
|
Copyright © 2019 CorfuDB. All rights reserved.