Class DistributedWorkQueueWorkAssignerHelper
java.lang.Object
org.apache.accumulo.server.replication.DistributedWorkQueueWorkAssignerHelper
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map.Entry<String,
ReplicationTarget> fromQueueKey
(String queueKey) Deprecated.static String
getQueueKey
(String filename, ReplicationTarget replTarget) Deprecated.Serialize a filename and aReplicationTarget
into the expected key format for use with theDistributedWorkQueue
-
Field Details
-
KEY_SEPARATOR
Deprecated.- See Also:
-
-
Constructor Details
-
DistributedWorkQueueWorkAssignerHelper
public DistributedWorkQueueWorkAssignerHelper()Deprecated.
-
-
Method Details
-
getQueueKey
Deprecated.Serialize a filename and aReplicationTarget
into the expected key format for use with theDistributedWorkQueue
- Parameters:
filename
- Filename for data to be replicatedreplTarget
- Information about replication peer- Returns:
- Key for identifying work in queue
-
fromQueueKey
Deprecated.- Parameters:
queueKey
- Key from the work queue- Returns:
- Components which created the queue key
-