Package | Description |
---|---|
org.corfudb.protocols.logprotocol | |
org.corfudb.runtime.object |
This package contains the object layer for Corfu.
|
org.corfudb.util.serializer |
Constructor and Description |
---|
SMREntry(String smrMethod,
Object[] smrArguments,
ISerializer serializer)
Deprecated.
SMREntry constructor.
|
Modifier and Type | Method and Description |
---|---|
ISerializer |
ICorfuSMRProxyInternal.getSerializer()
Deprecated.
Get the serializer used for serializing arguments in the
proxy.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
CorfuCompileWrapperBuilder.getWrapper(Class<T> type,
CorfuRuntime rt,
UUID streamID,
Object[] args,
ISerializer serializer)
Deprecated.
|
Constructor and Description |
---|
CorfuCompileProxy(CorfuRuntime rt,
UUID streamID,
Class<T> type,
Object[] args,
ISerializer serializer,
Map<String,ICorfuSMRUpcallTarget<T>> upcallTargetMap,
Map<String,IUndoFunction<T>> undoTargetMap,
Map<String,IUndoRecordFunction<T>> undoRecordTargetMap,
Set<String> resetSet)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CorfuSerializer
Created by mwei on 9/29/15.
|
class |
JavaSerializer
Created by mwei on 10/1/15.
|
class |
JsonSerializer
Created by mwei on 2/10/16.
|
class |
PrimitiveSerializer
Created by mwei on 2/18/16.
|
Modifier and Type | Field and Description |
---|---|
static ISerializer |
Serializers.CORFU |
static ISerializer |
Serializers.JAVA |
static ISerializer |
Serializers.JSON |
static ISerializer |
Serializers.PRIMITIVE |
Modifier and Type | Method and Description |
---|---|
static ISerializer |
Serializers.getSerializer(Byte type)
Return the serializer byte.
|
Modifier and Type | Method and Description |
---|---|
static void |
Serializers.registerSerializer(ISerializer serializer)
Register a serializer.
|
Copyright © 2019 CorfuDB. All rights reserved.