Interface ReplicaTable

    • Method Detail

      • getReplicaForLists

        Iterator<ReplicaForList> getReplicaForLists()
        Returns the replicas of the aggregated lists contained in the replicated table.

        Returns an empty iterator if the replicated table node does not contain replicated aggregated lists.

        See Also:
        getReplicaForList(SchemaNode)
      • getReplicaForList

        ReplicaForList getReplicaForList​(SchemaNode aListNode)
        Returns the replica of the specified aggregated list node.

        Returns null if the specified node is:

        • computed;
        • not replicated (specifies the property osd:replication disable = "true").

        Throws:
        IllegalArgumentException - if the specified node is:
        • null;
        • not a table record node;
        • not an aggregated list;
        • not a descendant of the current replicated table node.
        See Also:
        getReplicaForLists()