MCPcopy Create free account

hub / github.com/Qihoo360/poseidon / types & classes

Types & classes330 in github.com/Qihoo360/poseidon

↓ 10 callersTypeAliasprotocolError
builder/docformat/src/github.com/garyburd/redigo/redis/conn.go:331
↓ 3 callersTypeAliasfield
A field identifies a field in a struct, accessible from a structPointer. In this implementation, a field is identified by its byte offset from the sta
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:73
↓ 2 callersTypeAliasint32Slice
builder/docformat/src/github.com/golang/protobuf/proto/text.go:596
↓ 1 callersTypeAliasError
Error represents an error returned in a command reply.
builder/docformat/src/github.com/garyburd/redigo/redis/redis.go:18
↓ 1 callersTypeAliasTimeSlice
builder/docformat/src/job/logto_hdfs_collector.go:331
↓ 1 callersTypeAliasfield
A field identifies a field in a struct, accessible from a structPointer. In this implementation, a field is identified by the sequence of field indice
builder/docformat/src/github.com/golang/protobuf/proto/pointer_reflect.go:69
↓ 1 callersTypeAliasint32Slice
builder/docformat/src/github.com/golang/protobuf/jsonpb/jsonpb.go:87
↓ 1 callersTypeAliasmapKeys
Map fields may have key types of non-float scalars, strings and enums. The easiest way to sort them in some deterministic order is to use fmt. If this
builder/docformat/src/github.com/golang/protobuf/jsonpb/jsonpb.go:519
↓ 1 callersTypeAliasstructPointer
NOTE: These type_Foo functions would more idiomatically be methods, but Go does not allow methods on pointer types, and we must preserve some pointer
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:53
↓ 1 callersTypeAliasword32
A word32 is the address of a "pointer to 32-bit value" field.
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:161
↓ 1 callersTypeAliasword32Val
A word32Val is the address of a 32-bit value field.
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:189
↓ 1 callersTypeAliasword64
word64 is like word32 but for 64-bit values.
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:219
↓ 1 callersTypeAliasword64Val
word64Val is like word32Val but for 64-bit values.
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:243
StructAddrMemcachePool
service/searcher/poseidon/memcache_pool.go:13
TypeAliasArgs
Args is a helper for constructing command arguments from structured values.
builder/docformat/src/github.com/garyburd/redigo/redis/scan.go:482
StructAuthResponse
AuthResponse represents the metadata returned from an AUTH command to nsqd
builder/docformat/src/github.com/bitly/go-nsq/conn.go:33
StructBackendStore
service/meta/module/module.go:16
InterfaceBackoffStrategy
BackoffStrategy defines a strategy for calculating the duration of time a consumer should backoff for a given attempt
builder/docformat/src/github.com/bitly/go-nsq/config.go:35
ClassBase64DecodeFunction
Created by i-xuchongpeng on 2016/8/11.
builder/index/src/main/java/InvertedIndex/plugin/Function/Base64DecodeFunction.java:11
StructBuffer
A Buffer is a buffer manager for marshaling and unmarshaling protocol buffers. It may be reused between invocations to reduce memory usage. It is no
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:308
StructBufferedWriter
BufferedWriter is an io.WriteCloser with behavior similar to writers returned by NewWriter but it buffers written data, maximizing block size (to impr
builder/docformat/src/github.com/mreiferson/go-snappystream/writer.go:27
ClassBuilder
Protobuf type {@code proto.DocGzMeta} <p> <pre> 原始数据按照gz压缩文件格式存放在hdfs中 每128行原始数据合在一起称为一个 Document(文档) 一个hdfs文件按照2GB大小计算,大约可以容纳 10w 个压缩后的 Document 我们用
builder/index/src/main/java/proto/PoseidonIf.java:361
ClassBuilder
Protobuf type {@code proto.DocId}
builder/index/src/main/java/proto/PoseidonIf.java:969
ClassBuilder
Protobuf type {@code proto.DocIdList} <p> <pre> 一个分词可能会出现多个文档中,由于每个文档有多行原始数据组成 每个关联数据需要 docId、rawIndex 两个信息来描述 </pre>
builder/index/src/main/java/proto/PoseidonIf.java:1591
ClassBuilder
Protobuf type {@code proto.FastPForCompressedDocIdList} <p> <pre> 压缩的docIdList, 使用FastPFOR算法压缩,两个数组解压后等长 </pre>
builder/index/src/main/java/proto/PoseidonIf.java:2632
ClassBuilder
Protobuf type {@code proto.InvertedIndex} <p> <pre> Token-&gt;DocIds 倒排索引表结构。这个索引数据压缩后最终每天需要占用2TB空间。 hashid=hash64(token)%100亿,重复(冲突)不影响 直接在hdfs上进行分词,
builder/index/src/main/java/proto/PoseidonIf.java:3327
ClassBuilder
Protobuf type {@code proto.FastPForCompressedInvertedIndex}
builder/index/src/main/java/proto/PoseidonIf.java:3833
ClassBuilder
Protobuf type {@code proto.PdzCompressedInvertedIndex} <p> <pre> Pdz 压缩算法是针对Protobuf的 Repeated 字段的一种压缩算法,详细实现情况请见: pdz_compress.go </pre>
builder/index/src/main/java/proto/PoseidonIf.java:4347
ClassBuilder
Protobuf type {@code proto.InvertedIndexGzMeta} <p> <pre> 存入NoSQL中,Key=int(hashid/N) </pre>
builder/index/src/main/java/proto/PoseidonIf.java:4926
InterfaceBusinessTrait
service/searcher/poseidon/business_trait.go:13
InterfaceCollector
builder/docformat/src/job/job.go:27
StructCommand
Command represents a command from a client to an NSQ daemon
builder/docformat/src/github.com/bitly/go-nsq/command.go:17
StructCommandInfo
builder/docformat/src/github.com/garyburd/redigo/internal/commandinfo.go:28
ClassComment
builder/index/src/main/java/util/IniParser.java:1057
ClassCommonLogParser
builder/index/src/main/java/InvertedIndex/plugin/CommonLogParser.java:23
StructCompressedDocIdList
压缩的docIdList, 使用FastPFOR算法压缩,两个数组解压后等长
builder/docformat/src/poseidon/datastruct/poseidon_if.pb.go:74
StructCompressedInvertedIndex
builder/docformat/src/poseidon/datastruct/poseidon_if.pb.go:111
StructConfig
Config contains the options for a storage client
service/meta/store/store.go:29
StructConfig
Config is a struct of NSQ options The only valid way to create a Config is via NewConfig, using a struct literal will panic. After Config is passed i
builder/docformat/src/github.com/bitly/go-nsq/config.go:89
StructConfigFlag
ConfigFlag wraps a Config and implements the flag.Value interface
builder/docformat/src/github.com/bitly/go-nsq/config_flag.go:8
InterfaceConn
Conn represents a connection to a Redis server.
builder/docformat/src/github.com/garyburd/redigo/redis/redis.go:23
StructConn
Conn represents a connection to nsqd Conn exposes a set of callbacks for the various events that occur on a connection
builder/docformat/src/github.com/bitly/go-nsq/conn.go:50
InterfaceConnDelegate
ConnDelegate is an interface of methods that are used as callbacks in Conn
builder/docformat/src/github.com/bitly/go-nsq/delegates.go:61
StructConnMux
ConnMux multiplexes one or more connections to a single underlying connection. The ConnMux connections do not support concurrency, commands that assoc
builder/docformat/src/github.com/garyburd/redigo/redisx/connmux.go:29
StructConsumer
Consumer is a high-level type to consume from NSQ. A Consumer instance is supplied a Handler that will be executed concurrently via goroutines to han
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:86
StructConsumerHandler
builder/docformat/src/github.com/bitly/go-nsq/producer_test.go:18
StructConsumerStats
ConsumerStats represents a snapshot of the state of a Consumer's connections and the messages it has seen
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:60
StructDescriptor
Descriptor represents a protocol buffer message.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:114
StructDialOption
DialOption specifies an option for dialing a Redis server.
builder/docformat/src/github.com/garyburd/redigo/redis/conn.go:68
InterfaceDiscoveryFilter
DiscoveryFilter is an interface accepted by `SetBehaviorDelegate()` for filtering the nsqds returned from discovery via nsqlookupd
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:47
StructDmSrc
builder/docformat/src/main/dm_src_provider.go:19
StructDocDataResult
service/searcher/poseidon/doc_gz_client.go:21
TypeAliasDocDataResultList
service/searcher/poseidon/doc_gz_client.go:64
StructDocGzClient
service/searcher/poseidon/doc_gz_client.go:70
ClassDocGzMeta
Protobuf type {@code proto.DocGzMeta} <p> <pre> 原始数据按照gz压缩文件格式存放在hdfs中 每128行原始数据合在一起称为一个 Document(文档) 一个hdfs文件按照2GB大小计算,大约可以容纳 10w 个压缩后的 Document 我们用
builder/index/src/main/java/proto/PoseidonIf.java:66
StructDocGzMeta
原始数据按照gz压缩文件格式存放在hdfs中 每128行原始数据合在一起称为一个 Document(文档) 一个hdfs文件按照2GB大小计算,大约可以容纳 10w 个压缩后的 Document 我们用 DocGzMeta 结构来描述文档相关的元数据信息
service/searcher/proto/poseidon_if.pb.go:32
StructDocGzMeta
原始数据按照gz压缩文件格式存放在hdfs中 每128行原始数据合在一起称为一个 Document(文档) 一个hdfs文件按照2GB大小计算,大约可以容纳 10w 个压缩后的 Document 我们用 DocGzMeta 结构来描述文档相关的元数据信息
builder/docformat/src/poseidon/datastruct/poseidon_if.pb.go:31
InterfaceDocGzMetaOrBuilder
builder/index/src/main/java/proto/PoseidonIf.java:14
ClassDocId
Protobuf type {@code proto.DocId}
builder/index/src/main/java/proto/PoseidonIf.java:738
StructDocId
service/searcher/proto/poseidon_if.pb.go:42
StructDocId
builder/docformat/src/poseidon/datastruct/poseidon_if.pb.go:41
StructDocIdInfo
builder/docformat/src/job/logto_hdfs_collector.go:43
ClassDocIdList
Protobuf type {@code proto.DocIdList} <p> <pre> 一个分词可能会出现多个文档中,由于每个文档有多行原始数据组成 每个关联数据需要 docId、rawIndex 两个信息来描述 </pre>
builder/index/src/main/java/proto/PoseidonIf.java:1305
StructDocIdList
一个分词可能会出现多个文档中,由于每个文档有多行原始数据组成 每个关联数据需要 docId、rawIndex 两个信息来描述
service/searcher/proto/poseidon_if.pb.go:53
StructDocIdList
一个分词可能会出现多个文档中,由于每个文档有多行原始数据组成 每个关联数据需要 docId、rawIndex 两个信息来描述
builder/docformat/src/poseidon/datastruct/poseidon_if.pb.go:52
TypeAliasDocIdList
service/searcher/poseidon/doc_gz_client.go:15
InterfaceDocIdListOrBuilder
builder/index/src/main/java/proto/PoseidonIf.java:1219
InterfaceDocIdOrBuilder
builder/index/src/main/java/proto/PoseidonIf.java:712
TypeAliasDocItemList
service/searcher/poseidon/inverted_index_gz_client.go:22
ClassDocMetaConfigured
Created by liwei on 9/26/16.
builder/docmeta/src/main/java/meta/DocMetaConfigured.java:18
ClassDocMetaMapper
Created by liwei on 9/27/16.
builder/docmeta/src/main/java/meta/DocMetaMapper.java:16
StructEnumDescriptor
EnumDescriptor describes an enum. If it's at top level, its parent will be nil. Otherwise it will be the descriptor of the message in which it is defi
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:148
StructErrIdentify
ErrIdentify is returned from Conn as part of the IDENTIFY handshake
builder/docformat/src/github.com/bitly/go-nsq/errors.go:26
StructErrProtocol
ErrProtocol is returned from Producer when encountering an NSQ protocol level error
builder/docformat/src/github.com/bitly/go-nsq/errors.go:37
StructExponentialStrategy
ExponentialStrategy implements an exponential backoff strategy (default)
builder/docformat/src/github.com/bitly/go-nsq/config.go:40
StructExtension
Extension represents an extension in a message.
builder/docformat/src/github.com/golang/protobuf/proto/extensions.go:80
StructExtensionDesc
ExtensionDesc represents an extension specification. Used in generated code from the protocol compiler.
builder/docformat/src/github.com/golang/protobuf/proto/extensions.go:66
StructExtensionDescriptor
ExtensionDescriptor describes an extension. If it's at top level, its parent will be nil. Otherwise it will be the descriptor of the message in which
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:200
StructExtensionRange
ExtensionRange represents a range of message extensions for a protocol buffer. Used in code generated by the protocol compiler.
builder/docformat/src/github.com/golang/protobuf/proto/extensions.go:51
InterfaceFailedMessageLogger
FailedMessageLogger is an interface that can be implemented by handlers that wish to receive a callback when a message is deemed "failed" (i.e. the nu
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:54
ClassFastPForCompressedDocIdList
Protobuf type {@code proto.FastPForCompressedDocIdList} <p> <pre> 压缩的docIdList, 使用FastPFOR算法压缩,两个数组解压后等长 </pre>
builder/index/src/main/java/proto/PoseidonIf.java:2280
StructFastPForCompressedDocIdList
压缩的docIdList, 使用FastPFOR算法压缩,两个数组解压后等长
service/searcher/proto/poseidon_if.pb.go:75
InterfaceFastPForCompressedDocIdListOrBuilder
builder/index/src/main/java/proto/PoseidonIf.java:2214
ClassFastPForCompressedInvertedIndex
Protobuf type {@code proto.FastPForCompressedInvertedIndex}
builder/index/src/main/java/proto/PoseidonIf.java:3579
StructFastPForCompressedInvertedIndex
service/searcher/proto/poseidon_if.pb.go:113
InterfaceFastPForCompressedInvertedIndexOrBuilder
builder/index/src/main/java/proto/PoseidonIf.java:3565
ClassFieldSizeData
builder/index/src/main/java/InvertedIndex/InvertedIndexGenerateReducer.java:254
StructFileDescriptor
FileDescriptor describes an protocol buffer descriptor file (.proto). It includes slices of all the messages and enums defined within it. Those slices
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:244
ClassFilterFunction
Created by i-xuchongpeng on 2016/8/11.
builder/index/src/main/java/InvertedIndex/plugin/Function/FilterFunction.java:11
ClassFilterFunctionTest
Created by i-xuchongpeng on 2016/8/11.
builder/index/src/test/java/FilterFunctionTest.java:17
InterfaceFolderNameExtractor
builder/index/src/main/java/InvertedIndex/IndexGzMetaOutputFormat.java:154
EnumFormat
builder/index/src/main/java/InvertedIndex/plugin/CommonLogParser.java:27
StructFullJitterStrategy
FullJitterStrategy implements http://www.awsarchitectureblog.com/2015/03/backoff.html
builder/docformat/src/github.com/bitly/go-nsq/config.go:56
InterfaceFunction
Created by liwei on 6/8/16.
builder/index/src/main/java/InvertedIndex/plugin/Function/Function.java:9
StructGenerator
Generator is the type whose methods generate the output, stored in the associated response structure.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:506
StructGetResult
service/meta/store/store.go:8
ClassHDFSFileWriter
Created by liwei on 8/31/16.
builder/index/src/main/java/InvertedIndex/HDFSFileWriter.java:17
StructHDFSReader
service/searcher/poseidon/hdfs_reader.go:14
InterfaceHandler
Handler is the message processing interface for Consumer Implement this interface for handlers that return whether or not message processing complete
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:28
FuncTypeHandlerFunc
HandlerFunc is a convenience type to avoid having to declare a struct to implement the Handler interface, it can be used like this: consumer.AddHand
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:38
next →1–100 of 330, ranked by callers