Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.rdf.lexicon Classes and Interfaces - 56 results found.
NameDescriptionTypePackageFramework
AssignTermIdAssigns the term identifier to duplicate BigdataValue for a single write operation when an IDuplicateRemover was applied.Classcom.bigdata.rdf.lexiconBlazeGraph
BigdataSubjectCentricFullTextIndexClasscom.bigdata.rdf.lexiconBlazeGraph
BigdataValueCentricFullTextIndexClasscom.bigdata.rdf.lexiconBlazeGraph
BlobsIndexHelperHelper class for operations on the BLOBS index.Classcom.bigdata.rdf.lexiconBlazeGraph
BlobsIndexHelper .CollisionBucketSizeExceptionException thrown if the maximum size of the collision bucket would be exceeded for some BigdataValue.Classcom.bigdata.rdf.lexiconBlazeGraph
BlobsIndexSplitHandlerSplit handler enforces the constraint that a collision bucket is never split across a shard boundary.Classcom.bigdata.rdf.lexiconBlazeGraph
BlobsTupleSerializerEncapsulates key and value formation for the TERMS index.Classcom.bigdata.rdf.lexiconBlazeGraph
BlobsWriteProcThis unisolated operation inserts Values into the {termCode,hash(Value),counter}:Value index, assigning IVs toClasscom.bigdata.rdf.lexiconBlazeGraph
BlobsWriteProc .BlobsWriteProcConstructorClasscom.bigdata.rdf.lexiconBlazeGraph
BlobsWriteProc .ResultObject encapsulates the discovered / assigned IVs and provides efficient serialization for communication of those data to the client.Classcom.bigdata.rdf.lexiconBlazeGraph
BlobsWriteTaskSynchronous RPC write on the TERMS index.Classcom.bigdata.rdf.lexiconBlazeGraph
CacheValueFilterCache the BigdataValue on the IV (create a cross linkage).Classcom.bigdata.rdf.lexiconBlazeGraph
Id2TermTupleSerializerEncapsulates key and value formation for the reverse lexicon index.Classcom.bigdata.rdf.lexiconBlazeGraph
Id2TermWriteProcUnisolated write operation makes consistent assertions on the id:term index based on the data developed by the Term2IdWriteProcClasscom.bigdata.rdf.lexiconBlazeGraph
Id2TermWriteProc .Id2TermWriteProcConstructorClasscom.bigdata.rdf.lexiconBlazeGraph
ISubjectCentricTextIndexerAbstraction for the text indexer for RDF Values allowing either the built-in bigdata FullTextIndex or support for Lucene, etc.Interfacecom.bigdata.rdf.lexiconBlazeGraph
ITermCacheReduced interface for the LexiconRelation's term cache.Interfacecom.bigdata.rdf.lexiconBlazeGraph
ITermIndexCodesThis interface defines the signed byte values indicating the type of a term in the term index.Interfacecom.bigdata.rdf.lexiconBlazeGraph
ITermIVFilterInterface for filtering internal values.Interfacecom.bigdata.rdf.lexiconBlazeGraph
ITextIndexerAbstraction for the text indexer for RDF Values allowing either the built-in bigdata FullTextIndex or support for Lucene, etc.Interfacecom.bigdata.rdf.lexiconBlazeGraph
ITextIndexer .FullTextQueryClasscom.bigdata.rdf.lexiconBlazeGraph
IValueCentricTextIndexerAbstraction for the text indexer for RDF Values allowing either the built-in bigdata FullTextIndex or support for Lucene, etc.Interfacecom.bigdata.rdf.lexiconBlazeGraph
IVDocIdExtensionClasscom.bigdata.rdf.lexiconBlazeGraph
KVOTermIdComparatorPlaces KVOs containing BigdataValue references into an ordering determined by the assigned term identifiers}.Classcom.bigdata.rdf.lexiconBlazeGraph
LexAccessPatternEnumenum LexAccessPatternEnumType safe enumeration of access patterns for the LexPredicate.Classcom.bigdata.rdf.lexiconBlazeGraph
LexiconKeyBuilderFlyweight helper class for building (and decoding to the extent possible) unsigned byte[] keys for RDF Values and term identifiers.Classcom.bigdata.rdf.lexiconBlazeGraph
LexiconKeyOrderNatural index orders for the LexiconRelation.Classcom.bigdata.rdf.lexiconBlazeGraph
LexiconRelationThe LexiconRelation handles all things related to the indices mapping external RDF Values onto IVs (internal values)s and providesClasscom.bigdata.rdf.lexiconBlazeGraph
LexPredicate lex(BigdataValue,IV) predicate used for querying the LexiconRelation's TERMSClasscom.bigdata.rdf.lexiconBlazeGraph
RDFFullTextIndexTupleSerializerReplaces the FullTextIndexTupleSerializer to support IVs as document identifiers.Classcom.bigdata.rdf.lexiconBlazeGraph
ReverseIndexWriterTaskAdd terms to the reverse index, which is the index that we use to lookup the RDF value by its term identifier so that we can externalize ISPOs asClasscom.bigdata.rdf.lexiconBlazeGraph
Term2IdTupleSerializerHandles the term:id index (forward mapping for the lexicon).Classcom.bigdata.rdf.lexiconBlazeGraph
Term2IdWriteProcThis unisolated operation inserts terms into the term:id index, assigning identifiers to terms as a side-effect.Classcom.bigdata.rdf.lexiconBlazeGraph
Term2IdWriteProc .ResultObject encapsulates the discovered / assigned term identifiers and provides efficient serialization for communication of those data to theClasscom.bigdata.rdf.lexiconBlazeGraph
Term2IdWriteProc .Term2IdWriteProcConstructorClasscom.bigdata.rdf.lexiconBlazeGraph
Term2IdWriteTaskSynchronous RPC write on the TERM2ID index.Classcom.bigdata.rdf.lexiconBlazeGraph
TermCacheClasscom.bigdata.rdf.lexiconBlazeGraph
TermIdEncoderAn encoder/decoder for long values formed from a partition identifier in the high word and a local counter in the low word where the low N bits of theClasscom.bigdata.rdf.lexiconBlazeGraph
TestAccessPaths LexiconRelation.Classcom.bigdata.rdf.lexiconBlazeGraph
TestAddTermsTest suite for adding terms to the lexicon.Classcom.bigdata.rdf.lexiconBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.lexiconBlazeGraph
TestBlobsIndexTest suite for low-level operations on the BLOBS index.Classcom.bigdata.rdf.lexiconBlazeGraph
TestBlobsWriteTaskTest suite for the BlobsWriteTask.Classcom.bigdata.rdf.lexiconBlazeGraph
TestCompletionScan LexiconRelation.Classcom.bigdata.rdf.lexiconBlazeGraph
TestFullTextIndexTest of adding terms with the full text index enabled and of lookup of terms by tokens which appear within those terms.Classcom.bigdata.rdf.lexiconBlazeGraph
TestId2TermTupleSerializerTest suite for Id2TermTupleSerializer.Classcom.bigdata.rdf.lexiconBlazeGraph
TestInliningTest suite for adding terms to the lexicon.Classcom.bigdata.rdf.lexiconBlazeGraph
TestInlining .MyVocabularyDeclares URIs to support the IExtension examples.Classcom.bigdata.rdf.lexiconBlazeGraph
TestIVCacheTest suite for IVCache.Classcom.bigdata.rdf.lexiconBlazeGraph
TestLexAccessPatternEnumTest suite for LexAccessPatternEnum.Classcom.bigdata.rdf.lexiconBlazeGraph
TestLexiconKeyBuilderTest suite for LexiconKeyBuilder.Classcom.bigdata.rdf.lexiconBlazeGraph
TestSubjectCentricFullTextIndexTest of adding terms with the full text index enabled and of lookup of terms by tokens which appear within those terms.Classcom.bigdata.rdf.lexiconBlazeGraph
TestTermIdEncoderUnit test for unified encoding / decoding for partitioned and unpartitioned long counters as assigned by the ICounter for a TERM2ID index orClasscom.bigdata.rdf.lexiconBlazeGraph
TestTermIVComparatorTest suite for TermIVComparator.Classcom.bigdata.rdf.lexiconBlazeGraph
TestVocabularyTest suite for the Vocabulary implementations in the context of an AbstractTripleStore.Classcom.bigdata.rdf.lexiconBlazeGraph
WriteTaskStatsClass for reporting various timings for writes on the lexicon indices.Classcom.bigdata.rdf.lexiconBlazeGraph