MCPcopy Create free account

hub / github.com/DavidHuie/httpq / types & classes

Types & classes68 in github.com/DavidHuie/httpq

↓ 24 callersTypeAliaspgid
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:27
↓ 10 callersTypeAliasprotocolError
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:221
↓ 3 callersTypeAliaspgids
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:130
↓ 2 callersTypeAliastxid
txid represents the internal transaction identifier.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:13
↓ 1 callersTypeAliasError
Error represents an error returned in a command reply.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:18
↓ 1 callersTypeAliasrevtestdata
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:61
TypeAliasArgs
Args is a helper for constructing command arguments from structured values.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:460
StructBenchOptions
BenchOptions represents the set of options that can be passed to Bench().
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:356
StructBenchResults
BenchResults represents the performance results of the benchmark.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:374
StructBoltQueue
queue/boltqueue/boltqueue.go:10
StructBucket
Bucket represents a collection of key/value pairs inside the database.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:36
StructBucketStats
BucketStats records statistics about resources used by a bucket.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:695
StructCommandInfo
Godeps/_workspace/src/github.com/garyburd/redigo/internal/commandinfo.go:28
InterfaceConn
Conn represents a connection to a Redis server.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:23
StructCursor
Cursor represents an iterator that can traverse over all key/value pairs in a bucket in sorted order. Cursors see nested buckets with value == nil. Cu
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:16
StructDB
DB represents a collection of buckets persisted to a file on disk. All data access is performed through transactions which can be obtained through the
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:33
StructHttpq
httpq.go:11
StructInfo
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:631
StructMessage
Message represents a message notification.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:35
StructOptions
Options represents the options that can be set when opening a database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:582
StructPMessage
PMessage represents a pmessage notification.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:45
StructPageInfo
PageInfo represents human readable information about a page.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:123
StructPool
Pool maintains a pool of connections. The application calls the Get method to get a connection from the pool and the connection's Close method to retu
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:94
StructPubSubConn
PubSubConn wraps a Conn with convenience methods for subscribers.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:58
InterfaceQueue
queue.go:3
StructQuickDB
QuickDB is an in-memory database that replicates the functionality of the Bolt DB type except that it is entirely in-memory. It is meant for testing t
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:196
StructRedisQueue
queue/redisqueue/redisqueue.go:9
StructScript
Script encapsulates the source, hash and key count for a Lua script. See http://redis.io/commands/eval for information on scripts in Redis.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/script.go:26
StructServer
server.go:9
StructStats
Stats represents statistics about the database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:596
StructSubscription
Subscription represents a subscribe or unsubscribe notification.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:22
StructTestDB
TestDB represents a wrapper around a Bolt DB to handle temporary file creation and automatic cleanup on close.
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:608
StructTx
Tx represents a read-only or read/write transaction on the database. Read-only transactions can be used for retrieving values for keys and creating cu
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:23
StructTxStats
TxStats represents statistics about the actions performed by the transaction.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:521
StructbranchPageElement
branchPageElement represents a node on a branch page.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:90
Structbucket
bucket represents the on-file representation of a bucket. This is stored as the "value" of a bucket key. If the bucket is small enough, then its root
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:56
Structconn
conn is the low-level implementation of Conn
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:30
StructelemRef
elemRef represents a reference to an element on a given page/node.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:357
StructerrorConnection
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:382
StructfailWriter
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:314
StructfailWriterError
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:308
StructfieldSpec
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:221
Structfreelist
freelist represents a list of all pages that are available for allocation. It also tracks pages that have been freed but are still in use by open tran
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:11
StructidleConn
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:133
Structinode
inode represents an internal node inside of a node. It can be used to point to elements in a page or point to an element which hasn't been added to a
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:620
TypeAliasinodes
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:627
StructleafPageElement
leafPageElement represents a node on a leaf page.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:103
StructloggingConn
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:31
Structmeta
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:636
Structnode
node represents an in-memory, deserialized page.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:11
TypeAliasnodes
dump writes the contents of the node to STDERR for debugging purposes. * func (n *node) dump() { // Write node header. var typ = "branch" if n.isLe
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:611
StructnopCloser
Godeps/_workspace/src/github.com/garyburd/redigo/redis/test_test.go:27
Structpage
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:29
TypeAliaspages
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:83
StructpoolDialer
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:54
StructpoolTestConn
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:29
StructpooledConnection
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:297
StructqueueMetadata
queue/boltqueue/boltqueue.go:18
StructredisConnManager
cmd/httpq/redis.go:5
Structs0
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:140
Structs1
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan_test.go:146
FuncTypesimulateHandler
func(tx *bolt.Tx, qdb *QuickDB)
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:120
StructstructSpec
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:227
StructtestConn
Godeps/_workspace/src/github.com/garyburd/redigo/internal/redistest/testdb.go:25
TypeAliastestdata
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:44
Structtestdataitem
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:67
StructvalueError
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:26
StructxDialer
A Dialer specifies options for connecting to a Redis server.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:73