org.elasticsearch.river
Class RiversTypesRegistry

java.lang.Object
  extended by org.elasticsearch.river.RiversTypesRegistry

public class RiversTypesRegistry
extends Object

A type registry for rivers


Constructor Summary
RiversTypesRegistry(com.google.common.collect.ImmutableMap<String,Class<? extends Module>> riverTypes)
           
 
Method Summary
 Class<? extends Module> type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiversTypesRegistry

public RiversTypesRegistry(com.google.common.collect.ImmutableMap<String,Class<? extends Module>> riverTypes)
Method Detail

type

public Class<? extends Module> type(String type)


Copyright © 2009-2012. All Rights Reserved.