| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request | |
| com.aliyun.openservices.log.response |
| 限定符和类型 | 方法和说明 |
|---|---|
ApplyConfigToMachineGroupResponse |
LogService.ApplyConfigToMachineGroup(ApplyConfigToMachineGroupRequest request)
Apply config to machine group
|
ApplyConfigToMachineGroupResponse |
Client.ApplyConfigToMachineGroup(ApplyConfigToMachineGroupRequest request) |
ApplyConfigToMachineGroupResponse |
LogService.ApplyConfigToMachineGroup(String project,
String groupName,
String configName)
Apply config to machine group
|
ApplyConfigToMachineGroupResponse |
Client.ApplyConfigToMachineGroup(String project,
String groupName,
String configName) |
BatchGetLogResponse |
LogService.BatchGetLog(BatchGetLogRequest request)
Batch get log
|
BatchGetLogResponse |
Client.BatchGetLog(BatchGetLogRequest request) |
BatchGetLogResponse |
LogService.BatchGetLog(String project,
String logStore,
int shardId,
int count,
String cursor)
Batch get log
|
BatchGetLogResponse |
Client.BatchGetLog(String project,
String logStore,
int shardId,
int count,
String cursor) |
CreateConfigResponse |
LogService.CreateConfig(CreateConfigRequest request)
Create logtail config
|
CreateConfigResponse |
Client.CreateConfig(CreateConfigRequest request) |
CreateConfigResponse |
LogService.CreateConfig(String project,
Config config)
Create logtail config
|
CreateConfigResponse |
Client.CreateConfig(String project,
Config config) |
CreateConsumerGroupResponse |
LogService.CreateConsumerGroup(CreateConsumerGroupRequest request)
create logstore consumer group
|
CreateConsumerGroupResponse |
Client.CreateConsumerGroup(CreateConsumerGroupRequest request) |
CreateConsumerGroupResponse |
LogService.CreateConsumerGroup(String project,
String logStore,
ConsumerGroup consumerGroup)
create logstore consumer group
|
CreateConsumerGroupResponse |
Client.CreateConsumerGroup(String project,
String logStore,
ConsumerGroup consumerGroup) |
CreateIndexResponse |
LogService.CreateIndex(CreateIndexRequest request)
create logstore index
|
CreateIndexResponse |
Client.CreateIndex(CreateIndexRequest request) |
CreateIndexResponse |
LogService.CreateIndex(String project,
String logStore,
Index index)
create logstore index
|
CreateIndexResponse |
Client.CreateIndex(String project,
String logStore,
Index index) |
CreateLogStoreResponse |
LogService.CreateLogStore(CreateLogStoreRequest request)
create logstore
|
CreateLogStoreResponse |
Client.CreateLogStore(CreateLogStoreRequest request) |
CreateLogStoreResponse |
LogService.CreateLogStore(String project,
LogStore logStore)
create a logstore in a project
|
CreateLogStoreResponse |
Client.CreateLogStore(String project,
LogStore logStore) |
CreateMachineGroupResponse |
LogService.CreateMachineGroup(CreateMachineGroupRequest request)
Create machine group
|
CreateMachineGroupResponse |
Client.CreateMachineGroup(CreateMachineGroupRequest request) |
CreateMachineGroupResponse |
LogService.CreateMachineGroup(String project,
MachineGroup group)
Create machine group
|
CreateMachineGroupResponse |
Client.CreateMachineGroup(String project,
MachineGroup group) |
DeleteConfigResponse |
LogService.DeleteConfig(DeleteConfigRequest request)
Delete logtail config
|
DeleteConfigResponse |
Client.DeleteConfig(DeleteConfigRequest request) |
DeleteConfigResponse |
LogService.DeleteConfig(String project,
String configName)
Delete logtail config
|
DeleteConfigResponse |
Client.DeleteConfig(String project,
String configName) |
DeleteConsumerGroupResponse |
LogService.DeleteConsumerGroup(String project,
String logStore,
String consumerGroup)
delete logstore consumer group
|
DeleteConsumerGroupResponse |
Client.DeleteConsumerGroup(String project,
String logStore,
String consumerGroup) |
DeleteIndexResponse |
LogService.DeleteIndex(DeleteIndexRequest request)
delete logstore index
|
DeleteIndexResponse |
Client.DeleteIndex(DeleteIndexRequest request) |
DeleteIndexResponse |
LogService.DeleteIndex(String project,
String logStore)
delete logstore index
|
DeleteIndexResponse |
Client.DeleteIndex(String project,
String logStore) |
DeleteLogStoreResponse |
LogService.DeleteLogStore(DeleteLogStoreRequest request)
Delete logstore
|
DeleteLogStoreResponse |
Client.DeleteLogStore(DeleteLogStoreRequest request) |
DeleteLogStoreResponse |
LogService.DeleteLogStore(String project,
String logStoreName)
Delete the logstore
|
DeleteLogStoreResponse |
Client.DeleteLogStore(String project,
String logStoreName) |
DeleteMachineGroupResponse |
LogService.DeleteMachineGroup(DeleteMachineGroupRequest request)
Delete machine group
|
DeleteMachineGroupResponse |
Client.DeleteMachineGroup(DeleteMachineGroupRequest request) |
DeleteMachineGroupResponse |
LogService.DeleteMachineGroup(String project,
String groupName)
Delete machine group
|
DeleteMachineGroupResponse |
Client.DeleteMachineGroup(String project,
String groupName) |
DeleteShardResponse |
LogService.DeleteShard(DeleteShardRequest request)
delete a readonly shard in the logtstore
|
DeleteShardResponse |
Client.DeleteShard(DeleteShardRequest request) |
DeleteShardResponse |
LogService.DeleteShard(String project,
String logStore,
int shardId)
delete a readonly shard in the logtstore
|
DeleteShardResponse |
Client.DeleteShard(String prj,
String logStore,
int shardId) |
protected void |
Client.ErrorCheck(net.sf.json.JSONObject object,
String requestId) |
protected Config |
Client.ExtractConfigFromResponse(net.sf.json.JSONObject dict,
String requestId) |
protected ArrayList<String> |
Client.ExtractConfigMachineGroupFromResponse(net.sf.json.JSONObject object,
String requestId) |
protected List<String> |
Client.ExtractConfigs(net.sf.json.JSONObject object,
String requestId) |
protected ArrayList<String> |
Client.ExtractConfigsFromResponse(net.sf.json.JSONObject object,
String requestId) |
protected MachineGroup |
Client.ExtractMachineGroupFromResponse(net.sf.json.JSONObject dict,
String requestId) |
protected List<String> |
Client.ExtractMachineGroups(net.sf.json.JSONObject object,
String requestId) |
protected ArrayList<Shard> |
Client.ExtractShards(net.sf.json.JSONArray array,
String requestId) |
protected void |
Client.ExtractShards(net.sf.json.JSONArray array,
String requestId,
ArrayList<Integer> shards) |
GetAppliedConfigResponse |
LogService.GetAppliedConfig(GetAppliedConfigsRequest request)
get applied config on a certain machine group
|
GetAppliedConfigResponse |
Client.GetAppliedConfig(GetAppliedConfigsRequest request) |
GetAppliedConfigResponse |
LogService.GetAppliedConfig(String project,
String groupName)
get applied config on a certain machine group
|
GetAppliedConfigResponse |
Client.GetAppliedConfig(String project,
String groupName) |
GetAppliedMachineGroupsResponse |
LogService.GetAppliedMachineGroups(GetAppliedMachineGroupRequest request)
get applied machine group for a certain logtail config
|
GetAppliedMachineGroupsResponse |
Client.GetAppliedMachineGroups(GetAppliedMachineGroupRequest request) |
GetAppliedMachineGroupsResponse |
LogService.GetAppliedMachineGroups(String project,
String configName)
get applied machine group for a certain logtail config
|
GetAppliedMachineGroupsResponse |
Client.GetAppliedMachineGroups(String project,
String configName) |
ConsumerGroupCheckPointResponse |
LogService.GetCheckPoint(String project,
String logStore,
String consumerGroup)
get all of the shard checkpoints in the consumer group
|
ConsumerGroupCheckPointResponse |
Client.GetCheckPoint(String project,
String logStore,
String consumerGroup) |
ConsumerGroupCheckPointResponse |
LogService.GetCheckPoint(String project,
String logStore,
String consumerGroup,
int shard)
get shard checkpoint in the consumer group
|
ConsumerGroupCheckPointResponse |
Client.GetCheckPoint(String project,
String logStore,
String consumerGroup,
int shard) |
GetConfigResponse |
LogService.GetConfig(GetConfigRequest request)
Get logtail config
|
GetConfigResponse |
Client.GetConfig(GetConfigRequest request) |
GetConfigResponse |
LogService.GetConfig(String project,
String configName)
Get logtail config
|
GetConfigResponse |
Client.GetConfig(String project,
String configName) |
GetCursorResponse |
LogService.GetCursor(GetCursorRequest request)
Get cursor from log service server
|
GetCursorResponse |
Client.GetCursor(GetCursorRequest request) |
GetCursorResponse |
LogService.GetCursor(String project,
String logStore,
int shardId,
Consts.CursorMode mode)
Get cursor from log service server
|
GetCursorResponse |
Client.GetCursor(String project,
String logStream,
int shardId,
Consts.CursorMode mode) |
GetCursorResponse |
LogService.GetCursor(String project,
String logStore,
int shardId,
Date fromTime)
Get cursor from log service server
|
GetCursorResponse |
Client.GetCursor(String project,
String logStore,
int shardId,
Date fromTime) |
GetCursorResponse |
LogService.GetCursor(String project,
String logStore,
int shardId,
long fromTime)
Get cursor from log service server
|
GetCursorResponse |
Client.GetCursor(String project,
String logStore,
int shardId,
long fromTime) |
GetHistogramsResponse |
LogService.GetHistograms(GetHistogramsRequest request)
Get The log status(histogram info) from log service server which match
input parameters.
|
GetHistogramsResponse |
Client.GetHistograms(GetHistogramsRequest request) |
GetHistogramsResponse |
LogService.GetHistograms(String project,
String logstore,
int from,
int to,
String topic,
String query)
Get The log status(histogram info) from log service server which match
input parameters.
|
GetHistogramsResponse |
Client.GetHistograms(String project,
String logStore,
int from,
int to,
String topic,
String query) |
GetIndexResponse |
LogService.GetIndex(GetIndexRequest request)
Get logstore index config
|
GetIndexResponse |
Client.GetIndex(GetIndexRequest request) |
GetIndexResponse |
LogService.GetIndex(String project,
String logStore)
Get logstore index config
|
GetIndexResponse |
Client.GetIndex(String project,
String logStore) |
GetLogsResponse |
LogService.GetLogs(GetLogsRequest request)
Get The sub set of logs data from log service server which match input
parameters.
|
GetLogsResponse |
Client.GetLogs(GetLogsRequest request) |
GetLogsResponse |
LogService.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query)
Get The sub set of logs data from log service server which match input
parameters.
|
GetLogsResponse |
Client.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query) |
GetLogsResponse |
LogService.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query,
int line,
int offset,
boolean reverse)
Get The sub set of logs data from log service server which match input
parameters.
|
GetLogsResponse |
Client.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query,
int line,
int offset,
boolean reverse) |
GetLogStoreResponse |
LogService.GetLogStore(GetLogStoreRequest request)
get the logstore config
|
GetLogStoreResponse |
Client.GetLogStore(GetLogStoreRequest request) |
GetLogStoreResponse |
LogService.GetLogStore(String project,
String logStoreName)
Get the logstore config
|
GetLogStoreResponse |
Client.GetLogStore(String project,
String logStoreName) |
GetMachineGroupResponse |
LogService.GetMachineGroup(GetMachineGroupRequest request)
Get machine group
|
GetMachineGroupResponse |
Client.GetMachineGroup(GetMachineGroupRequest request) |
GetMachineGroupResponse |
LogService.GetMachineGroup(String project,
String groupName)
Get machine group
|
GetMachineGroupResponse |
Client.GetMachineGroup(String project,
String groupName) |
GetShipperTasksResponse |
LogService.GetShipperTasks(String project,
String logStore,
String shipperName,
int startTime,
int endTime,
String statusType,
int offset,
int size)
Get the tasks of a logstore shipper
|
GetShipperTasksResponse |
Client.GetShipperTasks(String project,
String logStore,
String shipperName,
int startTime,
int endTime,
String statusType,
int offset,
int size) |
ConsumerGroupHeartBeatResponse |
LogService.HeartBeat(String project,
String logStore,
String consumerGroup,
String consumer,
ArrayList<Integer> shards)
notify the server periodically to show that the consumer is still alive.
|
ConsumerGroupHeartBeatResponse |
Client.HeartBeat(String project,
String logStore,
String consumerGroup,
String consumer,
ArrayList<Integer> shards) |
ListConfigResponse |
LogService.ListConfig(ListConfigRequest request)
List logtail configs
|
ListConfigResponse |
Client.ListConfig(ListConfigRequest request) |
ListConfigResponse |
LogService.ListConfig(String project)
List logtail configs
|
ListConfigResponse |
Client.ListConfig(String project) |
ListConfigResponse |
LogService.ListConfig(String project,
int offSet,
int size)
List logtail configs
|
ListConfigResponse |
Client.ListConfig(String project,
int offSet,
int size) |
ListConfigResponse |
LogService.ListConfig(String project,
String configName,
int offSet,
int size)
List logtail configs
|
ListConfigResponse |
Client.ListConfig(String project,
String configName,
int offSet,
int size) |
ListConsumerGroupResponse |
LogService.ListConsumerGroup(String project,
String logStore)
list logstore consumer groups
|
ListConsumerGroupResponse |
Client.ListConsumerGroup(String project,
String logStore) |
ListLogStoresResponse |
LogService.ListLogStores(ListLogStoresRequest request)
Get all the logstore of a project
|
ListLogStoresResponse |
Client.ListLogStores(ListLogStoresRequest request) |
ListLogStoresResponse |
LogService.ListLogStores(String project,
int offset,
int size,
String logstoreName)
Get all the logstore for the user
|
ListLogStoresResponse |
Client.ListLogStores(String project,
int offset,
int size,
String logstoreName) |
ListMachineGroupResponse |
LogService.ListMachineGroup(ListMachineGroupRequest request)
List machine groups
|
ListMachineGroupResponse |
Client.ListMachineGroup(ListMachineGroupRequest request) |
ListMachineGroupResponse |
LogService.ListMachineGroup(String project)
List machine groups
|
ListMachineGroupResponse |
Client.ListMachineGroup(String project) |
ListMachineGroupResponse |
LogService.ListMachineGroup(String project,
int offSet,
int size)
List machine groups
|
ListMachineGroupResponse |
Client.ListMachineGroup(String project,
int offSet,
int size) |
ListMachineGroupResponse |
LogService.ListMachineGroup(String project,
String groupName,
int offSet,
int size)
List machine groups
|
ListMachineGroupResponse |
Client.ListMachineGroup(String project,
String groupName,
int offSet,
int size) |
ListMachinesResponse |
LogService.ListMachines(String project,
String machineGroup,
int offset,
int size)
List the real machines in the machine group
|
ListMachinesResponse |
Client.ListMachines(String project,
String machineGroup,
int offset,
int size) |
ListShardResponse |
LogService.ListShard(ListShardRequest request)
Get the shards in the logtstore
|
ListShardResponse |
Client.ListShard(ListShardRequest request) |
ListShardResponse |
LogService.ListShard(String project,
String logStore)
Get the shards in the logtstore
|
ListShardResponse |
Client.ListShard(String prj,
String logStore) |
ListShipperResponse |
LogService.ListShipper(String project,
String logStore)
List shipper of a logstore
|
ListShipperResponse |
Client.ListShipper(String project,
String logStore) |
ListTopicsResponse |
LogService.ListTopics(ListTopicsRequest request)
Get the topics in the logtstore
|
ListTopicsResponse |
Client.ListTopics(ListTopicsRequest request) |
ListTopicsResponse |
LogService.ListTopics(String project,
String logStore,
String token,
int line)
Get the topics in the logtstore
|
ListTopicsResponse |
Client.ListTopics(String project,
String logStore,
String token,
int line) |
ListShardResponse |
LogService.MergeShards(MergeShardsRequest request)
merge two readwrite shards in the logtstore
|
ListShardResponse |
Client.MergeShards(MergeShardsRequest request) |
ListShardResponse |
LogService.MergeShards(String project,
String logStore,
int shardId)
merge two readwrite shards in the logtstore
|
ListShardResponse |
Client.MergeShards(String prj,
String logStore,
int shardId) |
protected net.sf.json.JSONObject |
Client.ParserResponseMessage(ResponseMessage response,
String requestId) |
PutLogsResponse |
LogService.PutLogs(PutLogsRequest request)
Send Data to log service server
|
PutLogsResponse |
Client.PutLogs(PutLogsRequest request) |
PutLogsResponse |
LogService.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source)
Send Data to log service server
|
PutLogsResponse |
Client.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source) |
PutLogsResponse |
Client.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source,
String shardHash) |
RemoveConfigFromMachineGroupResponse |
LogService.RemoveConfigFromMachineGroup(RemoveConfigFromMachineGroupRequest request)
Remove config from machine group
|
RemoveConfigFromMachineGroupResponse |
Client.RemoveConfigFromMachineGroup(RemoveConfigFromMachineGroupRequest request) |
RemoveConfigFromMachineGroupResponse |
LogService.RemoveConfigFromMachineGroup(String project,
String groupName,
String configName)
Remove config from machine group
|
RemoveConfigFromMachineGroupResponse |
Client.RemoveConfigFromMachineGroup(String project,
String groupName,
String configName) |
RetryShipperTasksResponse |
LogService.RetryShipperTasks(String project,
String logStore,
String shipperName,
List<String> taskList)
retry the failed tasks, for every time it can only retry 10 task
|
RetryShipperTasksResponse |
Client.RetryShipperTasks(String project,
String logStore,
String shipperName,
List<String> taskList) |
protected ResponseMessage |
Client.SendData(String project,
HttpMethod method,
String resourceUri,
Map<String,String> parameters,
Map<String,String> headers,
byte[] body) |
ListShardResponse |
LogService.SplitShard(SplitShardRequest request)
split a readwrite shard in the logtstore
|
ListShardResponse |
Client.SplitShard(SplitShardRequest request) |
ListShardResponse |
LogService.SplitShard(String project,
String logStore,
int shardId,
String midHash)
split a readwrite shard in the logtstore
|
ListShardResponse |
Client.SplitShard(String prj,
String logStore,
int shardId,
String midHash) |
ConsumerGroupUpdateCheckPointResponse |
LogService.UpdateCheckPoint(String project,
String logStore,
String consumerGroup,
int shard,
String checkpoint)
update consume checkpoint
|
ConsumerGroupUpdateCheckPointResponse |
Client.UpdateCheckPoint(String project,
String logStore,
String consumerGroup,
int shard,
String checkpoint) |
ConsumerGroupUpdateCheckPointResponse |
LogService.UpdateCheckPoint(String project,
String logStore,
String consumerGroup,
String consumer,
int shard,
String checkpoint)
update consume checkpoint
|
ConsumerGroupUpdateCheckPointResponse |
Client.UpdateCheckPoint(String project,
String logStore,
String consumerGroup,
String consumer,
int shard,
String checkpoint) |
protected ConsumerGroupUpdateCheckPointResponse |
Client.UpdateCheckPoint(String project,
String logStore,
String consumerGroup,
String consumer,
int shard,
String checkpoint,
boolean forceSuccess) |
UpdateConfigResponse |
LogService.UpdateConfig(String project,
Config config)
Update logtail config
|
UpdateConfigResponse |
Client.UpdateConfig(String project,
Config config) |
UpdateConfigResponse |
LogService.UpdateConfig(UpdateConfigRequest request)
Update logtail config
|
UpdateConfigResponse |
Client.UpdateConfig(UpdateConfigRequest request) |
UpdateConsumerGroupResponse |
LogService.UpdateConsumerGroup(String project,
String logStore,
String consumerGroup,
boolean inOrder) |
UpdateConsumerGroupResponse |
Client.UpdateConsumerGroup(String project,
String logStore,
String consumerGroup,
boolean inOrder) |
UpdateConsumerGroupResponse |
LogService.UpdateConsumerGroup(String project,
String logStore,
String consumerGroup,
boolean inOrder,
int timeoutInSec)
update consumer group
|
UpdateConsumerGroupResponse |
Client.UpdateConsumerGroup(String project,
String logStore,
String consumerGroup,
boolean inOrder,
int timeoutInSec) |
protected UpdateConsumerGroupResponse |
Client.UpdateConsumerGroup(String project,
String logStore,
String consumerGroup,
Boolean inOrder,
Integer timeoutInSec) |
UpdateConsumerGroupResponse |
LogService.UpdateConsumerGroup(String project,
String logStore,
String consumerGroup,
int timeoutInSec)
update consumer group
|
UpdateConsumerGroupResponse |
Client.UpdateConsumerGroup(String project,
String logStore,
String consumerGroup,
int timeoutInSec) |
UpdateIndexResponse |
LogService.UpdateIndex(String project,
String logStore,
Index index)
Update logstore index config
|
UpdateIndexResponse |
Client.UpdateIndex(String project,
String logStore,
Index index) |
UpdateIndexResponse |
LogService.UpdateIndex(UpdateIndexRequest request)
update logstore index config
|
UpdateIndexResponse |
Client.UpdateIndex(UpdateIndexRequest request) |
UpdateLogStoreResponse |
LogService.UpdateLogStore(String project,
LogStore logStore)
Update log store config
|
UpdateLogStoreResponse |
Client.UpdateLogStore(String project,
LogStore logStore) |
UpdateLogStoreResponse |
LogService.UpdateLogStore(UpdateLogStoreRequest request)
Update logstore config
|
UpdateLogStoreResponse |
Client.UpdateLogStore(UpdateLogStoreRequest request) |
UpdateMachineGroupResponse |
LogService.UpdateMachineGroup(String project,
MachineGroup group)
Update machine group
|
UpdateMachineGroupResponse |
Client.UpdateMachineGroup(String project,
MachineGroup group) |
UpdateMachineGroupResponse |
LogService.UpdateMachineGroup(UpdateMachineGroupRequest request)
Update machine group
|
UpdateMachineGroupResponse |
Client.UpdateMachineGroup(UpdateMachineGroupRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
LZ4Encoder.compressToLhLz4Chunk(byte[] data) |
static byte[] |
LZ4Encoder.decompressFromLhLz4Chunk(byte[] compressedData,
int rawSize) |
LogGroupData |
CompressedLogGroupData.DecompressLogGroup() |
void |
ShipperConfig.FromJsonObj(net.sf.json.JSONObject obj) |
void |
MachineStatus.FromJsonObject(net.sf.json.JSONObject statusDict) |
void |
MachineGroup.FromJsonObject(net.sf.json.JSONObject dict) |
void |
Machine.FromJsonObject(net.sf.json.JSONObject dict)
Construct a machine from a json object
|
void |
LogStore.FromJsonObject(net.sf.json.JSONObject dict) |
void |
IndexLine.FromJsonObject(net.sf.json.JSONObject dict) |
void |
IndexKeys.FromJsonObject(net.sf.json.JSONObject dict) |
void |
IndexKey.FromJsonObject(net.sf.json.JSONObject dict) |
void |
Index.FromJsonObject(net.sf.json.JSONObject dict) |
void |
GroupAttribute.FromJsonObject(net.sf.json.JSONObject groupAttribute) |
void |
ConfigOutputDetail.FromJsonObject(net.sf.json.JSONObject outputDetail) |
void |
ConfigInputDetail.FromJsonObject(net.sf.json.JSONObject inputDetail) |
void |
Config.FromJsonObject(net.sf.json.JSONObject dict) |
void |
MachineStatus.FromJsonString(String machineStatusString) |
void |
MachineGroup.FromJsonString(String machineGroupString) |
void |
Machine.FromJsonString(String machineString)
Construct a machine from a json string
|
void |
LogStore.FromJsonString(String logStoreString) |
void |
IndexLine.FromJsonString(String indexLineString) |
void |
IndexKeys.FromJsonString(String indexKeysString) |
void |
IndexKey.FromJsonString(String indexKeyString) |
void |
Index.FromJsonString(String indexString) |
void |
GroupAttribute.FromJsonString(String groupAttributeString) |
void |
ConfigOutputDetail.FromJsonString(String outputDetailString) |
void |
ConfigInputDetail.FromJsonString(String inputDetailString) |
void |
Config.FromJsonString(String configString) |
void |
ConfigInputDetail.SetFilterKey(net.sf.json.JSONArray filterKey) |
void |
ConfigInputDetail.SetFilterRegex(net.sf.json.JSONArray filterRegex) |
void |
Config.SetInputDetail(net.sf.json.JSONObject inputDetail) |
void |
Config.SetInputDetail(String inputDetailString) |
void |
ConfigInputDetail.SetKey(net.sf.json.JSONArray key) |
void |
MachineGroup.SetMachineList(net.sf.json.JSONArray machineListJSONArray) |
void |
Config.SetOutputDetail(net.sf.json.JSONObject outputDetail) |
void |
Config.SetOutputDetail(String outputDetailString) |
net.sf.json.JSONObject |
IndexKeys.ToJsonObject() |
net.sf.json.JSONObject |
IndexKey.ToJsonObject() |
net.sf.json.JSONObject |
Index.ToJsonObject() |
String |
IndexKeys.ToJsonString() |
String |
IndexKey.ToJsonString() |
String |
Index.ToJsonString() |
net.sf.json.JSONObject |
IndexKeys.ToRequestJson() |
net.sf.json.JSONObject |
IndexKey.ToRequestJson() |
net.sf.json.JSONObject |
Index.ToRequestJson()
Return index in json object
|
String |
IndexKeys.ToRequestString() |
String |
IndexKey.ToRequestString() |
String |
Index.ToRequestString() |
| 构造器和说明 |
|---|
MachineGroup(MachineGroup machineGroup)
construct a machine group
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
UpdateMachineGroupRequest.SetMachineGroup(MachineGroup machineGroup) |
void |
CreateMachineGroupRequest.SetMachineGroup(MachineGroup machineGroup) |
| 构造器和说明 |
|---|
CreateMachineGroupRequest(String project,
MachineGroup machineGroup) |
UpdateMachineGroupRequest(String project,
MachineGroup machineGroup) |
| 限定符和类型 | 方法和说明 |
|---|---|
LogGroupData |
BatchGetLogResponse.GetLogGroup(int index)
get one uncompressed log group by index
|
List<LogGroupData> |
BatchGetLogResponse.GetLogGroups()
get all uncompressed log groups
|
List<LogGroupData> |
BatchGetLogResponse.GetLogGroups(int offset)
get uncompressed log groups with offset
|
void |
GetAppliedConfigResponse.SetConfigs(ArrayList<String> configs) |
void |
GetMachineGroupResponse.SetMachineGroup(MachineGroup machineGroup) |
void |
GetAppliedMachineGroupsResponse.SetMachineGroups(ArrayList<String> machineGroups) |
| 构造器和说明 |
|---|
BatchGetLogResponse(Map<String,String> headers,
byte[] rawData)
Construct the response with http headers
|
GetAppliedConfigResponse(Map<String,String> headers,
ArrayList<String> group) |
GetAppliedMachineGroupsResponse(Map<String,String> headers,
ArrayList<String> group) |
GetMachineGroupResponse(Map<String,String> headers,
MachineGroup machineGroup) |
Copyright © 2016. All Rights Reserved.