org.apache.hadoop.registry.client.impl.zk
Class BindingInformation

java.lang.Object
  extended by org.apache.hadoop.registry.client.impl.zk.BindingInformation

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class BindingInformation
extends Object

Binding information provided by a RegistryBindingSource


Field Summary
 String description
          Any information that may be useful for diagnostics
 org.apache.curator.ensemble.EnsembleProvider ensembleProvider
          The Curator Ensemble Provider
 
Constructor Summary
BindingInformation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ensembleProvider

public org.apache.curator.ensemble.EnsembleProvider ensembleProvider
The Curator Ensemble Provider


description

public String description
Any information that may be useful for diagnostics

Constructor Detail

BindingInformation

public BindingInformation()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.