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 java.lang.Object


Constructor Summary
PercolatorExecutor.SourceRequest(java.lang.String type, byte[] source)
           
PercolatorExecutor.SourceRequest(java.lang.String type, byte[] source, int offset, int length)
           
 
Method Summary
 int length()
           
 int offset()
           
 byte[] source()
           
 java.lang.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(java.lang.String type,
                                        byte[] source)

PercolatorExecutor.SourceRequest

public PercolatorExecutor.SourceRequest(java.lang.String type,
                                        byte[] source,
                                        int offset,
                                        int length)
Method Detail

type

public java.lang.String type()

source

public byte[] source()

offset

public int offset()

length

public int length()