org.apache.solr.handler.dataimport
Class ZKPropertiesWriter

java.lang.Object
  extended by org.apache.solr.handler.dataimport.ZKPropertiesWriter
All Implemented Interfaces:
DIHPropertiesWriter

public class ZKPropertiesWriter
extends Object
implements DIHPropertiesWriter


Constructor Summary
ZKPropertiesWriter()
           
 
Method Summary
 void init(DataImporter dataImporter)
           
 boolean isWritable()
           
 void persist(Properties props)
           
 Properties readIndexerProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZKPropertiesWriter

public ZKPropertiesWriter()
Method Detail

init

public void init(DataImporter dataImporter)
Specified by:
init in interface DIHPropertiesWriter

isWritable

public boolean isWritable()
Specified by:
isWritable in interface DIHPropertiesWriter

persist

public void persist(Properties props)
Specified by:
persist in interface DIHPropertiesWriter

readIndexerProperties

public Properties readIndexerProperties()
Specified by:
readIndexerProperties in interface DIHPropertiesWriter


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.