org.elasticsearch.index.percolator
Class PercolatorExecutor.SourceRequest

java.lang.Object
  extended by org.elasticsearch.index.percolator.PercolatorExecutor.SourceRequest
Enclosing class:
PercolatorExecutor

public static class PercolatorExecutor.SourceRequest
extends Object


Constructor Summary
PercolatorExecutor.SourceRequest(String type, BytesReference source)
           
 
Method Summary
 BytesReference source()
           
 String type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercolatorExecutor.SourceRequest

public PercolatorExecutor.SourceRequest(String type,
                                        BytesReference source)
Method Detail

type

public String type()

source

public BytesReference source()


Copyright © 2009-2012. All Rights Reserved.