public interface ReplicationPolicy
DistributionPolicy
Modifier and Type | Interface and Description |
---|---|
static class |
ReplicationPolicy.Default
Implements a default replication policy to replicate the given
instance across all available slices.
|
Modifier and Type | Method and Description |
---|---|
String[] |
replicate(Object pc,
List<String> slices,
Object context)
Gets the name of the slices where a given instance will be replicated.
|
String[] replicate(Object pc, List<String> slices, Object context)
pc
- The newly persistent or to-be-merged object.slices
- list of names of the active slices. The ordering of
the list is either explicit openjpa.slice.Names
property
or implicit i.e. alphabetic order of available identifiers if
openjpa.slice.Names
is unspecified.context
- generic persistence context managing the given instance.DistributedConfiguration.getActiveSliceNames()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.