[
https://issues.apache.org/jira/browse/ACE-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niclas Hedhman updated ACE-507:
-------------------------------
Attachment: LogCommands.patch
Sorry if the formatting is not up to par. It isn't obvious how to format with
large parameter annotations.
Also, there is clash between two Descriptor classes, also increasing the
clutter.
> Gogo LogCommands gets more functions
> ------------------------------------
>
> Key: ACE-507
> URL: https://issues.apache.org/jira/browse/ACE-507
> Project: ACE
> Issue Type: Improvement
> Reporter: Niclas Hedhman
> Priority: Minor
> Attachments: LogCommands.patch
>
>
> I have added a few functions to retrieve Log events from the ACE LogStore.
> They are;
> list - Get all Descriptors of TargetID and StoreID.
> scope: ace-log
> list - Get all Descriptors of a particular TargetID.
> scope: ace-log
> parameters:
> String targetId - Identifier of the Target.
> get - Get all the Log Events in the given TargetID and StoreID.
> scope: ace-log
> parameters:
> String targetId - Identifier of the Target.
> long storeId - Identity of the Store on the given Target.
> get - Get all the Log Events from the given TargetID
> scope: ace-log
> parameters:
> String targetId - Identifier of the Target.
> get - Get all the Log Events from the given TargetID and StoreID, after a
> given time.
> scope: ace-log
> parameters:
> String targetId - Identifier of the Target.
> long storeId - Identity of the Store on the given Target.
> long start - The starting time of the time range requested.(millis)
> get - Get all the Log Events from the given TargetID and StoreID, within a
> time range.
> scope: ace-log
> parameters:
> String targetId - Identifier of the Target.
> long storeId - Identity of the Store on the given Target.
> long start - The starting time of the time range requested.(millis)
> long end - The ending time of the time range requested. (millis)
> getAll - Get all the Log Events available. USE WITH EXTREME CARE!
> scope: ace-log
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)