Class DocWriteResponse.Builder

java.lang.Object
org.elasticsearch.action.DocWriteResponse.Builder
Direct Known Subclasses:
DeleteResponse.Builder, IndexResponse.Builder, UpdateResponse.Builder
Enclosing class:
DocWriteResponse

public abstract static class DocWriteResponse.Builder
extends java.lang.Object
Base class of all DocWriteResponse builders. These DocWriteResponse.Builder are used during xcontent parsing to temporarily store the parsed values, then the build() method is called to instantiate the appropriate DocWriteResponse with the parsed values.