@Path(value="digest") public class SessionDigestResource extends Object
| 构造器和说明 |
|---|
SessionDigestResource() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
checkSumDataInfoIdList() |
Collection<String> |
getDataInfoIdList() |
List<String> |
getDataServerList() |
List<String> |
getMetaServerList() |
Map<String,Object> |
getPushSwitch()
return true mean push switch on
|
List<String> |
getServerListAll(String type) |
Map<String,Collection<? extends StoreData>> |
getSessionDataByConnectId(List<String> connectIds,
String type) |
Map<String,Collection<? extends StoreData>> |
getSessionDataByDataInfoId(String dataInfoId,
String type) |
String |
getSessionDataCount() |
List<String> |
getSessionServerList() |
@GET
@Path(value="{type}/data/query")
@Produces(value="application/json")
public Map<String,Collection<? extends StoreData>> getSessionDataByDataInfoId(@QueryParam(value="dataInfoId")
String dataInfoId,
@PathParam(value="type")
String type)
@POST
@Path(value="{type}/connect/query")
@Produces(value="application/json")
public Map<String,Collection<? extends StoreData>> getSessionDataByConnectId(List<String> connectIds,
@PathParam(value="type")
String type)
@GET @Path(value="/data/count") @Produces(value="application/json") public String getSessionDataCount()
@GET @Path(value="pushSwitch") @Produces(value="application/json") public Map<String,Object> getPushSwitch()
@GET @Path(value="getDataInfoIdList") @Produces(value="application/json") public Collection<String> getDataInfoIdList()
@GET @Path(value="checkSumDataInfoIdList") @Produces(value="application/json") public int checkSumDataInfoIdList()
@GET
@Path(value="{type}/serverList/query")
@Produces(value="application/json")
public List<String> getServerListAll(@PathParam(value="type")
String type)
Copyright © 2019 The Ant Financial. All rights reserved.