MCPcopy Create free account

hub / github.com/DavidHuie/httpq / functions

Functions603 in github.com/DavidHuie/httpq

↓ 1 callersMethodSend
Send evaluates the script without waiting for the reply.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/script.go:78
↓ 1 callersMethodSendHash
SendHash evaluates the script without waiting for the reply. The script is evaluated with the EVALSHA command. The application must ensure that the sc
Godeps/_workspace/src/github.com/garyburd/redigo/redis/script.go:73
↓ 1 callersMethodSize
Size returns current database size in bytes as seen by this transaction.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:66
↓ 1 callersFunctionStats
Collect stats for all top level buckets matching the prefix.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/stats.go:11
↓ 1 callersMethodUnsubscribe
Unsubscribe unsubscribes the connection from the given channels, or from all of them if none is given.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:81
↓ 1 callersMethodWriteOpsPerSecond
Returns average number of write operations that can be performed per second.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:390
↓ 1 callersMethod_forEachPageNode
(pgid pgid, depth int, fn func(*page, *node, int))
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:467
↓ 1 callersMethodadd
(other *TxStats)
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:547
↓ 1 callersMethodadd
(other *Stats)
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:627
↓ 1 callersMethodbeginRWTx
()
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:390
↓ 1 callersMethodbeginTx
()
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:352
↓ 1 callersFunctionbenchRead
Reads from the database.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:194
↓ 1 callersFunctionbenchReadSequential
(db *bolt.DB, options *BenchOptions, results *BenchResults)
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:214
↓ 1 callersFunctionbenchReadSequentialNested
(db *bolt.DB, options *BenchOptions, results *BenchResults)
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:244
↓ 1 callersFunctionbenchWrite
Writes to the database.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:94
↓ 1 callersFunctionbenchWriteRandom
(db *bolt.DB, options *BenchOptions, results *BenchResults)
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:121
↓ 1 callersFunctionbenchWriteRandomNested
(db *bolt.DB, options *BenchOptions, results *BenchResults)
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:131
↓ 1 callersFunctionbenchWriteSequential
(db *bolt.DB, options *BenchOptions, results *BenchResults)
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:116
↓ 1 callersFunctionbenchWriteSequentialNested
(db *bolt.DB, options *BenchOptions, results *BenchResults)
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:126
↓ 1 callersMethodbranchPageElements
branchPageElements retrieves a list of branch nodes.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:73
↓ 1 callersMethodcheck
(ch chan error)
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:319
↓ 1 callersMethodcheckBucket
(b *Bucket, reachable map[pgid]*page, freed map[pgid]bool, ch chan error)
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:352
↓ 1 callersFunctioncompileStructSpec
(t reflect.Type, depth map[string]int, index []int, ss *structSpec)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:236
↓ 1 callersFunctionconvertAssign
(d interface{}, s interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:123
↓ 1 callersFunctionconvertAssignValues
(d reflect.Value, s []interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:110
↓ 1 callersMethodcopy
(m map[string]interface{})
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:288
↓ 1 callersMethodcount
count returns count of pages on the freelist
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:31
↓ 1 callersMethoddereference
dereference causes the node to copy all its inode key/value references to heap memory. This is required when the mmap is reallocated so inodes are not
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:546
↓ 1 callersMethodfieldSpec
(name []byte)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/scan.go:232
↓ 1 callersFunctionflock
flock acquires an advisory lock on a file descriptor.
Godeps/_workspace/src/github.com/boltdb/bolt/bolt_unix.go:14
↓ 1 callersMethodforEachPage
forEachPage iterates over every page within a given page and executes a function.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:478
↓ 1 callersMethodforEachPage
forEachPage iterates over every page in a bucket, including inline pages.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:445
↓ 1 callersMethodforEachPageNode
forEachPageNode iterates over every page (or node) in a bucket. This also includes inline pages.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:458
↓ 1 callersMethodfreed
freed returns whether a given page is in the free list.
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:153
↓ 1 callersFunctionfunlock
funlock releases an advisory lock on a file descriptor.
Godeps/_workspace/src/github.com/boltdb/bolt/bolt_unix.go:39
↓ 1 callersMethodget
get prunes stale connections and returns a connection from the idle list or creates a new connection.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:193
↓ 1 callersMethodhexdump
dump writes n bytes of the page to STDERR as hex output.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:78
↓ 1 callersMethodinit
init creates a new database file and initializes its meta pages.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:255
↓ 1 callersMethodinlineable
inlineable returns true if a bucket is small enough to be written inline and if it contains no subbuckets. Otherwise returns false.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:551
↓ 1 callersMethodleafPageElements
leafPageElements retrieves a list of leaf nodes.
Godeps/_workspace/src/github.com/boltdb/bolt/page.go:63
↓ 1 callersMethodmaxInlineBucketSize
Returns the maximum total size of a bucket to make it a candidate for inlining.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:576
↓ 1 callersFunctionmmap
mmap memory maps a DB's data file.
Godeps/_workspace/src/github.com/boltdb/bolt/bolt_unix.go:44
↓ 1 callersMethodmmapSize
mmapSize determines the appropriate size for the mmap given the current size of the database. The minimum size is 4MB and doubles until it reaches 1GB
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:220
↓ 1 callersFunctionmsync
(db *DB)
Godeps/_workspace/src/github.com/boltdb/bolt/bolt_openbsd.go:16
↓ 1 callersFunctionmunmap
munmap unmaps a DB's data file from memory.
Godeps/_workspace/src/github.com/boltdb/bolt/bolt_unix.go:68
↓ 1 callersMethodnextSibling
nextSibling returns the next node with the same parent.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:92
↓ 1 callersMethodnode
node returns the node that the cursor is currently positioned on.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:335
↓ 1 callersMethodnsearch
nsearch searches the leaf node on the top of the stack for a key.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:295
↓ 1 callersFunctionparseInt
parseInt parses an integer reply.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:266
↓ 1 callersMethodprevSibling
prevSibling returns the previous node with the same parent.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:104
↓ 1 callersFunctionprintStats
Continuously prints stats on the database at given intervals.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:333
↓ 1 callersMethodput
(c Conn, forceClose bool)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:272
↓ 1 callersMethodrand
(m map[string]interface{}, keys *[][]byte)
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:266
↓ 1 callersFunctionrandKey
()
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:301
↓ 1 callersFunctionrandKeys
()
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:311
↓ 1 callersFunctionrandValue
()
Godeps/_workspace/src/github.com/boltdb/bolt/simulation_test.go:320
↓ 1 callersMethodread
read initializes the freelist from a freelist page.
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:158
↓ 1 callersMethodrebalance
rebalance attempts to combine the node with sibling nodes if the node fill size is below a threshold or if there are not enough keys.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:395
↓ 1 callersMethodreload
reload reads the freelist from a page and filters out pending items.
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:204
↓ 1 callersMethodremoveTx
removeTx removes a transaction from the database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:426
↓ 1 callersMethodsearchNode
(key []byte, n *node)
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:251
↓ 1 callersMethodsearchPage
(key []byte, p *page)
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:271
↓ 1 callersMethodsizeLessThan
sizeLessThan returns true if the node is less than a given size. This is an optimization to avoid calculating a large node when we only need to know i
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:52
↓ 1 callersMethodspill
spill writes the nodes to dirty pages and splits nodes as it goes. Returns an error if dirty pages cannot be allocated.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:325
↓ 1 callersMethodsplitIndex
splitIndex finds the position where a page will fill a given threshold. It returns the index as well as the size of the first page. This is only be ca
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:301
↓ 1 callersMethodsplitTwo
splitTwo breaks up a node into two smaller nodes, if appropriate. This should only be called from the split() function.
Godeps/_workspace/src/github.com/boltdb/bolt/node.go:259
↓ 1 callersFunctiontempfile
tempfile returns a temporary file path.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/bench.go:416
↓ 1 callersFunctiontempfile
tempfile returns a temporary file path.
Godeps/_workspace/src/github.com/boltdb/bolt/cmd/bolt/main_test.go:37
↓ 1 callersFunctionu64tob
u64tob converts a uint64 into an 8-byte slice.
Godeps/_workspace/src/github.com/boltdb/bolt/db_test.go:755
↓ 1 callersMethodwrite
write writes the page ids onto a freelist page. All free and pending ids are saved to disk since in the event of a program crash, all pending ids will
Godeps/_workspace/src/github.com/boltdb/bolt/freelist.go:182
↓ 1 callersMethodwriteFloat64
(n float64)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:182
↓ 1 callersMethodwriteMeta
writeMeta writes the meta to the disk.
Godeps/_workspace/src/github.com/boltdb/bolt/tx.go:441
↓ 1 callersFunctionzpop
zpop pops a value from the ZSET key using WATCH/MULTI/EXEC commands.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/zpop_example_test.go:23
FunctionBenchmarkDoEmpty
(b *testing.B)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn_test.go:514
FunctionBenchmarkDoPing
(b *testing.B)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn_test.go:529
FunctionBenchmarkPoolGet
(b *testing.B)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:622
FunctionBenchmarkPoolGetErr
(b *testing.B)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:638
FunctionBenchmarkPoolGetPing
(b *testing.B)
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:657
FunctionBool
Bool is a helper that converts a command reply to a boolean. If err is not equal to nil, then Bool returns false, err. Otherwise Bool converts the rep
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:201
MethodBucket
Bucket returns the bucket that this cursor was created from.
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:22
FunctionBytes
Bytes is a helper that converts a command reply to a slice of bytes. If err is not equal to nil, then Bytes returns nil, err. Otherwise Bytes converts
Godeps/_workspace/src/github.com/garyburd/redigo/redis/reply.go:175
MethodClose
Close releases all database resources. All transactions must be closed before closing the database.
Godeps/_workspace/src/github.com/boltdb/bolt/db.go:302
MethodClose
()
Godeps/_workspace/src/github.com/garyburd/redigo/internal/redistest/testdb.go:29
MethodClose
Close closes the connection.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pubsub.go:63
MethodClose
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:117
MethodClose
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:320
MethodClose
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:387
MethodClose
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/test_test.go:29
MethodClose
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:37
MethodClose
()
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool_test.go:35
MethodCreateBucketIfNotExists
CreateBucketIfNotExists creates a new bucket if it doesn't already exist and returns a reference to it. Returns an error if the bucket name is blank,
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:195
MethodDelete
Delete removes the current key/value under the cursor from the bucket. Delete fails if current key/value is a bucket or if the transaction is not writ
Godeps/_workspace/src/github.com/boltdb/bolt/cursor.go:121
MethodDeleteBucket
DeleteBucket deletes a bucket at the given key. Returns an error if the bucket does not exists, or if the key represents a non-bucket value.
Godeps/_workspace/src/github.com/boltdb/bolt/bucket.go:207
FunctionDial
Dial dials the local Redis server and selects database 9. To prevent stomping on real data, DialTestDB fails if database 9 contains data. The returned
Godeps/_workspace/src/github.com/garyburd/redigo/internal/redistest/testdb.go:44
FunctionDial
Dial connects to the Redis server at the given network and address.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:55
FunctionDialTimeout
DialTimeout acts like Dial but takes timeouts for establishing the connection to the server, writing a command and reading a reply.
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:62
MethodDo
(cmd string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/conn.go:405
MethodDo
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:362
MethodDo
(string, ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/pool.go:384
MethodDo
(commandName string, args ...interface{})
Godeps/_workspace/src/github.com/garyburd/redigo/redis/log.go:101
← previousnext →201–300 of 603, ranked by callers