@Produces(value="application/json")
@Path(value="/v0/ingest")
public interface IngestService
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
kafkaToGW(String storeName,
String indexList,
String kafkaPropertyFile,
String visibility,
String groupId,
String zookeeperConnect,
String autoOffsetReset,
String fetchMessageMaxBytes,
String consumerTimeoutMs,
Boolean reconnectOnTimeout,
Integer batchSize,
String extensions,
String formats) |
javax.ws.rs.core.Response |
listPlugins() |
javax.ws.rs.core.Response |
localToGW(String fileOrDirectory,
String storeName,
String indexList,
Integer threads,
String visibility,
String extensions,
String formats) |
javax.ws.rs.core.Response |
localToHdfs(String fileOrDirectory,
String pathToBaseDirectoryToWriteTo,
String extensions,
String formats) |
javax.ws.rs.core.Response |
localToKafka(String fileOrDirectory,
String kafkaPropertyFile,
String metadataBrokerList,
String requestRequiredAcks,
String producerType,
String serializerClass,
String retryBackoffMs,
String extensions,
String formats) |
javax.ws.rs.core.Response |
localToMrGW(String fileOrDirectory,
String pathToBaseDirectoryToWriteTo,
String storeName,
String indexList,
String visibility,
String jobTrackerHostPort,
String resourceManger,
String extensions,
String formats) |
javax.ws.rs.core.Response |
mrToGW(String pathToBaseDirectoryToWriteTo,
String storeName,
String indexList,
String visibility,
String jobTrackerHostPort,
String resourceManger,
String extensions,
String formats) |
javax.ws.rs.core.Response |
sparkToGW(String inputDirectory,
String storeName,
String indexList,
String visibility,
String appName,
String host,
String master,
Integer numExecutors,
Integer numCores,
String extensions,
String formats) |
@GET @Produces(value="application/json") @Path(value="/listplugins") javax.ws.rs.core.Response listPlugins()
@POST
@Produces(value="application/json")
@Path(value="/kafkaToGW")
javax.ws.rs.core.Response kafkaToGW(@QueryParam(value="storeName")
String storeName,
@QueryParam(value="indexList")
String indexList,
@QueryParam(value="kafkaPropertyFile")
String kafkaPropertyFile,
@QueryParam(value="visibility")
String visibility,
@QueryParam(value="groupId")
String groupId,
@QueryParam(value="zookeeperConnect")
String zookeeperConnect,
@QueryParam(value="autoOffsetReset")
String autoOffsetReset,
@QueryParam(value="fetchMessageMaxBytes")
String fetchMessageMaxBytes,
@QueryParam(value="consumerTimeoutMs")
String consumerTimeoutMs,
@QueryParam(value="reconnectOnTimeout")
Boolean reconnectOnTimeout,
@QueryParam(value="batchSize")
Integer batchSize,
@QueryParam(value="extensions")
String extensions,
@QueryParam(value="formats")
String formats)
@POST
@Produces(value="application/json")
@Path(value="/localToGW")
javax.ws.rs.core.Response localToGW(@QueryParam(value="fileOrDirectory")
String fileOrDirectory,
@QueryParam(value="storeName")
String storeName,
@QueryParam(value="indexList")
String indexList,
@QueryParam(value="threads")
Integer threads,
@QueryParam(value="visibility")
String visibility,
@QueryParam(value="extensions")
String extensions,
@QueryParam(value="formats")
String formats)
@POST
@Produces(value="application/json")
@Path(value="/localToHdfs")
javax.ws.rs.core.Response localToHdfs(@QueryParam(value="fileOrDirectory")
String fileOrDirectory,
@QueryParam(value="pathToBaseDirectoryToWriteTo")
String pathToBaseDirectoryToWriteTo,
@QueryParam(value="extensions")
String extensions,
@QueryParam(value="formats")
String formats)
@POST
@Produces(value="application/json")
@Path(value="/localToKafka")
javax.ws.rs.core.Response localToKafka(@QueryParam(value="fileOrDirectory")
String fileOrDirectory,
@QueryParam(value="kafkaPropertyFile")
String kafkaPropertyFile,
@QueryParam(value="metadataBrokerList")
String metadataBrokerList,
@QueryParam(value="requestRequiredAcks")
String requestRequiredAcks,
@QueryParam(value="producerType")
String producerType,
@QueryParam(value="serializerClass")
String serializerClass,
@QueryParam(value="retryBackoffMs")
String retryBackoffMs,
@QueryParam(value="extensions")
String extensions,
@QueryParam(value="formats")
String formats)
@POST
@Produces(value="application/json")
@Path(value="/localToMrGW")
javax.ws.rs.core.Response localToMrGW(@QueryParam(value="fileOrDirectory")
String fileOrDirectory,
@QueryParam(value="pathToBaseDirectoryToWriteTo")
String pathToBaseDirectoryToWriteTo,
@QueryParam(value="storeName")
String storeName,
@QueryParam(value="indexList")
String indexList,
@QueryParam(value="visibility")
String visibility,
@QueryParam(value="jobTrackerHostPort")
String jobTrackerHostPort,
@QueryParam(value="resourceManger")
String resourceManger,
@QueryParam(value="extensions")
String extensions,
@QueryParam(value="formats")
String formats)
@POST
@Produces(value="application/json")
@Path(value="/mrToGW")
javax.ws.rs.core.Response mrToGW(@QueryParam(value="pathToBaseDirectoryToWriteTo")
String pathToBaseDirectoryToWriteTo,
@QueryParam(value="storeName")
String storeName,
@QueryParam(value="indexList")
String indexList,
@QueryParam(value="visibility")
String visibility,
@QueryParam(value="jobTrackerHostPort")
String jobTrackerHostPort,
@QueryParam(value="resourceManger")
String resourceManger,
@QueryParam(value="extensions")
String extensions,
@QueryParam(value="formats")
String formats)
@POST
@Produces(value="application/json")
@Path(value="/sparkToGW")
javax.ws.rs.core.Response sparkToGW(@QueryParam(value="inputDirectory")
String inputDirectory,
@QueryParam(value="storeName")
String storeName,
@QueryParam(value="indexList")
String indexList,
@QueryParam(value="visibility")
String visibility,
@QueryParam(value="appName")
String appName,
@QueryParam(value="host")
String host,
@QueryParam(value="master")
String master,
@QueryParam(value="numExecutors")
Integer numExecutors,
@QueryParam(value="numCores")
Integer numCores,
@QueryParam(value="extensions")
String extensions,
@QueryParam(value="formats")
String formats)
Copyright © 2013–2019. All rights reserved.