public static class

ChainedPathZkSerializer.Builder

extends Object
java.lang.Object
   ↳ org.apache.helix.manager.zk.ChainedPathZkSerializer.Builder

Summary

Public Methods
ChainedPathZkSerializer build()
Builds the serializer with the given strategies and default serializer.
ChainedPathZkSerializer.Builder serialize(String path, ZkSerializer withSerializer)
Add a serializing strategy for the given path prefix The most specific path will triumph over a more generic (shorter) one regardless of the ordering of the calls.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public ChainedPathZkSerializer build ()

Builds the serializer with the given strategies and default serializer.

public ChainedPathZkSerializer.Builder serialize (String path, ZkSerializer withSerializer)

Add a serializing strategy for the given path prefix The most specific path will triumph over a more generic (shorter) one regardless of the ordering of the calls.