@Path(value="/tools/split_and_index_tester") public class SplitAndIndexTesterResource extends RestResource
objectMapper, userService| Constructor and Description |
|---|
SplitAndIndexTesterResource() |
| Modifier and Type | Method and Description |
|---|---|
SplitAndIndexTesterResponse |
splitAndIndexTest(SplitAndIndexTestRequest splitAndIndexTestRequest) |
SplitAndIndexTesterResponse |
splitAndIndexTester(String splitBy,
int index,
String string) |
checkAnyPermission, checkPermission, checkPermission, getCurrentUser, getSubject, getUriBuilderToSelf, isAnyPermitted, isAnyPermitted, isPermitted, isPermitted, setPrettyPrint@GET @Timed @Produces(value="application/json") public SplitAndIndexTesterResponse splitAndIndexTester(@QueryParam(value="split_by") @NotNull String splitBy, @QueryParam(value="index") @Min(value=0L) int index, @QueryParam(value="string") @NotNull String string)
@POST @Timed @Consumes(value="application/json") @Produces(value="application/json") public SplitAndIndexTesterResponse splitAndIndexTest(@NotNull SplitAndIndexTestRequest splitAndIndexTestRequest)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.