@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 bootstrapServers,
String autoOffsetReset,
String maxPartitionFetchBytes,
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 bootstrapServers,
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="bootstrapServers")
String bootstrapServers,
@QueryParam(value="autoOffsetReset")
String autoOffsetReset,
@QueryParam(value="maxPartitionFetchBytes")
String maxPartitionFetchBytes,
@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="bootstrapServers")
String bootstrapServers,
@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–2022. All rights reserved.