public class LegacyServiceSettingsBuilder extends Object
LegacyServiceSettings instances.| Constructor and Description |
|---|
LegacyServiceSettingsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
LegacyServiceSettings |
build()
Returns a new
LegacyServiceSettings instance configured using the supplied settings. |
LegacyServiceSettingsBuilder |
enableAvoidCasOperations()
Enable avoiding the use of CAS-style operations.
|
LegacyServiceSettingsBuilder |
enableSerializationHack()
Enable the serialization hack, whereby if an
ExternalCache's values are
Serializable, then the values are not marshalled before they are passed to the delegate
Atlassian Cache. |
public LegacyServiceSettings build()
LegacyServiceSettings instance configured using the supplied settings.LegacyServiceSettings instance configured using the supplied settings.public LegacyServiceSettingsBuilder enableAvoidCasOperations()
public LegacyServiceSettingsBuilder enableSerializationHack()
ExternalCache's values are
Serializable, then the values are not marshalled before they are passed to the delegate
Atlassian Cache. This is to allow for performance optimisations.Copyright © 2016 Atlassian. All rights reserved.