RLogpresso.create: Create Araqne Log Databse Client

Description Usage Details Author(s) Examples

Description

Create Communicator with Araqne LogDB

Usage

1

Details

Returning Object has following functions.

* connect(host, port=8888, loginName, password="", connectTimeout=0, readTimeout=10000)
* disconnect()
* query(query, interval=1)
* createQuery(query)
* startQuery(id)
* stopQuery(id)
* removeQuery(id)
* fetch(id, offset, limit)
* queries()
* queryStatus(id)
* logFileTypes()
* createTable(name, logFileType)
* dropTable(name)
* tables()
* tableInfo(name)

Author(s)

delmitz

Examples

1
2
3
4
5
6
7
client <- RLogpresso.create()
client$connect("localhost", 80, "araqne", "password")

client$tables()
client$query("YOUR_QUERY_STRING_HERE")

client$disconnect()

logpresso/RLogpresso documentation built on May 21, 2019, 7:37 a.m.