This is the cl-etcd Reference Manual, version 1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:52:02 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-etcd
Run etcd as an asynchronous inferior process.
Anthony Green <green@moxielogic.com>
AGPL3
1
alexandria
(system).
async-process
(system).
bordeaux-threads
(system).
cl-base64
(system).
cl-json
(system).
cl-ppcre
(system).
str
(system).
drakma
(system).
flexi-streams
(system).
split-sequence
(system).
package.lisp
(file).
etcd.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-etcd/etcd.lisp
package.lisp
(file).
cl-etcd
(system).
delete-dir-etcd
(function).
delete-etcd
(function).
etcd
(class).
get-etcd
(function).
(setf get-etcd)
(function).
id
(reader method).
initialize-instance
(method).
watch-etcd
(function).
with-etcd
(macro).
%get-etcd
(function).
+became-regex+
(special variable).
+etcd-member-id-regex+
(special variable).
config
(reader method).
delete-process
(function).
get-process-output-string
(function).
get-put-uri
(reader method).
monitor-etcd-output
(function).
on-follower
(reader method).
on-leader
(reader method).
process
(reader method).
process
(class).
process-buffer-stream
(reader method).
process-command
(reader method).
process-name
(reader method).
process-output-callback
(reader method).
process-output-callback-type
(reader method).
process-pointer
(reader method).
process-read-thread
(reader method).
process-send-input
(function).
ready
(reader method).
role
(reader method).
run-process
(function).
set-process-read-thread
(writer method).
start-semaphore
(reader method).
version
(reader method).
write-to-buffer
(function).
Packages are listed by definition order.
cl-etcd
common-lisp
.
delete-dir-etcd
(function).
delete-etcd
(function).
etcd
(class).
get-etcd
(function).
(setf get-etcd)
(function).
id
(generic reader).
watch-etcd
(function).
with-etcd
(macro).
%get-etcd
(function).
+became-regex+
(special variable).
+etcd-member-id-regex+
(special variable).
config
(generic reader).
delete-process
(function).
get-process-output-string
(function).
get-put-uri
(generic reader).
monitor-etcd-output
(function).
on-follower
(generic reader).
on-leader
(generic reader).
process
(generic reader).
process
(class).
process-buffer-stream
(generic reader).
process-command
(generic reader).
process-name
(generic reader).
process-output-callback
(generic reader).
process-output-callback-type
(generic reader).
process-pointer
(generic reader).
process-read-thread
(generic reader).
process-send-input
(function).
ready
(generic reader).
role
(generic reader).
run-process
(function).
set-process-read-thread
(generic writer).
start-semaphore
(generic reader).
version
(generic reader).
write-to-buffer
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Create an etcd subprocess, ETCD. CONFIG is a hashtable of etcd config options: name, initial-advertise-peer-urls, listen-peer-urls, listen-client-urls, advertise-client-urls, initial-cluster, initial-cluster-state, initial-cluster-token. Otherwise, CONFIG is nil and we are creating a non-clustered etcd instance.
Delete the directory DIR recursively from ETCD.
Delete the KEY from ETCD.
Get the value of KEY from ETCD. Returns NIL if KEY not found. Throws an error on unexpected errors.
Put the KEY/VALUE pair into ETCD.
Like GET-ETCD, but waits until value changes.
Get the value of KEY from ETCD, but wait for a change first if WAIT. Returns NIL if KEY not found. Throws an error on unexpected errors.
:pointer
This slot is read-only.
:name
This slot is read-only.
:command
This slot is read-only.
:buffer-stream
This slot is read-only.
:read-thread
:output-callback
This slot is read-only.
:output-callback-type
This slot is read-only.
Jump to: | %
(
C D F G I M O P R S V W |
---|
Jump to: | %
(
C D F G I M O P R S V W |
---|
Jump to: | +
B C G I N O P R S V |
---|
Jump to: | +
B C G I N O P R S V |
---|
Jump to: | C E F P S |
---|
Jump to: | C E F P S |
---|