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