Module org.elasticsearch.xcore
Class FindMessageStructureAction.Request
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.xpack.core.textstructure.action.AbstractFindStructureRequest
org.elasticsearch.xpack.core.textstructure.action.FindMessageStructureAction.Request
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest
- Enclosing class:
FindMessageStructureAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from class org.elasticsearch.xpack.core.textstructure.action.AbstractFindStructureRequest
CHARSET, COLUMN_NAMES, DELIMITER, DOCUMENTS_TO_SAMPLE, ECS_COMPATIBILITY, FORMAT, GROK_PATTERN, HAS_HEADER_ROW, LINE_MERGE_SIZE_LIMIT, LINES_TO_SAMPLE, MIN_SAMPLE_LINE_COUNT, QUOTE, SHOULD_TRIM_FIELDS, TIMEOUT, TIMESTAMP_FIELD, TIMESTAMP_FORMATFields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()parseRequest(org.elasticsearch.xcontent.XContentParser parser) voidsetMessages(List<String> messages) validate()voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.xpack.core.textstructure.action.AbstractFindStructureRequest
getCharset, getColumnNames, getDelimiter, getEcsCompatibility, getFormat, getGrokPattern, getHasHeaderRow, getLineMergeSizeLimit, getLinesToSample, getQuote, getShouldTrimFields, getTimeout, getTimestampField, getTimestampFormat, setCharset, setColumnNames, setColumnNames, setDelimiter, setDelimiter, setEcsCompatibility, setFormat, setFormat, setGrokPattern, setHasHeaderRow, setLineMergeSizeLimit, setLinesToSample, setQuote, setQuote, setShouldTrimFields, setTimeout, setTimestampField, setTimestampFormatMethods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, getRequestId, setParentTask, setRequestId, toStringMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Field Details
-
MESSAGES
public static final org.elasticsearch.xcontent.ParseField MESSAGES
-
-
Constructor Details
-
Request
public Request() -
Request
- Throws:
IOException
-
-
Method Details
-
parseRequest
public static FindMessageStructureAction.Request parseRequest(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
getMessages
-
setMessages
-
validate
- Overrides:
validatein classAbstractFindStructureRequest
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classAbstractFindStructureRequest- Throws:
IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractFindStructureRequest
-
equals
- Overrides:
equalsin classAbstractFindStructureRequest
-