MCPcopy Create free account

hub / github.com/DavidHuie/httpq / functions

Functions603 in github.com/DavidHuie/httpq

↓ 187 callersFunctionequals
equals fails the test if exp is not equal to act.
Godeps/_workspace/src/github.com/boltdb/bolt/bolt_test.go:30
↓ 177 callersMethodBucket
Bucket retrieves a bucket by name. Returns nil if the bucket does not exist.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:90
↓ 129 callersMethodClose
Close closes the connection.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:25
↓ 122 callersMethodUpdate
Update executes a function within the context of a read-write managed transaction. If no error is returned from the function then the transaction is c
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:459
↓ 117 callersMethodCreateBucket
CreateBucket creates a new bucket. Returns an error if the bucket already exists, if the bucket name is blank, or if the bucket name is too long.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:96
↓ 106 callersMethodPut
Put sets the value for a key in the bucket. If the key exist then its previous value will be overwritten. Returns an error if the bucket was created f
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:273
↓ 106 callersFunctionok
ok fails the test if an err is not nil.
Godeps/_workspace/src/github.com/boltdb/bolt/bolt_test.go:21
↓ 93 callersMethodDo
Do sends a command to the server and returns the received reply.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:34
↓ 89 callersMethodClose
Close closes the database and deletes the underlying file.
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:622
↓ 89 callersFunctionNewTestDB
NewTestDB returns a new instance of TestDB.
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:613
↓ 77 callersFunctionassert
assert fails the test if the condition is false.
Godeps/_workspace/src/github.com/boltdb/bolt/bolt_test.go:12
↓ 53 callersMethodView
View executes a function within the context of a managed read-only transaction. Any error that is returned from the function is returned from the View
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:490
↓ 47 callersMethodSend
Send writes the command to the client's output buffer.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:37
↓ 44 callersMethodGet
Get retrieves the value for a key in the bucket. Returns a nil value if the key does not exist or if the key is a nested bucket.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:255
↓ 41 callersMethodGet
Get gets a connection. The application must close the returned connection. This method always returns a valid connection so that applications can defe
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:149
↓ 25 callersMethodBegin
Begin starts a new transaction. Multiple read-only transactions can be used concurrently but only one write transaction can be used at a time. Startin
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:345
↓ 25 callersMethodput
put inserts a key/value.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:116
↓ 24 callersFunctionfatal
(v ...interface{})
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go:157
↓ 23 callersMethodcheck
(message string, p *redis.Pool, dialed, open int)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:75
↓ 22 callersFunction_assert
_assert will panic with a given formatted message if the given condition is false.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:691
↓ 21 callersFunctiontempfile
tempfile returns a temporary file path.
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:693
↓ 20 callersMethodCreateBucketIfNotExists
CreateBucketIfNotExists creates a new bucket if it doesn't already exist. Returns an error if the bucket name is blank, or if the bucket name is too l
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:102
↓ 20 callersMethodCursor
Cursor creates a cursor associated with the root bucket. All items in the cursor will return a nil value because all root bucket keys point to buckets
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:79
↓ 20 callersFunctionve
(v interface{}, err error)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:31
↓ 19 callersMethodClose
Close releases the resources used by the pool.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:166
↓ 19 callersMethodRollback
Rollback closes the transaction and ignores all previous updates.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:207
↓ 18 callersMethodNext
Next moves the cursor to the next item in the bucket and returns its key and value. If the cursor is at the end of the bucket then a nil key and value
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:61
↓ 17 callersMethodDial
Dial connects to the Redis server at address on the named network.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:88
↓ 17 callersMethodError
()
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:310
↓ 16 callersMethodAdd
Add returns the result of appending value to args.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:463
↓ 16 callersMethodString
String returns the string representation of the database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:87
↓ 16 callersFunctionprintf
(format string, v ...interface{})
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go:141
↓ 15 callersMethodErr
Err returns a non-nil value if the connection is broken. The returned value is either the first non-nil value returned from the underlying network con
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:31
↓ 15 callersMethodFlush
Flush flushes the output buffer to the Redis server.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:40
↓ 14 callersMethodFirst
First moves the cursor to the first item in the bucket and returns its key and value. If the bucket is empty then a nil key and value are returned.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:28
↓ 14 callersMethodPath
Path returns the path to currently open database file.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:77
↓ 13 callersMethodCommit
Commit writes all changes to disk and updates the meta page. Returns an error if a disk write error occurs.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:131
↓ 13 callersFunctiontestSimulate
Randomly generate operations on a given database with multiple clients to ensure consistency and thread safety.
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:31
↓ 12 callersMethodDelete
Delete removes a key from the bucket. If the key does not exist then nothing is done and a nil error is returned. Returns an error if the bucket was c
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:305
↓ 12 callersMethodReceive
Receive receives a single reply from the Redis server
Godeps/_workspace/src/github.com/garyburd/redigo/redis/redis.go:43
↓ 12 callersFunctionSetTestMode
SetTestMode sets whether the CLI is running in test mode and resets the logger.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go:190
↓ 12 callersMethodStats
Stats retrieves a copy of the current transaction statistics.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:84
↓ 12 callersFunctiondial
dial wraps DialTestDB() with a more suitable function name for examples.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply_test.go:105
↓ 12 callersFunctionequals
equals fails the test if exp is not equal to act.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main_test.go:63
↓ 12 callersMethodpage
page returns a reference to the page with a given id. If page has been written to then a temporary bufferred page is returned.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:465
↓ 12 callersFunctionprintln
(v ...interface{})
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go:149
↓ 12 callersFunctionrun
run executes a command against the CLI and returns the output.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main_test.go:30
↓ 11 callersMethodForEach
ForEach executes a function for each bucket in the root. If the provided function returns an error then the iteration is stopped and the error is retu
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:115
↓ 11 callersMethodMustCheck
MustCheck runs a consistency check on the database and panics if any errors are found.
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:652
↓ 11 callersMethodfree
free adds the node's underlying page to the freelist.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:577
↓ 10 callersMethodCheck
Check performs several consistency checks on the database for this transaction. An error is returned if any inconsistency is found. It can be safely
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:313
↓ 10 callersMethodallocate
allocate returns the starting page id of a contiguous list of pages of a given size. If a contiguous block cannot be found then 0 is returned.
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:64
↓ 9 callersFunctioncannotConvert
(d reflect.Value, s interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:34
↓ 8 callersMethodCursor
Cursor creates a cursor associated with the bucket. The cursor is only valid as long as the transaction is open. Do not use a cursor after the transac
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:89
↓ 8 callersMethodDeleteBucket
DeleteBucket deletes a bucket. Returns an error if the bucket cannot be found or if the key represents a non-bucket value.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:108
↓ 8 callersMethodPage
Page returns page information for a given page number. This is only safe for concurrent use when used by a writable transaction.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:495
↓ 8 callersFunctionfatalf
(format string, v ...interface{})
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main.go:164
↓ 8 callersMethodmeta
meta retrieves the current meta page reference.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:547
↓ 8 callersMethodnode
node creates a node from a page and associates it with a given parent.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:608
↓ 8 callersFunctionopen
open creates and opens a Bolt database in the temp directory.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main_test.go:18
↓ 8 callersMethodrollback
()
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:216
↓ 8 callersMethodseek
seek moves the cursor to a given key and returns it. If the key does not exist then the next key is used.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:140
↓ 7 callersMethodNextSequence
NextSequence returns an autoincrementing integer for the bucket.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:328
↓ 7 callersMethodPrev
Prev moves the cursor to the previous item in the bucket and returns its key and value. If the cursor is at the beginning of the bucket then a nil key
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:72
↓ 7 callersMethodSeek
Seek moves the cursor to a given key and returns it. If the key does not exist then the next key is used. If no keys follow, a nil key is returned.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:103
↓ 7 callersMethodbranchPageElement
branchPageElement retrieves the branch node by index
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:68
↓ 7 callersMethodcount
count returns the number of inodes or page elements.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:372
↓ 7 callersFunctionexpectPushed
(t *testing.T, c redis.PubSubConn, message string, expected interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub_test.go:106
↓ 7 callersMethodremoveChild
removes a node from the list of in-memory children. This does not affect the inodes.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:535
↓ 7 callersMethodtyp
typ returns a human readable page type string used for debugging.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:38
↓ 6 callersMethodSize
()
queue.go:6
↓ 6 callersMethoddel
del removes a key from the node.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:144
↓ 6 callersMethodfatal
(err error)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:128
↓ 6 callersMethodkeyValue
keyValue returns the key and value of the current leaf element.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:317
↓ 6 callersFunctionnewFreelist
newFreelist returns an empty, initialized freelist.
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:18
↓ 6 callersMethodpageNode
pageNode returns the in-memory node, if it exists. Otherwise returns the underlying page.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:670
↓ 6 callersMethodread
read initializes the node from a page.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:161
↓ 5 callersMethodAddFlat
AddFlat returns the result of appending the flattened value of v to args. Maps are flattened by appending the alternating keys and map values to args
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:479
↓ 5 callersMethodLast
Last moves the cursor to the last item in the bucket and returns its key and value. If the bucket is empty then a nil key and value are returned.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:44
↓ 5 callersMethodLen
()
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:85
↓ 5 callersMethodWrite
(p []byte)
Godeps/_workspace/src/github.com/boltdb/bolt/tx_test.go:319
↓ 5 callersMethodkey
key returns a byte slice of the node key.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:111
↓ 5 callersMethodleafPageElement
leafPageElement retrieves the leaf node by index
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:57
↓ 5 callersMethodpageInBuffer
pageInBuffer retrieves a page reference from a given byte array based on the current page size.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:542
↓ 5 callersFunctionqconfig
()
Godeps/_workspace/src/github.com/boltdb/bolt/quick_test.go:37
↓ 5 callersMethodsize
size returns the size of the node after serialization.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:40
↓ 5 callersMethodwriteString
(s string)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:164
↓ 4 callersMethodAdd
(other BucketStats)
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:718
↓ 4 callersMethodCopyFile
CopyFile copies the entire database to file at the given path. A reader transaction is maintained during the copy so it is safe to continue using the
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:291
↓ 4 callersMethodOnCommit
OnCommit adds a handler function to be executed after the transaction successfully commits.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:125
↓ 4 callersFunctionScan
Scan copies from src to the values pointed at by dest. The values pointed at by dest must be an integer, float, boolean, string, []byte, interface{}
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:207
↓ 4 callersFunctionValues
Values is a helper that converts an array command reply to a []interface{}. If err is not equal to nil, then Values returns nil, err. Otherwise, Value
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:229
↓ 4 callersMethodWritable
Writable returns whether the bucket is writable.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:82
↓ 4 callersMethodargs
(spec string, keysAndArgs []interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/script.go:43
↓ 4 callersMethodclose
()
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:308
↓ 4 callersFunctionconvertAssignValue
(d reflect.Value, s interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:98
↓ 4 callersFunctionfileSize
(path string)
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:743
↓ 4 callersMethodisLeaf
isLeaf returns whether the ref is pointing at a leaf page/node.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:364
↓ 4 callersMethodnumChildren
numChildren returns the number of children.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:87
↓ 4 callersMethodpageElementSize
pageElementSize returns the size of each page element based on the type of node.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:65
next →1–100 of 603, ranked by callers