public class CorfuCompileWrapperBuilder extends Object
Created by mwei on 11/11/16.
Constructor and Description |
---|
CorfuCompileWrapperBuilder() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
getWrapper(Class<T> type,
CorfuRuntime rt,
UUID streamID,
Object[] args,
ISerializer serializer)
Deprecated.
|
@Deprecated public static <T> T getWrapper(Class<T> type, CorfuRuntime rt, UUID streamID, Object[] args, ISerializer serializer) throws ClassNotFoundException, IllegalAccessException, InstantiationException
T
- Typetype
- Type of SMR object.rt
- Connected instance of the CorfuRuntime.streamID
- StreamID of the SMR Object.args
- Arguments passed to instantiate the object.serializer
- Serializer to be used to serialize the object arguments.ClassNotFoundException
- Class T not found.IllegalAccessException
- Illegal Access to the Object.InstantiationException
- Cannot instantiate the object using the arguments and class.Copyright © 2019 CorfuDB. All rights reserved.