public class

ZkPropertyTransferClient

extends Object
java.lang.Object
   ↳ org.apache.helix.controller.restlet.ZkPropertyTransferClient

Summary

Constants
int DEFAULT_MAX_CONCURRENTTASKS
String USE_PROPERTYTRANSFER
Fields
public static int SEND_PERIOD
Public Constructors
ZkPropertyTransferClient(int maxConcurrentTasks)
Public Methods
void enqueueZNRecordUpdate(ZNRecordUpdate update, String webserviceUrl)
void shutdown()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int DEFAULT_MAX_CONCURRENTTASKS

Constant Value: 2 (0x00000002)

public static final String USE_PROPERTYTRANSFER

Constant Value: "UsePropertyTransfer"

Fields

public static int SEND_PERIOD

Public Constructors

public ZkPropertyTransferClient (int maxConcurrentTasks)

Public Methods

public void enqueueZNRecordUpdate (ZNRecordUpdate update, String webserviceUrl)

public void shutdown ()