@Path(value="") public class JerseyResource extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG |
static String |
OP |
static String |
PATH |
| Constructor and Description |
|---|
JerseyResource() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.javax.ws.rs.core.Response |
get(String path,
String op) |
private static final org.slf4j.Logger LOG
public static final String PATH
public static final String OP
public JerseyResource()
@GET
@Path(value="{path:.*}")
@Produces(value="application/json")
public org.apache.hbase.thirdparty.javax.ws.rs.core.Response get(@PathParam(value="path") @DefaultValue(value="UNKNOWN_path")
String path,
@QueryParam(value="op") @DefaultValue(value="UNKNOWN_op")
String op)
throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.