Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qihoo360/poseidon
/ functions
Functions
2,300 in github.com/Qihoo360/poseidon
⨍
Functions
2,300
◇
Types & classes
330
↓ 3 callers
Function
writeName
(w *textWriter, props *Properties)
builder/docformat/src/github.com/golang/protobuf/proto/text.go:163
↓ 3 callers
Function
writeUnknownInt
(w *textWriter, x uint64, err error)
builder/docformat/src/github.com/golang/protobuf/proto/text.go:587
↓ 3 callers
Function
writeUnknownStruct
(w *textWriter, data []byte)
builder/docformat/src/github.com/golang/protobuf/proto/text.go:520
↓ 2 callers
Method
Append
(x uint32)
builder/docformat/src/github.com/golang/protobuf/proto/pointer_reflect.go:302
↓ 2 callers
Method
CheckGet
CheckGet returns a pointer to a new `Json` object and a `bool` identifying success or failure useful for chained operations when success is important
builder/docformat/src/github.com/bitly/go-simplejson/simplejson.go:164
↓ 2 callers
Method
Close
Close idempotently initiates connection close
builder/docformat/src/github.com/bitly/go-nsq/conn.go:187
↓ 2 callers
Function
CompactTextString
CompactTextString is the same as CompactText, but returns the string directly.
builder/docformat/src/github.com/golang/protobuf/proto/text.go:747
↓ 2 callers
Function
Decode
Decode returns the decoded form of src. The returned slice may be a sub- slice of dst if dst was large enough to hold the entire decoded block. Otherw
builder/docformat/src/github.com/mreiferson/go-snappystream/snappy-go/decode.go:38
↓ 2 callers
Function
DeferredPublish
DeferredPublish creates a new Command to write a message to a given topic where the message will queue at the channel level until the timeout expires
builder/docformat/src/github.com/bitly/go-nsq/command.go:138
↓ 2 callers
Method
DescName
DescName returns the variable name used for the generated descriptor.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:223
↓ 2 callers
Function
DialReadTimeout
DialReadTimeout specifies the timeout for reading a single command reply.
builder/docformat/src/github.com/garyburd/redigo/redis/conn.go:81
↓ 2 callers
Function
DialWriteTimeout
DialWriteTimeout specifies the timeout for writing a single command.
builder/docformat/src/github.com/garyburd/redigo/redis/conn.go:88
↓ 2 callers
Method
DisconnectFromNSQD
DisconnectFromNSQD closes the connection to and removes the specified `nsqd` address from the list
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:592
↓ 2 callers
Method
Do
(cmd string, args ...interface{})
builder/docformat/src/github.com/garyburd/redigo/redis/conn.go:515
↓ 2 callers
Method
DocIdStoredKey
(day string, docId uint64)
service/searcher/poseidon/business_trait.go:22
↓ 2 callers
Method
FileOf
FileOf return the FileDescriptor for this FileDescriptorProto.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:1115
↓ 2 callers
Method
Finish
Finish sends a FIN command to the nsqd which sent this message
builder/docformat/src/github.com/bitly/go-nsq/message.go:67
↓ 2 callers
Method
Flush
Flush encodes and writes a block with the contents of w's internal buffer to the underlying writer even if the buffer does not contain a full block of
builder/docformat/src/github.com/mreiferson/go-snappystream/writer.go:79
↓ 2 callers
Method
GetDocIdListStr
(DocIdList build, StringBuffer ss)
builder/index/src/main/java/InvertedIndex/InvertedIndexGenerateReducer.java:359
↓ 2 callers
Method
IndexStoredKey
(day string, field string, token string)
service/searcher/poseidon/business_trait.go:18
↓ 2 callers
Method
Init
(ctx *sj.Json, id int, itemChans [](chan Item))
builder/docformat/src/job/job.go:21
↓ 2 callers
Method
Init
(sub string, ctx *sj.Json, ctrlChan chan int, reportChan chan int)
builder/docformat/src/main/workshop.go:43
↓ 2 callers
Method
Initialize
()
service/meta/module/module.go:33
↓ 2 callers
Method
IsAutoResponseDisabled
IsAutoResponseDisabled indicates whether or not this message will be responded to automatically
builder/docformat/src/github.com/bitly/go-nsq/message.go:56
↓ 2 callers
Method
IsClosing
IsClosing indicates whether or not the connection is currently in the processing of gracefully closing
builder/docformat/src/github.com/bitly/go-nsq/conn.go:198
↓ 2 callers
Method
LastRDY
LastRDY returns the previously set RDY count
builder/docformat/src/github.com/bitly/go-nsq/conn.go:208
↓ 2 callers
Method
LocalAddr
()
builder/docformat/src/github.com/garyburd/redigo/redis/conn_test.go:37
↓ 2 callers
Method
LogId
()
service/searcher/poseidon/doc_gz_client.go:32
↓ 2 callers
Function
LookupCommandInfo
(commandName string)
builder/docformat/src/github.com/garyburd/redigo/internal/commandinfo.go:49
↓ 2 callers
Method
MarshalJSON
Implements the json.Marshaler interface.
builder/docformat/src/github.com/bitly/go-simplejson/simplejson.go:52
↓ 2 callers
Function
MaxEncodedLen
MaxEncodedLen returns the maximum length of a snappy block, given its uncompressed length.
builder/docformat/src/github.com/mreiferson/go-snappystream/snappy-go/encode.go:152
↓ 2 callers
Method
MaxRDY
MaxRDY returns the nsqd negotiated maximum RDY count that it will accept for this connection
builder/docformat/src/github.com/bitly/go-nsq/conn.go:220
↓ 2 callers
Method
MessageTypeId
()
builder/docformat/src/github.com/golang/protobuf/proto/message_set.go:79
↓ 2 callers
Method
MultiGet
MultiGet is a batch version of Get
service/meta/store/store.go:19
↓ 2 callers
Function
MultiPublish
MultiPublish creates a new Command to write more than one message to a given topic (useful for high-throughput situations to avoid roundtrips and satu
builder/docformat/src/github.com/bitly/go-nsq/command.go:145
↓ 2 callers
Function
NewConn
NewConn returns a new Conn instance
builder/docformat/src/github.com/bitly/go-nsq/conn.go:89
↓ 2 callers
Function
NewFromReader
NewFromReader returns a *Json by decoding from an io.Reader
builder/docformat/src/github.com/bitly/go-simplejson/simplejson_go10.go:13
↓ 2 callers
Function
Nop
Nop creates a new Command that has no effect server side. Commonly used to respond to heartbeats
builder/docformat/src/github.com/bitly/go-nsq/command.go:219
↓ 2 callers
Method
OnResponse
OnResponse is called when the connection receives a FrameTypeResponse from nsqd
builder/docformat/src/github.com/bitly/go-nsq/delegates.go:64
↓ 2 callers
Method
PUnsubscribe
PUnsubscribe unsubscribes the connection from the given patterns, or from all of them if none is given.
builder/docformat/src/github.com/garyburd/redigo/redis/pubsub.go:91
↓ 2 callers
Method
ParseIp
(String val)
builder/index/src/main/java/InvertedIndex/plugin/Util.java:167
↓ 2 callers
Method
ParsePath
(String val, Set<String> set, boolean path_combo)
builder/index/src/main/java/InvertedIndex/plugin/Util.java:189
↓ 2 callers
Method
ParseUrl
(String val, Set<String> set)
builder/index/src/main/java/InvertedIndex/plugin/Util.java:226
↓ 2 callers
Method
PassBy
(String token)
builder/index/src/main/java/InvertedIndex/plugin/Function/TokenFilter.java:53
↓ 2 callers
Method
Ping
Ping causes the Producer to connect to it's configured nsqd (if not already connected) and send a `Nop` command, returning any error that might occur.
builder/docformat/src/github.com/bitly/go-nsq/producer.go:100
↓ 2 callers
Method
Post
(String body)
builder/indexmeta/src/main/java/meta/MetaSetter.java:41
↓ 2 callers
Method
Read
Read performs a deadlined read on the underlying TCP connection
builder/docformat/src/github.com/bitly/go-nsq/conn.go:241
↓ 2 callers
Method
ReadZip
(filePath string, offset int64, length int64)
service/searcher/poseidon/hdfs_reader.go:54
↓ 2 callers
Method
Receive
()
builder/docformat/src/github.com/garyburd/redigo/redisx/connmux.go:91
↓ 2 callers
Method
ReportError
(Exception exception, OutputStream out)
service/hdfsreader/src/main/java/Reader.java:81
↓ 2 callers
Method
Requeue
Requeue sends a REQ command to the nsqd which sent this message, using the supplied delay. A delay of -1 will automatically calculate based on the nu
builder/docformat/src/github.com/bitly/go-nsq/message.go:89
↓ 2 callers
Method
SetDefaults
(c *Config)
builder/docformat/src/github.com/bitly/go-nsq/config.go:30
↓ 2 callers
Function
Size
Size returns the encoded size of a protocol buffer.
builder/docformat/src/github.com/golang/protobuf/proto/encode.go:280
↓ 2 callers
Function
SliceItemToInterface
(src DocItemList)
service/searcher/poseidon/doc_gz_client.go:73
↓ 2 callers
Method
SortDocIdList
(DocIdList.Builder doc_list_build, long pv)
builder/index/src/main/java/InvertedIndex/InvertedIndexGenerateReducer.java:371
↓ 2 callers
Method
Stop
()
builder/docformat/src/github.com/garyburd/redigo/redis/test_test.go:113
↓ 2 callers
Method
Tick
()
builder/docformat/src/job/job.go:23
↓ 2 callers
Method
TypeName
TypeName returns the elements of the dotted type name. The package name is not part of this name.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:159
↓ 2 callers
Method
Unmarshal
Unmarshal parses the protocol buffer representation in the Buffer and places the decoded result in pb. If the struct underlying pb does not match the
builder/docformat/src/github.com/golang/protobuf/proto/decode.go:343
↓ 2 callers
Method
UnmarshalJSON
Implements the json.Unmarshaler interface.
builder/docformat/src/github.com/bitly/go-simplejson/simplejson_go10.go:21
↓ 2 callers
Function
UnmarshalString
UnmarshalString will populate the fields of a protocol buffer based on a JSON string. This function is lenient and will decode any options permutation
builder/docformat/src/github.com/golang/protobuf/jsonpb/jsonpb.go:346
↓ 2 callers
Method
UnmarshalText
(bytes []byte)
builder/docformat/src/github.com/golang/protobuf/proto/text_test.go:57
↓ 2 callers
Method
Validate
Validate checks that all values are within specified min/max ranges
builder/docformat/src/github.com/bitly/go-nsq/config.go:233
↓ 2 callers
Function
WatchSignal
(functor func())
builder/docformat/src/main/main.go:36
↓ 2 callers
Method
addDocidList
(String docids_str, DocIdList.Builder docid_list_build_)
builder/index/src/main/java/InvertedIndex/ReduceGroupData.java:130
↓ 2 callers
Method
addSection
Adds a section if it doesn't exist yet. @param name the name of the section @return <code>true</code> if the section didn't already exist @throws Ill
builder/index/src/main/java/util/IniParser.java:338
↓ 2 callers
Method
advance
()
builder/docformat/src/github.com/golang/protobuf/proto/text_parser.go:146
↓ 2 callers
Function
backoffTest
(t *testing.T, expected []time.Duration, cb func(c *Config) BackoffStrategy)
builder/docformat/src/github.com/bitly/go-nsq/config_test.go:93
↓ 2 callers
Function
baseName
baseName returns the last path element of the name, with the last dotted suffix removed.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:2683
↓ 2 callers
Function
benchDecode
(b *testing.B, src []byte)
builder/docformat/src/github.com/mreiferson/go-snappystream/snappy-go/snappy_test.go:82
↓ 2 callers
Function
benchEncode
(b *testing.B, src []byte)
builder/docformat/src/github.com/mreiferson/go-snappystream/snappy-go/snappy_test.go:95
↓ 2 callers
Function
benchmarkBufferMarshal
(b *testing.B, pb Message)
builder/docformat/src/github.com/golang/protobuf/proto/all_test.go:2059
↓ 2 callers
Function
benchmarkBufferUnmarshal
(b *testing.B, pb Message)
builder/docformat/src/github.com/golang/protobuf/proto/all_test.go:2094
↓ 2 callers
Function
benchmarkLookupCommandInfo
(b *testing.B, names ...string)
builder/docformat/src/github.com/garyburd/redigo/internal/commandinfo_test.go:13
↓ 2 callers
Function
benchmarkSize
(b *testing.B, pb Message)
builder/docformat/src/github.com/golang/protobuf/proto/all_test.go:2068
↓ 2 callers
Function
buildExtStructTest
(text string)
builder/docformat/src/github.com/golang/protobuf/proto/text_parser_test.go:50
↓ 2 callers
Function
checkExtensionTypes
checkExtensionTypes checks that the given extension is valid for pb.
builder/docformat/src/github.com/golang/protobuf/proto/extensions.go:110
↓ 2 callers
Method
connect
()
builder/docformat/src/github.com/bitly/go-nsq/producer.go:258
↓ 2 callers
Function
convertAssignBulkString
(d reflect.Value, s []byte)
builder/docformat/src/github.com/garyburd/redigo/redis/scan.go:53
↓ 2 callers
Function
convertAssignInt
(d reflect.Value, s int64)
builder/docformat/src/github.com/garyburd/redigo/redis/scan.go:85
↓ 2 callers
Method
copyLogToHdfs
将文件列表files组装好入hdfs,组装可能是poseidon模式 这时t是logMap的key,是truncate后的时间,比如2016-06-06-12-15,一个t对应的全部文件都入到hadoop中一个文件中
builder/docformat/src/job/logto_hdfs_collector.go:394
↓ 2 callers
Method
copySingleFileToHdfs
(localPath string, remotePath string)
builder/docformat/src/job/logto_hdfs_collector.go:736
↓ 2 callers
Method
dec_slice_struct
Decode a slice of structs ([]*struct).
builder/docformat/src/github.com/golang/protobuf/proto/decode.go:835
↓ 2 callers
Function
decodeLength
decodeLength decodes a 24-bit (3-byte) little-endian length from b.
builder/docformat/src/github.com/mreiferson/go-snappystream/reader.go:296
↓ 2 callers
Function
decodedLen
decodedLen returns the length of the decoded block and the number of bytes that the length header occupied.
builder/docformat/src/github.com/mreiferson/go-snappystream/snappy-go/decode.go:23
↓ 2 callers
Method
discardBlock
()
builder/docformat/src/github.com/mreiferson/go-snappystream/reader.go:269
↓ 2 callers
Method
doRequeue
(delay time.Duration, backoff bool)
builder/docformat/src/github.com/bitly/go-nsq/message.go:102
↓ 2 callers
Function
dottedSlice
dottedSlice turns a sliced name into a dotted name.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:2646
↓ 2 callers
Method
enc_len_thing
Encode something, preceded by its encoded length (as a varint).
builder/docformat/src/github.com/golang/protobuf/proto/encode.go:1272
↓ 2 callers
Function
encodeDecode
(t *testing.T, in, out Message, msg string)
builder/docformat/src/github.com/golang/protobuf/proto/all_test.go:1234
↓ 2 callers
Function
encodeExtensionMap
encodeExtensionMap encodes any unmarshaled (unencoded) extensions in m.
builder/docformat/src/github.com/golang/protobuf/proto/extensions.go:159
↓ 2 callers
Function
encodedString
(s string)
builder/docformat/src/github.com/mreiferson/go-snappystream/reader_test.go:645
↓ 2 callers
Function
equalStruct
v1 and v2 are known to have the same type.
builder/docformat/src/github.com/golang/protobuf/proto/equal.go:92
↓ 2 callers
Function
equalbytes
(b1, b2 []byte, t *testing.T)
builder/docformat/src/github.com/golang/protobuf/proto/all_test.go:61
↓ 2 callers
Function
fieldDefault
fieldDefault returns the scalarField for field type ft. sf will be nil if the field can not have a default. nestedMessage will be true if this is a ne
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:739
↓ 2 callers
Function
fileIsProto3
(file *descriptor.FileDescriptorProto)
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:107
↓ 2 callers
Function
flattenStruct
(args Args, v reflect.Value)
builder/docformat/src/github.com/garyburd/redigo/redis/scan.go:528
↓ 2 callers
Method
fmix64
(long k)
builder/index/src/main/java/util/MurmurHash3.java:39
↓ 2 callers
Function
framedResponse
(frameType int32, data []byte)
builder/docformat/src/github.com/bitly/go-nsq/mock_test.go:168
↓ 2 callers
Method
generateClientSignature
generateClientSignature returns the client-side signature for a method.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/internal/grpc/grpc.go:248
← previous
next →
401–500 of 2,300, ranked by callers