|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface FluentGlobalConfiguration.SerializationConfig
Configures serialization and marshalling settings.
| Method Detail |
|---|
FluentGlobalConfiguration.SerializationConfig marshallerClass(Class<? extends Marshaller> marshallerClass)
marshallerClass - FluentGlobalConfiguration.SerializationConfig version(String marshallVersion)
marshallVersion - FluentGlobalConfiguration.SerializationConfig version(short marshallVersion)
marshallVersion -
<T> FluentGlobalConfiguration.SerializationConfig addAdvancedExternalizer(int id,
Class<? extends AdvancedExternalizer<T>> clazz)
AdvancedExternalizer with the give id.
T - type of the object that the AdvancedExternalizer marshallsclazz - externalizer classid - id of externlizer
<T> FluentGlobalConfiguration.SerializationConfig addAdvancedExternalizer(Class<? extends AdvancedExternalizer<T>> clazz)
AdvancedExternalizer.
T - type of the object that the AdvancedExternalizer marshallsclazz - externalizer class
<T> FluentGlobalConfiguration.SerializationConfig addAdvancedExternalizer(int id,
AdvancedExternalizer<T> advancedExternalizer)
AdvancedExternalizer implementation
alongside its corresponding identifier. Remember that the identifier needs to a be positive
number, including 0, and cannot clash with other identifiers in the system.
id - advancedExternalizer - <T> FluentGlobalConfiguration.SerializationConfig addAdvancedExternalizer(AdvancedExternalizer<T>... advancedExternalizers)
AdvancedExternalizer implementations.
advancedExternalizers - FluentGlobalConfiguration.TransportConfig transport()
FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()
FluentGlobalConfiguration.SerializationConfig serialization()
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
FluentGlobalConfiguration.ShutdownConfig shutdown()
GlobalConfiguration build()
|
--> | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||