Package com.linkedin.helix.store

Examples of com.linkedin.helix.store.ZNRecordJsonSerializer


      String path = PropertyPathConfig.getPath(PropertyType.PROPERTYSTORE, _clusterName);

      // reuse the existing zkClient because its serializer will use raw serialization
      // for paths of the property store.
      _propertyStore =
          new ZKPropertyStore<ZNRecord>(_zkClient, new ZNRecordJsonSerializer(), path);
    }

    return _propertyStore;
  }
View Full Code Here


      String path = PropertyPathConfig.getPath(PropertyType.PROPERTYSTORE, _clusterName);

      // reuse the existing zkClient because its serializer will use raw serialization
      // for paths of the property store.
      _propertyStore =
          new ZKPropertyStore<ZNRecord>(_zkClient, new ZNRecordJsonSerializer(), path);
    }

    return _propertyStore;
  }
View Full Code Here

TOP

Related Classes of com.linkedin.helix.store.ZNRecordJsonSerializer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.