Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y 

A

AbstractHBaseUtils - Class in eu.fbk.knowledgestore.datastore.hbase.utils
Class defining all HBase operations.
AbstractHBaseUtils(Properties) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Constructor.
AbstractKnowledgeStore - Class in eu.fbk.knowledgestore
 
AbstractKnowledgeStore() - Constructor for class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
AbstractSession - Class in eu.fbk.knowledgestore
 
AbstractSession(Map<String, String>, String, String) - Constructor for class eu.fbk.knowledgestore.AbstractSession
 
accept(String...) - Method in class eu.fbk.knowledgestore.Operation.Download
Sets the acceptable MIME type (default: accept everything).
accept(Iterable<? extends String>) - Method in class eu.fbk.knowledgestore.Operation.Download
Sets the acceptable MIME types (default: accept everything).
acceptors(Integer) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
ACCORDING_TO - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:accordingTo.
ACTOR - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Actor.
ACTOR_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:ActorType.
ACTOR_TYPE_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:actorType.
add(URI, Object, Object...) - Method in class eu.fbk.knowledgestore.data.Record
Adds one or more values to the property specified.
add(Iterable<? extends Statement>) - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleTransaction
 
add(Iterable<? extends Statement>) - Method in interface eu.fbk.knowledgestore.triplestore.TripleTransaction
Adds all the RDF statements in the Iterable specified to the triple store.
AFTER - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:after.
AFTER - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:after.
ANCHOR_OF - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:anchorOf.
ANCHOR_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:anchorTime.
ANNOTATED_WITH - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:annotatedWith.
ANNOTATION_C - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:Annotation.
ANNOTATION_OF - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:annotationOf.
ANNOTATION_P - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:annotation.
APPLICATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Application.
appliesTo(URI) - Method in class eu.fbk.knowledgestore.data.Criteria
Checks whether the property specified is supported by this Criteria object.
appliesToAll() - Method in class eu.fbk.knowledgestore.data.Criteria
Checks whether all properties are supported by this Criteria object.
ARCHIVE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Archive.
ARCHIVE_ITEM - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:ArchiveItem.
areEquals(Record, Record) - Static method in class eu.fbk.knowledgestore.elastic.Utility
checks if the 2 Records contains the same Properties : Values.
areEquals(List<Record>, List<Record>) - Static method in class eu.fbk.knowledgestore.elastic.Utility
the 2 input Lists must be sorted.
asFunction(Class<T>) - Method in class eu.fbk.knowledgestore.data.XPath
Returns a function view of this XPath expression that produces a List<T> result given an input object.
asFunctionUnique(Class<T>) - Method in class eu.fbk.knowledgestore.data.XPath
Returns a function view of this XPath expression that produces a unique T result given an input object.
ASPECT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:aspect.
ASPECT_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Aspect.
ASPECT_NONE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:aspect_none.
ASPECT_PERFECTIVE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:aspect_perfective.
ASPECT_PERFECTIVE_PROGRESSIVE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:aspect_perfective_progressive.
ASPECT_PROGRESSIVE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:aspect_progressive.
ASPECT_RATIO - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:aspectRatio.
asPredicate() - Method in class eu.fbk.knowledgestore.data.XPath
Returns a predicate view of this XPath expression that accept an object input.
ATTACHMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Attachment.
ATTRIBUTE_VALUE - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Class ckr:AttributeValue.
ATTRIBUTION_CERTAINTY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Factuality.
ATTRIBUTION_POLARITY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Factuality.
ATTRIBUTION_TENSE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Factuality.
AUDIO - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Audio.
AUTHORITY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Authority.
AVERAGE_BITRATE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:averageBitrate.
AvroSchemas - Class in eu.fbk.knowledgestore.datastore.hbase.utils
Definition of AVRO schemas for nodes of the data model.
AvroSerializer - Class in eu.fbk.knowledgestore.datastore.hbase.utils
 
AvroSerializer() - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
AvroSerializer(Dictionary<URI>) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
AXIOM - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Class ks:Axiom.

B

BEFORE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:before.
BEFORE - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:before.
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.CachingDataStore
 
begin(boolean) - Method in interface eu.fbk.knowledgestore.datastore.DataStore
Begins a new read-only / read-write DataStore transaction.
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
begin() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Begins a transaction.
begin() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
 
begin() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
 
begin() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
 
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.LoggingDataStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.MemoryDataStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.SynchronizedDataStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.datastore.TripleDataStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.elastic.DataStoreElastic
 
begin(boolean) - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.triplestore.LoggingTripleStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.triplestore.RepositoryTripleStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.triplestore.RewritingTripleStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.triplestore.SynchronizedTripleStore
 
begin(boolean) - Method in interface eu.fbk.knowledgestore.triplestore.TripleStore
Begins a new read-only / read-write triple store transaction.
begin(boolean) - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoJdbcTripleStore
 
begin(boolean) - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoTripleStore
 
BEGIN_INDEX - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:beginIndex.
BEGIN_POINT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:beginPoint.
beginCommit() - Method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
beginExclusive() - Method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
beginTransaction(boolean) - Method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
BELONGS_TO_CONTAINER - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:belongsToContainer.
BIGDECIMAL - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for big decimal literals.
BIGINTEGER - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for big integer literals.
BIT_DEPTH - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:bitDepth.
BITRATE_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:bitrateType.
BITS_PER_SAMPLE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:bitsPerSample.
BOOKMARK - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Bookmark.
BOOKMARK_FOLDER - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:BookmarkFolder.
BOOKMARKS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:bookmarks.
BOOLEAN - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for boolean literals.
BROADER_CONTEXT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:broaderContext.
bufferSize(Integer) - Method in class eu.fbk.knowledgestore.server.Server.Builder
 
build() - Method in class eu.fbk.knowledgestore.client.Client.Builder
 
build() - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
build() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
build() - Method in class eu.fbk.knowledgestore.server.Server.Builder
 
builder(String) - Static method in class eu.fbk.knowledgestore.client.Client
 
builder(KnowledgeStore) - Static method in class eu.fbk.knowledgestore.server.http.HttpServer
 
builder() - Static method in class eu.fbk.knowledgestore.server.http.UIConfig
 
Builder() - Constructor for class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
builder(FileStore, DataStore, TripleStore) - Static method in class eu.fbk.knowledgestore.server.Server
 
buildRangeFilter(String, Range, MappingHandler, URIHandler) - Static method in class eu.fbk.knowledgestore.elastic.Utility
Tries to build a Filter: the specified property (elKey) must match the Range item.
buildTermFilter(String, Object, MappingHandler, URIHandler) - Static method in class eu.fbk.knowledgestore.elastic.Utility
 
BYTE - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for byte literals.
BYTE_SIZE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:byteSize.

C

caching(boolean) - Method in class eu.fbk.knowledgestore.Operation.Download
Sets whether the representation can be retrieved from caches (default true).
CachingDataStore - Class in eu.fbk.knowledgestore.datastore
A DataStore wrapper providing a transactional and a global cache for looked up and modified records.
CachingDataStore(DataStore, Integer, Integer, Integer) - Constructor for class eu.fbk.knowledgestore.datastore.CachingDataStore
Creates a new instance for the wrapped DataStore specified.
CALENDAR - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for calendar literals.
Category(String, String, XPath) - Constructor for class eu.fbk.knowledgestore.server.http.UIConfig.Category
 
CATEGORY - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:category.
CERTAIN - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:certain.
CERTAINTY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:certainty.
CERTAINTY_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Certainty.
CHANNELS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:channels.
CHARACTER_COUNT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:characterCount.
CHARACTER_SET - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:characterSet.
checkAndCreateTable(String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Checks and/or create table with specific column family
checkForErrors(Object[]) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Checking for errors after operations have been processed.
checkForErrors(Object[]) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Checking for errors after operations have been processed.
checkForErrors(Object[]) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
 
checkForErrors(Object[]) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
 
checkNotClosed() - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
checkNotClosed() - Method in class eu.fbk.knowledgestore.AbstractSession
 
chunk(int) - Method in class eu.fbk.knowledgestore.data.Stream
Intermediate operation returning a Stream of elements chunks of the specified size obtained from this Stream (the last chunk may be smaller).
chunkSize(Integer) - Method in class eu.fbk.knowledgestore.server.Server.Builder
 
CKR - Class in eu.fbk.knowledgestore.vocabulary
Constants for the Contextualized Knowledge Repository (CKR) vocabulary.
CLASS_ANNOTATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:classAnnotation.
cleanIRI(String) - Static method in class eu.fbk.knowledgestore.data.Data
Clean an illegal IRI string, trying to make it legal (as per RFC 3987).
cleanURI(String) - Static method in class eu.fbk.knowledgestore.data.Data
Clean a possibly illegal URI string (in a way similar to what a browser does), returning the corresponding cleaned URI object if successfull.
clear(URI...) - Method in class eu.fbk.knowledgestore.data.Record
Clears the properties specified, or all the stored properties if no property is specified.
Client - Class in eu.fbk.knowledgestore.client
 
Client.Builder - Class in eu.fbk.knowledgestore.client
 
CLINK - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:CLink.
clinkMentionsDiscarded - Variable in class eu.fbk.knowledgestore.populator.naf.processNAFVariables
 
close() - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
close() - Method in class eu.fbk.knowledgestore.AbstractSession
 
close() - Method in class eu.fbk.knowledgestore.data.Representation
 
close() - Method in class eu.fbk.knowledgestore.data.Stream
Closes this Stream and releases any resource associated to it.
close() - Method in class eu.fbk.knowledgestore.datastore.CachingDataStore
 
close() - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataStore
 
close() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
close() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseScanIterator
Closes the HBase scanner, if previousy created.
close() - Method in class eu.fbk.knowledgestore.datastore.LoggingDataStore
 
close() - Method in class eu.fbk.knowledgestore.datastore.MemoryDataStore
 
close() - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore
 
close() - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore
 
close() - Method in class eu.fbk.knowledgestore.datastore.SynchronizedDataStore
 
close() - Method in class eu.fbk.knowledgestore.datastore.TripleDataStore
 
close() - Method in class eu.fbk.knowledgestore.elastic.DataStoreElastic
 
close() - Method in class eu.fbk.knowledgestore.filestore.ForwardingFileStore
 
close() - Method in class eu.fbk.knowledgestore.filestore.HadoopFileStore
 
close() - Method in class eu.fbk.knowledgestore.filestore.LoggingFileStore
 
close() - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore
 
close() - Method in class eu.fbk.knowledgestore.filestore.SynchronizedFileStore
 
close() - Method in class eu.fbk.knowledgestore.ForwardingKnowledgeStore
 
close() - Method in class eu.fbk.knowledgestore.ForwardingSession
 
close() - Method in interface eu.fbk.knowledgestore.KnowledgeStore
Closes the KnowledgeStore instance, releasing any resource possibly allocated.
close() - Method in interface eu.fbk.knowledgestore.runtime.Component
Closes this Component object.
close() - Method in class eu.fbk.knowledgestore.server.http.HttpServer
 
close() - Method in interface eu.fbk.knowledgestore.Session
Closes the Session instance, releasing any resource possibly allocated.
close() - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleStore
 
close() - Method in class eu.fbk.knowledgestore.triplestore.LoggingTripleStore
 
close() - Method in class eu.fbk.knowledgestore.triplestore.RepositoryTripleStore
 
close() - Method in class eu.fbk.knowledgestore.triplestore.SynchronizedTripleStore
 
close() - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoJdbcTripleStore
 
close() - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoTripleStore
 
CODEC - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:codec.
COLLECTION_OCCURRENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:CollectionOccurrence.
COLOR_DEPTH - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:colorDepth.
COMBINATION - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Class ks:Combination.
COMMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:comment.
COMMENT_CHARACTER_COUNT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:commentCharacterCount.
commit() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Commits operations done.
commit() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Commits work done.
commit() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
Commits work done.
commit() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
Commits work done.
compareTo(Record) - Method in class eu.fbk.knowledgestore.data.Record
Comparison is based on the record IDs only.
compareTo(Outcome) - Method in class eu.fbk.knowledgestore.Outcome
Comparison is done on the invocation ID.
Component - Interface in eu.fbk.knowledgestore.runtime
A KnowledgeStore internal component.
compose(Criteria...) - Static method in class eu.fbk.knowledgestore.data.Criteria
Creates a Criteria object that composes the Criteria objects specified in a composed merge criteria.
compose(String, Object...) - Static method in class eu.fbk.knowledgestore.data.XPath
Creates an XPath expression by composing a number operands with the operator specified.
COMPRESSED_IDENTIFIER - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for compressed ID (URIs, BNodes).
COMPRESSION_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:CompressionType.
COMPRESSION_TYPE_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:compressionType.
compressionEnabled(Boolean) - Method in class eu.fbk.knowledgestore.client.Client.Builder
 
compressURI(URI) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
compressURI(URI) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
computeNext() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseIterator
 
computeNext() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseScanIterator
 
concat(Iterable<? extends Iterable<? extends T>>) - Static method in class eu.fbk.knowledgestore.data.Stream
Returns a Stream concatenating zero or more Iterables.
concat(Iterable<? extends T>...) - Static method in class eu.fbk.knowledgestore.data.Stream
Returns a Stream concatenating zero or more Iterables.
condition(String, Object...) - Method in class eu.fbk.knowledgestore.Operation.Count
 
condition(URI, Object...) - Method in class eu.fbk.knowledgestore.Operation.Count
 
condition(String, Object...) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
condition(URI, Object...) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
condition(URI, String, Object...) - Method in class eu.fbk.knowledgestore.Operation.Match
 
condition(URI, URI, Object...) - Method in class eu.fbk.knowledgestore.Operation.Match
 
condition(String, Object...) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
condition(URI, Object...) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
condition(String, Object...) - Method in class eu.fbk.knowledgestore.Operation.Update
 
condition(URI, Object...) - Method in class eu.fbk.knowledgestore.Operation.Update
 
conditions(XPath...) - Method in class eu.fbk.knowledgestore.Operation.Count
 
conditions(Iterable<? extends XPath>) - Method in class eu.fbk.knowledgestore.Operation.Count
 
conditions(XPath...) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
conditions(Iterable<? extends XPath>) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
conditions(URI, XPath...) - Method in class eu.fbk.knowledgestore.Operation.Match
 
conditions(URI, Iterable<? extends XPath>) - Method in class eu.fbk.knowledgestore.Operation.Match
 
conditions(XPath...) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
conditions(Iterable<? extends XPath>) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
conditions(XPath...) - Method in class eu.fbk.knowledgestore.Operation.Update
 
conditions(Iterable<? extends XPath>) - Method in class eu.fbk.knowledgestore.Operation.Update
 
CONFIDENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:confidence.
CONFIDENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:confidence.
CONFLICTS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:conflicts.
connectionTimeout(Integer) - Method in class eu.fbk.knowledgestore.client.Client.Builder
 
constant(Object...) - Static method in class eu.fbk.knowledgestore.data.XPath
Creates an XPath expression returning a sequence with the constant value(s) specified.
CONSTRAINT - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Constraint.
Consumer - Class in eu.fbk.knowledgestore.populator.naf
 
Consumer(BlockingQueue<Hashtable<String, KSPresentation>>) - Constructor for class eu.fbk.knowledgestore.populator.naf.Consumer
 
CONTAINS_BOOKMARK - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:containsBookmark.
CONTAINS_BOOKMARK_FOLDER - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:containsBookmarkFolder.
CONTENT_CREATED - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:contentCreated.
CONTENT_LAST_MODIFIED - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:contentLastModified.
CONTENT_SIZE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:contentSize.
CONTEXT - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Class ckr:Context.
CONTEXT - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Class ks:Context.
CONTEXT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:Context.
CONTEXT_COLLECTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:ContextCollection.
CONTEXT_HASH_BASED_STRING - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:ContextHashBasedString.
CONTEXT_OCCURRENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:ContextOccurrence.
convert(Object, Class<T>) - Static method in class eu.fbk.knowledgestore.data.Data
General conversion facility.
convert(Object, Class<T>, T) - Static method in class eu.fbk.knowledgestore.data.Data
General conversion facility, with fall back to default value.
COPYRIGHT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:copyright.
CORE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Core.
count(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
count(URI) - Method in class eu.fbk.knowledgestore.data.Record
Returns the number of values assigned to the property specified.
count() - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning the number of elements in this Stream.
count(URI, XPath) - Method in interface eu.fbk.knowledgestore.datastore.DataTransaction
Counts the records having the type and matching the optional condition specified.
count(URI, XPath) - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
count(URI, XPath) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
count(String, String, XPath) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Counts the records having the type and matching the optional condition specified.
count(String, String, XPath) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Gets a number of record of tableName matching condition
count(String, String, XPath) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
Gets a number of record of tableName matching condition
count(String, String, XPath) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
Gets a number of record of tableName matching condition
count(URI, XPath) - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore.MySQLTransaction
 
count(URI, XPath) - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore.SolrTransaction
 
count(URI, XPath) - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
the number of documents matching the conditions
count(URI) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Count(Map<String, String>, URI) - Constructor for class eu.fbk.knowledgestore.Operation.Count
 
count(URI) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Count operation object for counting records of the type specified.
COUNT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:count.
COUNTERFACTUAL - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:counterfactual.
create(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
create() - Static method in class eu.fbk.knowledgestore.data.Record
Creates a new record with no properties and ID assigned.
create(URI, URI...) - Static method in class eu.fbk.knowledgestore.data.Record
Creates a new record with the ID and the types specified (property rdf:type), and no additional properties.
create(Record, boolean) - Static method in class eu.fbk.knowledgestore.data.Record
Creates a new record having the same ID and properties of the supplied record, possibly performing a deep-cloning (copy constructor).
create(InputStream) - Static method in class eu.fbk.knowledgestore.data.Representation
Creates a representation based on the InputStream specified.
create(byte[]) - Static method in class eu.fbk.knowledgestore.data.Representation
Creates a representation based on the byte array specified.
create(File, boolean) - Static method in class eu.fbk.knowledgestore.data.Representation
Creates a representation based on the File specified.
create(URL) - Static method in class eu.fbk.knowledgestore.data.Representation
Creates a representation based on the resolvable URL specified.
create(Reader) - Static method in class eu.fbk.knowledgestore.data.Representation
Creates a representation based on the Reader specified.
create(CharSequence) - Static method in class eu.fbk.knowledgestore.data.Representation
Creates a representation based on the CharSequence specified.
create(T...) - Static method in class eu.fbk.knowledgestore.data.Stream
Creates a new Stream for the supplied elements.
create(Iterable<? extends T>) - Static method in class eu.fbk.knowledgestore.data.Stream
Creates a new Stream over the elements of the supplied Iterable.
create(Iterator<? extends T>) - Static method in class eu.fbk.knowledgestore.data.Stream
Creates a new Stream over the elements returned by the supplied Iterator.
create(Iteration<? extends T, ?>) - Static method in class eu.fbk.knowledgestore.data.Stream
Creates a new Stream over the elements returned by the supplied Sesame Iteration.
create(Enumeration<? extends T>) - Static method in class eu.fbk.knowledgestore.data.Stream
Creates a new Stream over the elements returned by the supplied Enumeration.
create(URI) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Create(Map<String, String>, URI) - Constructor for class eu.fbk.knowledgestore.Operation.Create
 
create(Outcome.Status, URI) - Static method in class eu.fbk.knowledgestore.Outcome
Creates a new Outcome with the status code and invocation ID supplied.
create(Outcome.Status, URI, URI) - Static method in class eu.fbk.knowledgestore.Outcome
Creates a new Outcome with the status code, invocation ID and optional object ID supplied.
create(Outcome.Status, URI, URI, String) - Static method in class eu.fbk.knowledgestore.Outcome
Creates a new Outcome with the status code, invocation ID, optional object ID and optional message supplied.
create(Record) - Static method in class eu.fbk.knowledgestore.Outcome
Creates a new Outcome starting from the Record supplied.
create(String) - Static method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
create(int, int) - Static method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
create(URI) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Create operation object for storing new records of the type specified.
createConfiguration(Properties) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Creates an HBase configuration object.
CREATED - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:created.
createDelete(URI, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Creates deletes for HBase tables
createDelete(URI, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Creates deletes for HBase tables
createHadoopDictionary(Class<T>, String) - Static method in class eu.fbk.knowledgestore.data.Dictionary
 
createLocalDictionary(Class<T>, File) - Static method in class eu.fbk.knowledgestore.data.Dictionary
 
createPut(Record, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Creates puts for HBase
createPut(Record, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Creates puts for HBase
Criteria - Class in eu.fbk.knowledgestore.data
Merge criteria for combining old and new values of record properties.
criteria(Criteria...) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
criteria(Iterable<? extends Criteria>) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
criteria(String) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
criteria(Criteria...) - Method in class eu.fbk.knowledgestore.Operation.Update
 
criteria(Iterable<? extends Criteria>) - Method in class eu.fbk.knowledgestore.Operation.Update
 
criteria(String) - Method in class eu.fbk.knowledgestore.Operation.Update
 
CRYSTALLIZED - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:crystallized.
CSIGNAL - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:csignal.
CSIGNAL_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:CSignalMention.
CSTRING - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:CString.
CSTRING_INST - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:CStringInst.
CURSOR - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Cursor.
CustomConfig - Class in eu.fbk.knowledgestore.server.http
Created by alessio on 05/10/15.
CustomConfig(String, String) - Constructor for class eu.fbk.knowledgestore.server.http.CustomConfig
 
customConfigs(Iterable<CustomConfig>) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
CX - Static variable in class eu.fbk.knowledgestore.runtime.Synchronizer
 

D

Data - Class in eu.fbk.knowledgestore.data
Helper services for working with KnowledgeStore data.
DATA_CONTAINER - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:DataContainer.
DATA_OBJECT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Class nie:DataObject.
DATA_SOURCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Class nie:DataSource.
DATA_SOURCE_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:dataSource.
DataCorruptedException - Exception in eu.fbk.knowledgestore.runtime
Signals a non-recoverable data corruption situation.
DataCorruptedException(String) - Constructor for exception eu.fbk.knowledgestore.runtime.DataCorruptedException
Creates a new instance with the optional error message specified.
DataCorruptedException(String, Throwable) - Constructor for exception eu.fbk.knowledgestore.runtime.DataCorruptedException
Creates a new instance with the optional error message and cause specified.
dataSource - Variable in class eu.fbk.knowledgestore.datastore.MySQLDataStore
 
dataSource - Variable in class eu.fbk.knowledgestore.datastore.SolrDataStore
 
DataStore - Interface in eu.fbk.knowledgestore.datastore
A persistent storage component for resource, mention, entity, axiom and context records.
DataStoreElastic - Class in eu.fbk.knowledgestore.elastic
 
DataStoreElastic(String) - Constructor for class eu.fbk.knowledgestore.elastic.DataStoreElastic
 
DataTransaction - Interface in eu.fbk.knowledgestore.datastore
A DataStore transaction.
DataTransactionBlockingException - Exception in eu.fbk.knowledgestore.datastore.hbase.exception
 
DataTransactionBlockingException(String, String) - Constructor for exception eu.fbk.knowledgestore.datastore.hbase.exception.DataTransactionBlockingException
Creates a new instance with the filename and additional error message specified.
DataTransactionElastic - Class in eu.fbk.knowledgestore.elastic
implements DataTransaction interface using ElasticSearch API.
DataTransactionElastic(ElasticConfigurations, Client, MappingHandler, URIHandler) - Constructor for class eu.fbk.knowledgestore.elastic.DataTransactionElastic
 
DATE_TIME_DESCRIPTION - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:DateTimeDescription.
DATE_TIME_INTERVAL - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:DateTimeInterval.
DAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:day.
DAY_OF_WEEK - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:dayOfWeek.
DAY_OF_WEEK_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:DayOfWeek.
DAY_OF_YEAR - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:dayOfYear.
DAYS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:days.
debug(Boolean) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
decode(Stream<Statement>, Iterable<? extends URI>, Boolean) - Static method in class eu.fbk.knowledgestore.data.Record
Performs RDF-to-record decoding by converting a stream of RDF statements in a stream of records.
decode(String) - Method in class eu.fbk.knowledgestore.elastic.URIHandler
return the extended uri rapresented by the compressed string.
decode(Stream<Statement>, Boolean) - Static method in class eu.fbk.knowledgestore.Outcome
Performs RDF-to-outcome decoding by converting a stream of RDF statements in a stream of outcomes.
Decoder - Class in eu.fbk.knowledgestore.populator.rdf
 
decompose() - Method in class eu.fbk.knowledgestore.data.Criteria
Decomposes this Criteria object in its elementary (i.e., non-composed) components.
decompose(Map<URI, Set<Object>>) - Method in class eu.fbk.knowledgestore.data.XPath
Attempts at decomposing the XPath expression into the conjunction of a number of property restrictions and (optionally) a remaining XPath expression.
DEFAULT_CON_FAM_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_CON_QUA_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_CON_TAB_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
Default table name for contexts.
DEFAULT_ENT_FAM_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_ENT_QUA_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_ENT_TAB_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
Default table name for entities.
DEFAULT_MEN_FAM_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_MEN_QUA_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_MEN_TAB_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
Default table name for mentions.
DEFAULT_RES_FAM_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_RES_QUA_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_RES_TAB_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
Default table name for resources.
DEFAULT_USR_FAM_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_USR_QUA_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
DEFAULT_USR_TAB_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
Default table name for users.
defaultGraphs(URI...) - Method in class eu.fbk.knowledgestore.Operation.Sparql
Sets the optional default graphs for the query, overriding the default graphs specified in the FROM clause.
defaultGraphs(Iterable<URI>) - Method in class eu.fbk.knowledgestore.Operation.Sparql
Sets the optional default graphs for the query, overriding default graphs specified in the FROM clause.
DEFINES_CLASS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:definesClass.
DEFINES_FUNCTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:definesFunction.
DEFINES_GLOBAL_VARIABLE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:definesGlobalVariable.
delegate() - Method in class eu.fbk.knowledgestore.datastore.CachingDataStore
 
delegate() - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataStore
 
delegate() - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
delegate() - Method in class eu.fbk.knowledgestore.datastore.LoggingDataStore
 
delegate() - Method in class eu.fbk.knowledgestore.datastore.SynchronizedDataStore
 
delegate() - Method in class eu.fbk.knowledgestore.filestore.ForwardingFileStore
 
delegate() - Method in class eu.fbk.knowledgestore.filestore.GzippedFileStore
 
delegate() - Method in class eu.fbk.knowledgestore.filestore.LoggingFileStore
 
delegate() - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore
 
delegate() - Method in class eu.fbk.knowledgestore.filestore.SynchronizedFileStore
 
delegate() - Method in class eu.fbk.knowledgestore.ForwardingKnowledgeStore
 
delegate() - Method in class eu.fbk.knowledgestore.ForwardingSession
 
delegate() - Method in class eu.fbk.knowledgestore.server.http.HttpServer
 
delegate() - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleStore
 
delegate() - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleTransaction
 
delegate() - Method in class eu.fbk.knowledgestore.triplestore.LoggingTripleStore
 
delegate() - Method in class eu.fbk.knowledgestore.triplestore.RewritingTripleStore
 
delegate() - Method in class eu.fbk.knowledgestore.triplestore.SynchronizedTripleStore
 
delete(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
delete(URI, URI) - Method in interface eu.fbk.knowledgestore.datastore.DataTransaction
Deletes the record stored in the DataStore with the ID specified.A record may or may not be stored for the specified ID; in case it exists, it is deleted by the operation.
delete(URI, URI) - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
delete(URI, URI) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
Deletes the record stored in the DataStore with the ID specified.A record may or may not be stored for the specified ID; in case it exists, it is deleted by the operation.
delete(URI, URI) - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore.MySQLTransaction
 
delete(URI, URI) - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore.SolrTransaction
 
delete(URI, URI) - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
removes a document from the database given it's id
delete(String) - Method in interface eu.fbk.knowledgestore.filestore.FileStore
Deletes a file on the FileStore.
delete(String) - Method in class eu.fbk.knowledgestore.filestore.ForwardingFileStore
 
delete(String) - Method in class eu.fbk.knowledgestore.filestore.GzippedFileStore
 
delete(String) - Method in class eu.fbk.knowledgestore.filestore.HadoopFileStore
 
delete(String) - Method in class eu.fbk.knowledgestore.filestore.LoggingFileStore
 
delete(String) - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore
 
delete(String) - Method in class eu.fbk.knowledgestore.filestore.SynchronizedFileStore
 
delete(URI) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Delete(Map<String, String>, URI) - Constructor for class eu.fbk.knowledgestore.Operation.Delete
 
delete(FileSystem, Path) - Static method in class eu.fbk.knowledgestore.runtime.Files
 
delete(URI) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Delete operation object for deleting records of the type specified.
deleteAll() - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
 
deleteAllIndexContent() - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
 
DELETED_RESOURCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:DeletedResource.
DELETION_DATE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:deletionDate.
denotedByAllowsGraphs(Boolean) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
denotedByProperty(URI) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
DEPENDENCY - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:dependency.
DEPENDENCY_RELATION_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:dependencyRelationType.
DEPENDENCY_TRANS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:dependencyTrans.
DEPENDS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:depends.
DESCRIBED_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:describedBy.
DESCRIBES - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:describes.
DESCRIPTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:description.
deserialize(GetResponse, MappingHandler, URIHandler) - Static method in class eu.fbk.knowledgestore.elastic.Utility
Transforms the GetResponse object into a Record.
deserialize(SearchHit, MappingHandler, URIHandler) - Static method in class eu.fbk.knowledgestore.elastic.Utility
Transforms the SearchHit object into a Record.
Dictionary<T extends Serializable> - Class in eu.fbk.knowledgestore.data
A persistent, synchronized, monotonic (add-only) dictionary mapping positive int keys to Serializable objects.
DISCLAIMER - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:disclaimer.
distinct() - Method in class eu.fbk.knowledgestore.data.Stream
Intermediate operation returning a Stream with only the distinct elements of this Stream.
doClose() - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
doClose() - Method in class eu.fbk.knowledgestore.AbstractSession
 
doClose() - Method in class eu.fbk.knowledgestore.client.Client
 
doClose() - Method in class eu.fbk.knowledgestore.data.Stream
Implementation method responsible of closing optional resources associated to this Stream.
doClose() - Method in class eu.fbk.knowledgestore.server.Server
 
doCount(Long, URI, XPath, Set<URI>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doCreate(Long, URI, Stream<? extends Record>, Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
DOCUMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Document.
doDelete(Long, URI, XPath, Set<URI>, Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doDownload(Long, URI, Set<String>, boolean) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doExec(Long, URI, XPath, Set<URI>) - Method in class eu.fbk.knowledgestore.Operation.Count
 
doExec(Long, URI, Stream<? extends Record>, Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Create
 
doExec(Long, URI, XPath, Set<URI>, Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
doExec(Long, URI, Set<String>, boolean) - Method in class eu.fbk.knowledgestore.Operation.Download
Implementation method responsible of executing the download operation.
doExec(Long, Map<URI, XPath>, Map<URI, Set<URI>>, Map<URI, Set<URI>>) - Method in class eu.fbk.knowledgestore.Operation.Match
 
doExec(Long, URI, Stream<? extends Record>, Criteria, Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
doExec(Long, URI, XPath, Set<URI>, Set<URI>, Long, Long) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
doExec(Long, Class<T>, String, Set<URI>, Set<URI>) - Method in class eu.fbk.knowledgestore.Operation.Sparql
Implementation method responsible of executing the SPARQL operation.
doExec(Long, Stream<? extends Statement>) - Method in class eu.fbk.knowledgestore.Operation.SparqlDelete
 
doExec(Long, Stream<? extends Statement>) - Method in class eu.fbk.knowledgestore.Operation.SparqlUpdate
 
doExec(Long, URI, XPath, Set<URI>, Record, Criteria, Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Update
 
doExec(Long, URI, Representation) - Method in class eu.fbk.knowledgestore.Operation.Upload
 
doFail(Throwable, AtomicReference<String>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doIterator() - Method in class eu.fbk.knowledgestore.data.Stream
Implementation method responsible of producing an Iterator over the elements of the Stream.
doMatch(Long, Map<URI, XPath>, Map<URI, Set<URI>>, Map<URI, Set<URI>>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doMerge(Long, URI, Stream<? extends Record>, Criteria, Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doNewSession(String, String) - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
doNewSession(String, String) - Method in class eu.fbk.knowledgestore.client.Client
 
doNewSession(String, String) - Method in class eu.fbk.knowledgestore.server.Server
 
doRetrieve(Long, URI, XPath, Set<URI>, Set<URI>, Long, Long) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doSparql(Long, Class<T>, String, Set<URI>, Set<URI>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doSparqlDelete(Long, Stream<? extends Statement>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doSparqlUpdate(Long, Stream<? extends Statement>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doToHandler(Handler<? super T>) - Method in class eu.fbk.knowledgestore.data.Stream
Implementation methods responsible of forwarding all the elements of the Stream to the Handler specified.
doToHandler(Handler<? super Record>) - Method in class eu.fbk.knowledgestore.elastic.SearchResponseStream
 
doToString() - Method in class eu.fbk.knowledgestore.data.Stream
Implementation method supporting the generation of a string representation of this Stream.
DOUBLE - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for double literals.
doUpdate(Long, URI, XPath, Set<URI>, Record, Criteria, Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.AbstractSession
 
doUpload(Long, URI, Representation) - Method in class eu.fbk.knowledgestore.AbstractSession
 
download(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
download(URI) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Download(Map<String, String>, URI) - Constructor for class eu.fbk.knowledgestore.Operation.Download
Creates a new Download operation instance.
download(URI) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Download operation object.
Dumper - Class in eu.fbk.knowledgestore.tool
 
Dumper() - Constructor for class eu.fbk.knowledgestore.tool.Dumper
 
DURATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:duration.
DURATION_DESCRIPTION - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:DurationDescription.

E

ElasticConfigurations - Class in eu.fbk.knowledgestore.elastic
 
EMBEDDED_FILE_DATA_OBJECT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:EmbeddedFileDataObject.
encode(Stream<? extends Record>, Iterable<? extends URI>) - Static method in class eu.fbk.knowledgestore.data.Record
Performs record-to-RDF encoding by converting a stream of records in a stream of RDF statements.
encode(URI) - Method in class eu.fbk.knowledgestore.elastic.URIHandler
encodes the specified uri using the mapper.
encode(Stream<? extends Outcome>) - Static method in class eu.fbk.knowledgestore.Outcome
Performs outcome-to-RDF encoding by converting a stream of outcomes in a stream of RDF statements.
ENCODED_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:encodedBy.
ENCODING - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:encoding.
end(boolean) - Method in interface eu.fbk.knowledgestore.datastore.DataTransaction
Ends the transaction, either committing or rolling back its changes (if any).
end(boolean) - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
end(boolean) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
end(boolean) - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore.MySQLTransaction
 
end(boolean) - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore.SolrTransaction
 
end(boolean) - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
end the "transaction".
end(boolean) - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleTransaction
 
end(boolean) - Method in interface eu.fbk.knowledgestore.triplestore.TripleTransaction
Ends the transaction, either committing or rolling back its changes (if any).
END_INDEX - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:endIndex.
END_POINT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:endPoint.
endCommit() - Method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
endExclusive() - Method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
endTransaction(boolean) - Method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
ENTITY - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Class ks:Entity.
ENTITY_CLASS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:entityClass.
ENTITY_CLASS_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:EntityClass.
ENTITY_CLASS_GEN - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_class_gen.
ENTITY_CLASS_NEG - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_class_neg.
ENTITY_CLASS_SPC - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_class_spc.
ENTITY_CLASS_USP - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_class_usp.
ENTITY_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:EntityMention.
ENTITY_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:entityType.
ENTITY_TYPE_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:EntityType.
ENTITY_TYPE_FIN - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_type_fin.
ENTITY_TYPE_LOC - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_type_loc.
ENTITY_TYPE_MIX - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_type_mix.
ENTITY_TYPE_ORG - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_type_org.
ENTITY_TYPE_PER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_type_per.
ENTITY_TYPE_PRO - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:entity_type_pro.
Entry(String, byte[]) - Constructor for class eu.fbk.knowledgestore.filestore.MultiFileStore.Entry
 
equals(Object) - Method in class eu.fbk.knowledgestore.client.ProxyConfig
 
equals(Object) - Method in class eu.fbk.knowledgestore.data.Criteria
Two Criteria objects are equal if they implement the same merge criteria over the same properties.
equals(Object) - Method in class eu.fbk.knowledgestore.data.Record
Two records are equal if they have the same IDs.
equals(Object) - Method in class eu.fbk.knowledgestore.data.XPath
Two XPath expressions are equal if they have the same string and lenient mode.
equals(Object) - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore.Entry
 
equals(Object) - Method in class eu.fbk.knowledgestore.Outcome
Two Outcome instances are equal if the have the same invocation ID.
equals(Object) - Method in class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
equals(Object) - Method in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
equals(Object) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Category
 
equals(Object) - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
equals(Object) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Example
 
equals(Object) - Method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Two instances are equal if they have the same string representation.
ERROR_BULK - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_bulk.
ERROR_DEPENDENCY_NOT_FOUND - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_dependency_not_found.
ERROR_FORBIDDEN - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_forbidden.
ERROR_INTERRUPTED - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_interrupted.
ERROR_INVALID_INPUT - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_invalid_input.
ERROR_NOT_ACCEPTABLE - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_not_acceptable.
ERROR_OBJECT_ALREADY_EXISTS - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_object_already_exists.
ERROR_OBJECT_NOT_FOUND - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_object_not_found.
ERROR_UNEXPECTED - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:error_unexpected.
ESO_REF - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:esoRef.
eu.fbk.knowledgestore - package eu.fbk.knowledgestore
KnowledgeStore core API (ks-core).
eu.fbk.knowledgestore.client - package eu.fbk.knowledgestore.client
KnowledgeStore client (ks-client).
eu.fbk.knowledgestore.data - package eu.fbk.knowledgestore.data
Data objects and supporting classes (ks-core).
eu.fbk.knowledgestore.datastore - package eu.fbk.knowledgestore.datastore
DataStore server-side component API (ks-server).
eu.fbk.knowledgestore.datastore.hbase - package eu.fbk.knowledgestore.datastore.hbase
DataStore implementation based on Apache HBase (ks-server-hbase).
eu.fbk.knowledgestore.datastore.hbase.exception - package eu.fbk.knowledgestore.datastore.hbase.exception
HBaseDataStore exceptions (ks-server-hbase).
eu.fbk.knowledgestore.datastore.hbase.utils - package eu.fbk.knowledgestore.datastore.hbase.utils
HBaseDataStore utilities (ks-server-hbase).
eu.fbk.knowledgestore.elastic - package eu.fbk.knowledgestore.elastic
 
eu.fbk.knowledgestore.filestore - package eu.fbk.knowledgestore.filestore
FileStore server-side component API (ks-server).
eu.fbk.knowledgestore.populator.naf - package eu.fbk.knowledgestore.populator.naf
NAF populator (ks-populator-naf).
eu.fbk.knowledgestore.populator.rdf - package eu.fbk.knowledgestore.populator.rdf
RDF populator (ks-populator-rdf).
eu.fbk.knowledgestore.runtime - package eu.fbk.knowledgestore.runtime
Server-side runtime services (ks-server).
eu.fbk.knowledgestore.server - package eu.fbk.knowledgestore.server
KnowledgeStore embeddable server (ks-server).
eu.fbk.knowledgestore.server.http - package eu.fbk.knowledgestore.server.http
KnowledgeStore HTTP server (ks-server-http).
eu.fbk.knowledgestore.tool - package eu.fbk.knowledgestore.tool
 
eu.fbk.knowledgestore.triplestore - package eu.fbk.knowledgestore.triplestore
TripleStore server-side component API (ks-server).
eu.fbk.knowledgestore.triplestore.virtuoso - package eu.fbk.knowledgestore.triplestore.virtuoso
TripleStore implementation using OpenLink Virtuoso (ks-server-virtuoso).
eu.fbk.knowledgestore.vocabulary - package eu.fbk.knowledgestore.vocabulary
Vocabulary definitions (ks-core).
eval(Object) - Method in class eu.fbk.knowledgestore.data.XPath
Evaluates this XPath expression on the object supplied, producing as result a list of objects.
eval(Object, Class<T>) - Method in class eu.fbk.knowledgestore.data.XPath
Evaluates this XPath expression on the object supplied, producing as result a list of objects of the type T specified.
evalBoolean(Object) - Method in class eu.fbk.knowledgestore.data.XPath
Evaluates this XPath expression on the object supplied, producing a boolean value as result.
evalUnique(Object) - Method in class eu.fbk.knowledgestore.data.XPath
Evaluates this XPath expression on the object supplied, producing as result a unique object.
evalUnique(Object, Class<T>) - Method in class eu.fbk.knowledgestore.data.XPath
Evaluates this XPath expression on the object supplied, producing as result a unique object of the type T specified.
EVENT - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Event.
EVENT_CLASS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:eventClass.
EVENT_CLASS_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:EventClass.
EVENT_GRAMMATICAL - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:event_grammatical.
EVENT_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:EventMention.
EVENT_OTHER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:event_other.
EVENT_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:eventProperty.
EVENT_SPEECH_COGNITIVE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:event_speech_cognitive.
EVENT_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:EventType.
EVENT_TYPE_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:eventType.
evictClosedSessions() - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
Example(String, String) - Constructor for class eu.fbk.knowledgestore.server.http.UIConfig.Example
 
exec() - Method in class eu.fbk.knowledgestore.Operation.Count
 
exec() - Method in class eu.fbk.knowledgestore.Operation.Create
 
exec(Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Create
 
exec(Collection<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Create
 
exec() - Method in class eu.fbk.knowledgestore.Operation.Delete
 
exec(Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
exec(Collection<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
exec() - Method in class eu.fbk.knowledgestore.Operation.Download
Executes the operation, returning the requested representation or null, if it does not exist.
exec() - Method in class eu.fbk.knowledgestore.Operation.Match
 
exec() - Method in class eu.fbk.knowledgestore.Operation.Merge
 
exec(Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
exec(Collection<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
exec() - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
exec() - Method in class eu.fbk.knowledgestore.Operation.SparqlDelete
 
exec() - Method in class eu.fbk.knowledgestore.Operation.SparqlUpdate
 
exec() - Method in class eu.fbk.knowledgestore.Operation.Update
 
exec(Handler<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Update
 
exec(Collection<? super Outcome>) - Method in class eu.fbk.knowledgestore.Operation.Update
 
exec() - Method in class eu.fbk.knowledgestore.Operation.Upload
Executes the operation, returning its outcome.
execBoolean() - Method in class eu.fbk.knowledgestore.Operation.Sparql
Evaluates the query, returning its boolean result; applicable to ASK queries.
execTriples() - Method in class eu.fbk.knowledgestore.Operation.Sparql
Evaluates the query, returning a Stream with the resulting Statements; applicable to CONSTRUCT and DESCRIBE queries.
execTuples() - Method in class eu.fbk.knowledgestore.Operation.Sparql
Evaluates the query, returning a Stream with the resulting BindingSets; applicable to SELECT queries.
EXECUTABLE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Executable.
expandURI(byte[]) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
expandURI(byte[]) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
EXPRESSED_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:expressedBy.
EXPRESSES - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:expresses.
extensionToMimeType(String) - Static method in class eu.fbk.knowledgestore.data.Data
Returns the MIME type for the file extension specified, if known.

F

FACT_BANK - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:factBank.
FACTBANK - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Factuality.
Factory - Class in eu.fbk.knowledgestore.runtime
 
Factory() - Constructor for class eu.fbk.knowledgestore.runtime.Factory
 
factoryHBaseUtils(Properties) - Static method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
FACTUAL - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:factual.
FACTUALITY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:factuality.
FACTUALITY_CONFIDENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:factualityConfidence.
FACTUALITY_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Factuality.
FILE_CREATED - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:fileCreated.
FILE_DATA_OBJECT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:FileDataObject.
FILE_HASH - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:FileHash.
FILE_LAST_ACCESSED - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:fileLastAccessed.
FILE_LAST_MODIFIED - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:fileLastModified.
FILE_NAME - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:fileName.
FILE_OWNER - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:fileOwner.
FILE_SIZE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:fileSize.
FILE_URL - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:fileUrl.
FileExistsException - Exception in eu.fbk.knowledgestore.filestore
Signals an attempt at creating a file that already exists.
FileExistsException(String, String) - Constructor for exception eu.fbk.knowledgestore.filestore.FileExistsException
Creates a new instance with the filename and additional error message specified.
FileExistsException(String, String, Throwable) - Constructor for exception eu.fbk.knowledgestore.filestore.FileExistsException
Creates a new instance with the filename, additional error message and cuase specified.
FileMissingException - Exception in eu.fbk.knowledgestore.filestore
Signals an attempt at accessing a non existing file.
FileMissingException(String, String) - Constructor for exception eu.fbk.knowledgestore.filestore.FileMissingException
Creates a new instance with the filename and additional error message specified.
FileMissingException(String, String, Throwable) - Constructor for exception eu.fbk.knowledgestore.filestore.FileMissingException
Creates a new instance with the filename, additional error message and cause specified.
Files - Class in eu.fbk.knowledgestore.runtime
Utility methods for dealing with files using the Hadoop API.
FileStore - Interface in eu.fbk.knowledgestore.filestore
A storage for resource files, supporting CRUD operations.
FILESYSTEM - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Filesystem.
FILESYSTEM_IMAGE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:FilesystemImage.
filter(Predicate<? super T>, int) - Method in class eu.fbk.knowledgestore.data.Stream
Intermediate operation returning a Stream with only the elements of this Stream that satisfy the specified predicate.
filterKeyValue(KeyValue) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseFilter
 
finalize() - Method in class eu.fbk.knowledgestore.data.Representation
 
finalize() - Method in class eu.fbk.knowledgestore.data.Stream
 
finalizeThread - Class in eu.fbk.knowledgestore.populator.naf
 
finalizeThread() - Constructor for class eu.fbk.knowledgestore.populator.naf.finalizeThread
 
FIRST_WORD - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:firstWord.
FLOAT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for float literals.
FOLDER - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Folder.
FONT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Font.
FONT_FAMILY - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:fontFamily.
ForwardingDataStore - Class in eu.fbk.knowledgestore.datastore
A DataStore forwarding all its method calls to another DataStore.
ForwardingDataStore() - Constructor for class eu.fbk.knowledgestore.datastore.ForwardingDataStore
 
ForwardingDataTransaction - Class in eu.fbk.knowledgestore.datastore
A DataTransaction forwarding all its method calls to another DataTransaction.
ForwardingDataTransaction() - Constructor for class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
ForwardingFileStore - Class in eu.fbk.knowledgestore.filestore
A FileStore that forwards all its method calls to another FileStore.
ForwardingFileStore() - Constructor for class eu.fbk.knowledgestore.filestore.ForwardingFileStore
 
ForwardingKnowledgeStore - Class in eu.fbk.knowledgestore
 
ForwardingKnowledgeStore() - Constructor for class eu.fbk.knowledgestore.ForwardingKnowledgeStore
 
ForwardingSession - Class in eu.fbk.knowledgestore
 
ForwardingSession() - Constructor for class eu.fbk.knowledgestore.ForwardingSession
 
ForwardingTripleStore - Class in eu.fbk.knowledgestore.triplestore
A TripleStore that forwards all its method calls to another TripleStore.
ForwardingTripleStore() - Constructor for class eu.fbk.knowledgestore.triplestore.ForwardingTripleStore
 
ForwardingTripleTransaction - Class in eu.fbk.knowledgestore.triplestore
A TripleTransaction that forwards all its method calls to another TripleTransaction.
ForwardingTripleTransaction() - Constructor for class eu.fbk.knowledgestore.triplestore.ForwardingTripleTransaction
 
FOUNDRY - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:foundry.
FRAME_COUNT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:frameCount.
FRAME_RATE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:frameRate.
FRAMENET_REF - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:framenetRef.
FREQ - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:freq.
FRIDAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:Friday.
from(String) - Static method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Returns a SelectQuery for the specified SPARQL SELECT query string.
from(TupleExpr, Dataset) - Static method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Returns an SelectQuery for the algebraic expression and optional dataset specified.
fromBytes(byte[]) - Method in class eu.fbk.knowledgestore.data.Serializer
 
fromBytes(byte[]) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
fromBytes(byte[], Set<URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
fromBytes(byte[]) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
fromBytes(byte[], Set<URI>) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
fromStream(InputStream) - Method in class eu.fbk.knowledgestore.data.Serializer
 
fromStream(InputStream) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
fromStream(InputStream, Set<URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
fromStream(InputStream) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
fromStream(InputStream, Set<URI>) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
FRONT_CHANNELS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:frontChannels.
FUNCTION_CREATION_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:function_creation_time.
FUNCTION_EXPIRATION_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:function_expiration_time.
FUNCTION_IN_DOCUMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:functionInDocument.
FUNCTION_IN_DOCUMENT_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:FunctionInDocument.
FUNCTION_MODIFICATION_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:function_modification_time.
FUNCTION_NONE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:function_none.
FUNCTION_PUBLICATION_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:function_publication_time.
FUNCTION_RECEPTION_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:function_reception_time.
FUNCTION_RELEASE_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:function_release_time.

G

GENERATOR - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:generator.
GENERATOR_OPTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:generatorOption.
get(URI) - Method in class eu.fbk.knowledgestore.data.Record
Returns the Object values of the property specified.
get(URI, Class<T>) - Method in class eu.fbk.knowledgestore.data.Record
Returns the values of the property converted to instances of a certain class.
get(URI, Class<T>, List<T>) - Method in class eu.fbk.knowledgestore.data.Record
Returns the values of the property converted to instances of a certain class, or the default value supplied in case of failure or if the property has no values.
get(String, URI) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Gets a Record based on information passed.
get(String, List<URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Gets a resource based on information passed.
get(String, URI) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Gets a Record based on information passed.
get(String, List<URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
 
get(String, URI) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
Gets a Record based on information passed.
get(String, List<URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
 
get(String, URI) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
Gets a Record based on information passed.
get(String, List<URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
 
get(Resource, URI, Value, Resource) - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleTransaction
 
get(Resource, URI, Value, Resource) - Method in interface eu.fbk.knowledgestore.triplestore.TripleTransaction
Returns a Sesame CloseableIteration over all the RDF statements matching the (optional) subject, predicate, object, context supplied.
getAddresses() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getAlias() - Method in class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
getAnonymousRoles() - Method in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
getBody() - Method in class eu.fbk.knowledgestore.data.XPath
Returns the body of the XPath expression, i.e., the XPath string without the WITH clause.
getBulkSize() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getBulkTime() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getCauses() - Method in exception eu.fbk.knowledgestore.OperationException
Returns all the causes of this exception.
getClinkMention() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getClinkMentionDiscarded() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getCommand() - Method in class eu.fbk.knowledgestore.server.http.CustomConfig
 
getComment() - Method in enum eu.fbk.knowledgestore.Outcome.Status
Returns a constant comment string describing this status code.
getConcurrentRequests() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getCondition() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Category
 
getCoref() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getCorefMentionEvent() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getCorefMentionNotEvent() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getData() - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore.Entry
 
getDataset() - Method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Returns the dataset expressed by the FROM and FROM NAMED clauses of the query, or null if there are no such clauses.
getDatatypeFactory() - Static method in class eu.fbk.knowledgestore.data.Data
Returns a DatatypeFactory for creating XMLGregorianCalendar instances and instances of other XML schema structured types.
getDenotedByProperty() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
getDictionary() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
getDictionary() - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
getDictionaryURL() - Method in class eu.fbk.knowledgestore.data.Dictionary
 
getEntity() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getEventMention() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getExecutor() - Static method in class eu.fbk.knowledgestore.data.Data
Returns the executor shared by KnowledgeStore components.
getExpression() - Method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Returns the algebraic expression for the query - DON'T MODIFY THE RESULT.
getFactuality() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getFilename() - Method in exception eu.fbk.knowledgestore.filestore.FileExistsException
Returns the filename identifying the existing file.
getFilename() - Method in exception eu.fbk.knowledgestore.filestore.FileMissingException
Returns the filename identifying the missing file.
getFilename() - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore.Entry
 
getFileSystem(String, Map<String, String>) - Static method in class eu.fbk.knowledgestore.runtime.Files
 
getFilter(XPath, boolean, String[], String[], String[]) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Gets filter based on the condition to be performed
getFin() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getFlushInterval() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getHbaseTableNamePrefix() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
getHbaseTableNamePrefix() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
getHbaseUtils() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
getHbaseUtils() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
getHbcfg() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
getHead() - Method in class eu.fbk.knowledgestore.data.XPath
Returns the head of the XPath expression, i.e., the content of the WITH clause.
getHTTPStatus() - Method in enum eu.fbk.knowledgestore.Outcome.Status
Returns the HTTP status code corresponding to this Outcome status code.
getID() - Method in class eu.fbk.knowledgestore.data.Record
Returns the ID of this record.
getIndexName() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getInputStream() - Method in class eu.fbk.knowledgestore.data.Representation
Returns an InputStream over the binary data of this representation object.
getInvocationID() - Method in class eu.fbk.knowledgestore.AbstractSession
 
getInvocationID() - Method in class eu.fbk.knowledgestore.Outcome
Returns the ID of the invocation, which may link to relevant logged information.
getKeys() - Method in class eu.fbk.knowledgestore.elastic.MappingHandler
 
getLabel() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Category
 
getLabel() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Example
 
getLOC() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getLocation() - Method in class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
getLogger() - Static method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
getLogger() - Static method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
getLogger() - Static method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
getLogger(processNAFVariables) - Static method in class eu.fbk.knowledgestore.populator.naf.processNAF
 
getLookupExamples() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
getMentionCategories() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
getMentionMapping() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getMentionOverviewProperties() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
getMentions() - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
getMessage() - Method in class eu.fbk.knowledgestore.Outcome
Return an optional message providing further information about the outcome.
getMetadata() - Method in class eu.fbk.knowledgestore.data.Representation
Returns the metadata about this representation.
getMix() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getNaf() - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
getNaf_file_path() - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
getName() - Method in class eu.fbk.knowledgestore.server.http.CustomConfig
 
getNamespaceMap() - Static method in class eu.fbk.knowledgestore.data.Data
Returns a map of common prefix-to-namespace mappings, taken from a prefix.cc dump.
getNamespaces() - Method in class eu.fbk.knowledgestore.AbstractSession
 
getNamespaces() - Method in class eu.fbk.knowledgestore.data.XPath
Returns the namespace declarations referenced by this XPath expression.
getNamespaces() - Method in class eu.fbk.knowledgestore.ForwardingSession
 
getNamespaces() - Method in interface eu.fbk.knowledgestore.Session
Returns the modifiable namespace map of this Session.
getNews() - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
getNewsResource() - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
getNo_mapping() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getNodeSettings() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getObjectClass() - Method in class eu.fbk.knowledgestore.data.Dictionary
 
getObjectID() - Method in class eu.fbk.knowledgestore.Outcome
Returns the ID of the processed object, if applicable.
getObjectMention() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getORG() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getOutcome() - Method in exception eu.fbk.knowledgestore.OperationException
Returns the error/unknown outcome associated to this exception.
getParsedString() - Method in exception eu.fbk.knowledgestore.data.ParseException
Returns the parsed string.
getPartialComparator() - Static method in class eu.fbk.knowledgestore.data.Data
Returns a comparator imposing a partial order over objects of the data model (Value s, Statements, Records).
getParticipationMention() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getPassword() - Method in class eu.fbk.knowledgestore.AbstractSession
 
getPassword() - Method in class eu.fbk.knowledgestore.client.ProxyConfig
 
getPassword() - Method in class eu.fbk.knowledgestore.ForwardingSession
 
getPassword() - Method in class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
getPassword() - Method in interface eu.fbk.knowledgestore.Session
Returns the user password, if any.
getPER() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getPRO() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getProperties() - Method in class eu.fbk.knowledgestore.data.Criteria
Returns the set of properties supported by this Criteria object.
getProperties() - Method in class eu.fbk.knowledgestore.data.Record
Returns all the properties currently defined for this record.
getProperties() - Method in class eu.fbk.knowledgestore.data.XPath
Returns the properties referenced by this XPath expression.
getProperty(String, Class<V>) - Method in class eu.fbk.knowledgestore.data.Stream
Returns a metadata property about the stream.
getRawLocalFileSystem() - Static method in class eu.fbk.knowledgestore.runtime.Files
 
getReader() - Method in class eu.fbk.knowledgestore.data.Representation
Returns a Reader over the character data of this representation object.
getRealm() - Method in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
getResourceMapping() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getResourceOverviewProperties() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
getResultLimit() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
getResultScan(String, String, ByteBuffer, ByteBuffer) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Creates a scan
getRole() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getRolewithEntity() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getRolewithoutEntity() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getScan(String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Creates a result scanner
getScanner(String, Scan) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Gets a scanner based on the Scan object
getScanner(String, Scan) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Gets a scanner for a specific table
getScanner(String, Scan) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
Gets a scanner for a specific table
getScanner(String, Scan) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
Gets a scanner for a specific table
getSerializer() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
getSerializer() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
getServerFilterFlag() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
getServerFilterFlag() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
getServerURL() - Method in class eu.fbk.knowledgestore.client.Client
 
getSparqlExamples() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
getSrl() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getStats() - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
getStats() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getStatus() - Method in class eu.fbk.knowledgestore.Outcome
Returns the status code for this outcome.
getString() - Method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Returns the query string.
getStrongCompressionPath() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getStyle() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Category
 
getSystemType() - Method in class eu.fbk.knowledgestore.data.Record
Returns the system type for this record, i.e., the rdf:type URI under the ks: namespace, if any.
getTable(String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Gets a handle of a specific table.
getTable(String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Gets a handle of a specific table.
getTable(String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
Gets a handle of a specific table.
getTable(String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
Gets a handle of a specific table.
getTimeMention() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getTimeout() - Method in class eu.fbk.knowledgestore.data.Stream
Gets a timeout possibly set on the Stream and represented by the absolute milliseconds timestamp when the Stream will be closed.
getTimeout() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
getTimex() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getTlinkMention() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getTlinkMentionDiscarded() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getTlinkMentionsEnriched() - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
getToBeProcessed - Class in eu.fbk.knowledgestore.populator.naf
 
getToBeProcessed() - Constructor for class eu.fbk.knowledgestore.populator.naf.getToBeProcessed
 
getTotalComparator() - Static method in class eu.fbk.knowledgestore.data.Data
Returns a comparator imposing a total order over objects of the data model (Values, Statements, Records).
getType() - Method in class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
getUnique(URI) - Method in class eu.fbk.knowledgestore.data.Record
Returns the unique Object value of a property, or null if it has no value.
getUnique(URI, Class<T>) - Method in class eu.fbk.knowledgestore.data.Record
Returns the unique value of the property converted to an instance of a certain class, or null if the property has no value.
getUnique(URI, Class<T>, T) - Method in class eu.fbk.knowledgestore.data.Record
Returns the unique value of the property converted to an instance of a certain class, or the default value supplied in case of failure.
getUnique(T) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning the only element in this Stream, or the default value specified if there are no elements, multiple elements or an Exception occurs.
getUnique() - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning the only element in this Stream, or null if there are no elements.
getURI() - Method in enum eu.fbk.knowledgestore.Outcome.Status
Returns the URI univocally identifying this status code.
getURL() - Method in class eu.fbk.knowledgestore.client.ProxyConfig
 
getURL() - Method in class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
getUserdbLocation() - Method in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
getUserdbURL() - Method in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
getUsername() - Method in class eu.fbk.knowledgestore.AbstractSession
 
getUsername() - Method in class eu.fbk.knowledgestore.client.ProxyConfig
 
getUsername() - Method in class eu.fbk.knowledgestore.ForwardingSession
 
getUsername() - Method in interface eu.fbk.knowledgestore.Session
Returns the username associated to this Session, if any.
getValue() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Example
 
getValueClass(String) - Method in class eu.fbk.knowledgestore.elastic.MappingHandler
return the Class of the value for the specified property.
getValueFactory() - Static method in class eu.fbk.knowledgestore.data.Data
Returns an optimized ValueFactory for creating RDF URIs, BNodes, Literals and Statements.
getWeakCompressionPath() - Method in class eu.fbk.knowledgestore.elastic.ElasticConfigurations
 
GLINK - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:GLink.
GLOBAL - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Individual ckr:global.
GLOBAL - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Individual ks:global.
groupTxtF - Class in eu.fbk.knowledgestore.populator.naf
 
groupTxtF() - Constructor for class eu.fbk.knowledgestore.populator.naf.groupTxtF
 
GzippedFileStore - Class in eu.fbk.knowledgestore.filestore
A FileStore decorator that GZIPs all the compressible files written to it.
GzippedFileStore(FileStore) - Constructor for class eu.fbk.knowledgestore.filestore.GzippedFileStore
Creates a new instance wrapping the FileStore supplied and using the default compression level and buffer size.
GzippedFileStore(FileStore, Integer, Integer, Boolean) - Constructor for class eu.fbk.knowledgestore.filestore.GzippedFileStore
Creates a new instance wrapping the FileStore supplied and using the specified compression level.

H

HADOOP_FS_DEFAULT_NAME - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
Hadoop configuration parameters
HADOOP_FS_URL - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
HadoopFileStore - Class in eu.fbk.knowledgestore.filestore
A FileStore implementation based on the Hadoop API.
HadoopFileStore(FileSystem, String) - Constructor for class eu.fbk.knowledgestore.filestore.HadoopFileStore
Creates a new HadoopFileStore storing files in the FileSystem and under the rootPath specified.
handle(T) - Method in interface eu.fbk.knowledgestore.data.Handler
Callback method called for each non-null element of the sequence, and with a null value at the end of the sequence.
handle(Statement) - Method in class eu.fbk.knowledgestore.populator.rdf.Decoder
 
Handler<T> - Interface in eu.fbk.knowledgestore.data
A handler accepting a sequence of elements, one at a time.
HARD_DISK_PARTITION - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:HardDiskPartition.
HAS_ACTOR - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasActor.
HAS_ATTRIBUTE - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Property ckr:hasAttribute.
HAS_BEGIN_TIME_STAMP - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasBeginTimeStamp.
HAS_BEGINNING - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:hasBeginning.
HAS_CONTEXT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:hasContext.
HAS_CREDENTIAL - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:hasCredential.
HAS_DATE_TIME_DESCRIPTION - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:hasDateTimeDescription.
HAS_DURATION_DESCRIPTION - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:hasDurationDescription.
HAS_EARLIEST_BEGIN_TIME_STAMP - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasEarliestBeginTimeStamp.
HAS_EARLIEST_END_TIME_STAMP - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasEarliestEndTimeStamp.
HAS_END - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:hasEnd.
HAS_END_TIME_STAMP - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasEndTimeStamp.
HAS_EVAL_META - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Property ckr:hasEvalMeta.
HAS_EVAL_OBJECT - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Property ckr:hasEvalObject.
HAS_HASH - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:hasHash.
HAS_LATEST_BEGIN_TIME_STAMP - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasLatestBeginTimeStamp.
HAS_LATEST_END_TIME_STAMP - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasLatestEndTimeStamp.
HAS_LOGICAL_PART - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:hasLogicalPart.
HAS_MEDIA_FILE_LIST_ENTRY - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:hasMediaFileListEntry.
HAS_MEDIA_STREAM - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:hasMediaStream.
HAS_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:hasMention.
HAS_MODULE - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Property ckr:hasModule.
HAS_PART - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:hasPart.
HAS_PERMISSION - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:hasPermission.
HAS_PLACE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasPlace.
HAS_SUB_EVENT - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasSubEvent.
HAS_SUB_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasSubType.
HAS_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasTime.
HAS_TIME_STAMP - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:hasTimeStamp.
hash(Object...) - Static method in class eu.fbk.knowledgestore.data.Data
Utility method to compute an hash string from a vararg list of objects.
hash(URI...) - Method in class eu.fbk.knowledgestore.data.Record
Computes a string-valued hash code of the properties specified, or of all the available properties, if no URI is specified.
HASH_ALGORITHM - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:hashAlgorithm.
HASH_VALUE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:hashValue.
hashCode() - Method in class eu.fbk.knowledgestore.client.ProxyConfig
 
hashCode() - Method in class eu.fbk.knowledgestore.data.Criteria
The returned hash code reflects the specific criteria and supported properties of this Criteria object.
hashCode() - Method in class eu.fbk.knowledgestore.data.Record
The returned hash code depends only on the record ID.
hashCode() - Method in class eu.fbk.knowledgestore.data.XPath
The returned hash code is based exclusively on the string and lenient mode of this XPath expression.
hashCode() - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore.Entry
 
hashCode() - Method in class eu.fbk.knowledgestore.Outcome
The returned code depends on the invocation ID.
hashCode() - Method in class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
hashCode() - Method in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
hashCode() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Category
 
hashCode() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Example
 
hashCode() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
hashCode() - Method in class eu.fbk.knowledgestore.triplestore.SelectQuery
The returned hash code depends only on the string representation.
HBASE_REGION_COPROCESSOR_CLASSES - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
HBase properties to be loaded into regions.
HBASE_REGION_MEMSTORE_FLUSH_SIZE - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
HBASE_REGION_NRESERVATION_BLOCKS - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
HBASE_TRAN_LAYER - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
HBase transactional layer property.
HBASE_ZOOKEEPER_CLIENT_PORT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
HBASE_ZOOKEEPER_QUORUM - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
HBase configuration parameters
hbaseCfg - Variable in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
Hadoop Configuration object.
HBaseConstants - Class in eu.fbk.knowledgestore.datastore.hbase.utils
Class containing the default values for the HBase data store module.
HBaseConstants() - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
HBaseDataStore - Class in eu.fbk.knowledgestore.datastore.hbase
HBaseDataStore used to read and write data into HBase specific tables e.g.
HBaseDataStore(FileSystem, Properties) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
Constructor.
HBASEDATASTORE_SERVERFILTERFLAG - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
HBASEDATASTORE_TABLEPREFIX_DEFAULT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
HBASEDATASTORE_TABLEPREFIX_PROP - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
HBaseDataTransaction - Class in eu.fbk.knowledgestore.datastore.hbase
Class HBaseDataTransaction to perform operations on top of HBase, using specific operations to create transactions.
HBaseFilter - Class in eu.fbk.knowledgestore.datastore.hbase.utils
 
HBaseFilter() - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseFilter
Default constructor for exclusive use by HBase.
HBaseFilter(XPath, AvroSerializer) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseFilter
Constructor for normal use.
HBaseIterator - Class in eu.fbk.knowledgestore.datastore.hbase
Performs batch lookup of records by ID from a given HBase table, optionally returning only a subset of record properties.
HBaseIterator(AbstractHBaseUtils, String, Set<? extends URI>, Set<? extends URI>) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.HBaseIterator
Creates a new HBaseStream for the parameters supplied.
HBaseScanIterator - Class in eu.fbk.knowledgestore.datastore.hbase
Performs an HBase scanner-based retrieval of the records matching an optional condition from a certain HBase table/column family.
HBaseScanIterator(AbstractHBaseUtils, String, String, XPath, Iterable<? extends URI>, boolean) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.HBaseScanIterator
Creates a new HBaseScanStream based on the parameters supplied.
HBaseUtils - Class in eu.fbk.knowledgestore.datastore.hbase.utils
 
HBaseUtils(Properties) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
 
HEAD - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:head.
HEIGHT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:height.
HOLDS_IN - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:holdsIn.
HORIZONTAL_RESOLUTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:horizontalResolution.
host(String) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
HOUR - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:hour.
HOURS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:hours.
HTML_DOCUMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:HtmlDocument.
httpPort(Integer) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
HttpServer - Class in eu.fbk.knowledgestore.server.http
 
HttpServer.Builder - Class in eu.fbk.knowledgestore.server.http
 
httpsPort(Integer) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 

I

ICON - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Icon.
IDENTIFIER - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for any ID (URIs, BNodes).
IDENTIFIER - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:identifier.
ids(URI...) - Method in class eu.fbk.knowledgestore.Operation.Count
 
ids(Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.Operation.Count
 
ids(URI...) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
ids(Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
ids(URI, URI...) - Method in class eu.fbk.knowledgestore.Operation.Match
 
ids(URI, Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.Operation.Match
 
ids(URI...) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
ids(Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
ids(URI...) - Method in class eu.fbk.knowledgestore.Operation.Update
 
ids(Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.Operation.Update
 
IMAGE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Image.
IN_DATE_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:inDateTime.
IN_XSDDATE_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:inXSDDateTime.
infer(Handler<? super Statement>) - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleTransaction
 
infer(Handler<? super Statement>) - Method in interface eu.fbk.knowledgestore.triplestore.TripleTransaction
Performs inference, materializing the logical closure of the RDF statements contained in the triple store.
INFORMATION_ELEMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Class nie:InformationElement.
INFORMATION_ELEMENT_DATE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:informationElementDate.
init(URI...) - Static method in class eu.fbk.knowledgestore.data.Criteria
Creates a Criteria object implementing the init merge criteria for the properties specified.
init() - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataStore
 
init() - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
init() - Method in class eu.fbk.knowledgestore.datastore.LoggingDataStore
 
init() - Method in class eu.fbk.knowledgestore.datastore.MemoryDataStore
 
init() - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore
 
init() - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore
 
init() - Method in class eu.fbk.knowledgestore.datastore.SynchronizedDataStore
 
init() - Method in class eu.fbk.knowledgestore.datastore.TripleDataStore
 
init() - Method in class eu.fbk.knowledgestore.elastic.DataStoreElastic
 
init() - Method in class eu.fbk.knowledgestore.filestore.ForwardingFileStore
 
init() - Method in class eu.fbk.knowledgestore.filestore.HadoopFileStore
 
init() - Method in class eu.fbk.knowledgestore.filestore.LoggingFileStore
 
init() - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore
 
init() - Method in class eu.fbk.knowledgestore.filestore.SynchronizedFileStore
 
init(String, Writer, String, boolean) - Static method in class eu.fbk.knowledgestore.populator.naf.processNAF
 
init(Hashtable<String, KSPresentation>, boolean, Session) - Static method in class eu.fbk.knowledgestore.populator.naf.submitKS
 
init() - Method in interface eu.fbk.knowledgestore.runtime.Component
Initializes the Component with the supplied Runtime object.
init() - Method in class eu.fbk.knowledgestore.server.http.HttpServer
 
init() - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleStore
 
init() - Method in class eu.fbk.knowledgestore.triplestore.LoggingTripleStore
 
init() - Method in class eu.fbk.knowledgestore.triplestore.RepositoryTripleStore
 
init() - Method in class eu.fbk.knowledgestore.triplestore.SynchronizedTripleStore
 
init() - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoJdbcTripleStore
 
init() - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoTripleStore
 
initHbaseTableNamePrefix(String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
initSerializer(AvroSerializer) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
initServerFilterFlag(boolean) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
INSIDE - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:inside.
INSTANT - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:Instant.
instantiate(Iterable<? extends Statement>, URI...) - Static method in class eu.fbk.knowledgestore.runtime.Factory
 
instantiate(Iterable<? extends Statement>, URI, Class<T>) - Static method in class eu.fbk.knowledgestore.runtime.Factory
 
instantiate(Map<String, ? extends Object>, URI, Class<T>) - Static method in class eu.fbk.knowledgestore.runtime.Factory
 
INT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for int literals.
INTER - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:inter.
INTERLACE_MODE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:interlaceMode.
INTERPRETED_AS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:interpretedAs.
INTERVAL - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:Interval.
INTERVAL_AFTER - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalAfter.
INTERVAL_BEFORE - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalBefore.
INTERVAL_CONTAINS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalContains.
INTERVAL_DURING - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalDuring.
INTERVAL_EQUALS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalEquals.
INTERVAL_FINISHED_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalFinishedBy.
INTERVAL_FINISHES - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalFinishes.
INTERVAL_MEETS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalMeets.
INTERVAL_MET_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalMetBy.
INTERVAL_OVERLAPPED_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalOverlappedBy.
INTERVAL_OVERLAPS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalOverlaps.
INTERVAL_STARTED_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalStartedBy.
INTERVAL_STARTS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:intervalStarts.
INVOCATION - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Class ksr:Invocation.
IS_LOGICAL_PART_OF - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:isLogicalPartOf.
IS_PART_OF - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:isPartOf.
IS_PASSWORD_PROTECTED - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:isPasswordProtected.
IS_STORED_AS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:isStoredAs.
IS_STRING - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:isString.
isAvailable() - Method in class eu.fbk.knowledgestore.data.Stream
Checks whether this Stream is available, i.e., intermediate and terminal operations can be called.
isClosed() - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
isClosed() - Method in class eu.fbk.knowledgestore.AbstractSession
 
isClosed() - Method in class eu.fbk.knowledgestore.data.Stream
Checks whether this Stream has been closed.
isClosed() - Method in class eu.fbk.knowledgestore.ForwardingKnowledgeStore
 
isClosed() - Method in class eu.fbk.knowledgestore.ForwardingSession
 
isClosed() - Method in interface eu.fbk.knowledgestore.KnowledgeStore
Tests whether this KnowledgeStore instance has been closed.
isClosed() - Method in class eu.fbk.knowledgestore.server.http.HttpServer
 
isClosed() - Method in interface eu.fbk.knowledgestore.Session
Tests whether this Session instance has been closed.
isDenotedByAllowsGraphs() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
isEncodedUri(String) - Method in class eu.fbk.knowledgestore.elastic.URIHandler
 
isError() - Method in enum eu.fbk.knowledgestore.Outcome.Status
Helper method to determine whether the status code denotes error.
isFalse(URI) - Method in class eu.fbk.knowledgestore.data.Record
Determines whether the property specified has been set to false.
isFoundInKS() - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
isLenient() - Method in class eu.fbk.knowledgestore.data.XPath
Returns true if this XPath expression is lenient, i.e., evaluation never throws exceptions.
isMimeTypeCompressible(String) - Static method in class eu.fbk.knowledgestore.data.Data
Checks whether the specific MIME type can be compressed.
isNull(URI) - Method in class eu.fbk.knowledgestore.data.Record
Determines whether the property specified is null, i.e., it has no value.
isOK() - Method in enum eu.fbk.knowledgestore.Outcome.Status
Helper method to determine whether the status code denotes success.
isRefersToFunctional() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
isTrue(URI) - Method in class eu.fbk.knowledgestore.data.Record
Determines whether the property specified has been set to true.
isUnique(URI) - Method in class eu.fbk.knowledgestore.data.Record
Determines whether the property specified has at most one value.
iterator() - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an Iterator over the elements of this Stream.

K

keyFor(T) - Method in class eu.fbk.knowledgestore.data.Dictionary
 
keyFor(T, boolean) - Method in class eu.fbk.knowledgestore.data.Dictionary
 
keysFor(Iterable<? extends T>, boolean) - Method in class eu.fbk.knowledgestore.data.Dictionary
 
keystoreConfig(KeystoreConfig) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
KeystoreConfig - Class in eu.fbk.knowledgestore.server.http
 
KeystoreConfig(String, String) - Constructor for class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
KeystoreConfig(String, String, String, String) - Constructor for class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
KEYWORD - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:keyword.
KEYWORD - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:keyword.
KnowledgeStore - Interface in eu.fbk.knowledgestore
A KnowledgeStore instance.
KS - Class in eu.fbk.knowledgestore.vocabulary
Constants for the KnowledgeStore Core Data Model.
KSPresentation - Class in eu.fbk.knowledgestore.populator.naf
 
KSPresentation() - Constructor for class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
KSR - Class in eu.fbk.knowledgestore.vocabulary
Constants for the KnowledgeStore Runtime Vocabulary.
KSresourceReplacement - Static variable in class eu.fbk.knowledgestore.populator.naf.nafPopulator
 

L

LANG - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:lang.
LANGUAGE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:language.
languageCodeToURI(String) - Static method in class eu.fbk.knowledgestore.data.Data
Returns the language URI for the ISO 639 code (2-letters, 3-letters) specified.
languageURIToCode(URI) - Static method in class eu.fbk.knowledgestore.data.Data
Returns the 2-letter ISO 639 code for the language URI supplied.
LAST_REFRESHED - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:lastRefreshed.
LAST_WORD - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:lastWord.
Launcher - Class in eu.fbk.knowledgestore.runtime
A general-purpose configurer and launcher of a Component instance.
LAYER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:layer.
LAYER_CAUSAL_RELATIONS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_causal_relations.
LAYER_CHUNKS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_chunks.
LAYER_CONSTITUENCY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_constituency.
LAYER_COREFERENCES - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_coreferences.
LAYER_DEPS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_deps.
LAYER_ENTITIES - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_entities.
LAYER_FACTUALITIES - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_time_expressions.
LAYER_FACTUALITY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_factuality.
LAYER_MARKABLES - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_time_expressions.
LAYER_OPINIONS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_opinions.
LAYER_RAW - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_raw.
LAYER_SRL - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_srl.
LAYER_TEMPORAL_RELATIONS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_temporal_relations.
LAYER_TERMS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_terms.
LAYER_TEXT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_text.
LAYER_TIME_EXPRESSIONS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_time_expressions.
LAYER_TOPICS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_time_expressions.
LAYER_VUA_EVENT_COREF_INTRADOC_LEMMA_BASELINE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_vua_event_coref_intradoc_lemma_baseline.
LAYER_VUA_MULTIWORD_TAGGER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:layer_vua_multiword_tagger.
LEGAL - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:legal.
LEMMA - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:lemma.
lenient(boolean) - Method in class eu.fbk.knowledgestore.data.XPath
Returns a lenient / not lenient version of this XPath expression.
LFE_CHANNELS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:lfeChannels.
LICENSE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:license.
LICENSE_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:licenseType.
limit(Long) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
LINE_COUNT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:lineCount.
LINKS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:links.
LIST - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for lists of nodes.
list() - Method in interface eu.fbk.knowledgestore.filestore.FileStore
Lists all the files stored on the FileStore.
list() - Method in class eu.fbk.knowledgestore.filestore.ForwardingFileStore
 
list() - Method in class eu.fbk.knowledgestore.filestore.GzippedFileStore
 
list() - Method in class eu.fbk.knowledgestore.filestore.HadoopFileStore
 
list() - Method in class eu.fbk.knowledgestore.filestore.LoggingFileStore
 
list() - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore
 
list() - Method in class eu.fbk.knowledgestore.filestore.SynchronizedFileStore
 
LITERAL_ANNOTATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:literalAnnotation.
literalToString(Literal) - Static method in class eu.fbk.knowledgestore.elastic.Utility
transforms a Literal in a String
LOCAL_COREF_ID - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:localCorefID.
LOCATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:location.
logConfigLocation(String) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
logger - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Logger object used inside HdfsFileStore.
LoggingDataStore - Class in eu.fbk.knowledgestore.datastore
A DataStore wrapper that log calls to the operations of a wrapped DataStore and their execution times.
LoggingDataStore(DataStore) - Constructor for class eu.fbk.knowledgestore.datastore.LoggingDataStore
Creates a new instance for the wrapped DataStore specified.
LoggingFileStore - Class in eu.fbk.knowledgestore.filestore
A FileStore wrapper that log calls to the operations of a wrapped FileStore and their execution times.
LoggingFileStore(FileStore) - Constructor for class eu.fbk.knowledgestore.filestore.LoggingFileStore
Creates a new instance for the wrapped FileStore specified.
LoggingTripleStore - Class in eu.fbk.knowledgestore.triplestore
A TripleStore wrapper that log calls to the operations of a wrapped TripleStore and their execution times.
LoggingTripleStore(TripleStore) - Constructor for class eu.fbk.knowledgestore.triplestore.LoggingTripleStore
Creates a new instance for the wrapped TripleStore specified.
logLocation(String) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
LONG - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for long literals.
lookup(URI, Set<? extends URI>, Set<? extends URI>) - Method in interface eu.fbk.knowledgestore.datastore.DataTransaction
Returns a stream of records having the type and IDs specified.
lookup(URI, Set<? extends URI>, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
lookup(URI, Set<? extends URI>, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
lookup(URI, Set<? extends URI>, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore.MySQLTransaction
 
lookup(URI, Set<? extends URI>, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore.SolrTransaction
 
lookup(URI, Set<? extends URI>, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
search for the specified ids in the database
lookupExamples(Iterable<? extends UIConfig.Example>) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
LOSSLESS_COMPRESSION_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Individual nfo:losslessCompressionType.
LOSSY_COMPRESSION_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Individual nfo:lossyCompressionType.

M

MAGAZINE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:magazine.
main(String[]) - Static method in class eu.fbk.knowledgestore.populator.naf.getToBeProcessed
 
main(String[]) - Static method in class eu.fbk.knowledgestore.populator.naf.groupTxtF
 
main(String[]) - Static method in class eu.fbk.knowledgestore.populator.naf.nafPopulator
 
main(String[]) - Static method in class eu.fbk.knowledgestore.populator.naf.processNAF
 
main(String[]) - Static method in class eu.fbk.knowledgestore.populator.naf.runPopoulator
 
main(String[]) - Static method in class eu.fbk.knowledgestore.populator.naf.sumStatistics
 
main(String...) - Static method in class eu.fbk.knowledgestore.populator.rdf.RDFPopulator
 
main(String...) - Static method in class eu.fbk.knowledgestore.runtime.Launcher
Program entry point.
main(String[]) - Static method in class eu.fbk.knowledgestore.tool.Dumper
 
main(String...) - Static method in class eu.fbk.knowledgestore.tool.TestDriver
 
main(String[]) - Static method in class eu.fbk.knowledgestore.tool.TestGenerator
 
MappingHandler - Class in eu.fbk.knowledgestore.elastic
saves the mapping and allows to query what kind of data is behind a given property name.
match() - Method in class eu.fbk.knowledgestore.AbstractSession
 
match(Map<URI, XPath>, Map<URI, Set<URI>>, Map<URI, Set<URI>>) - Method in interface eu.fbk.knowledgestore.datastore.DataTransaction
Evaluates a match request with the parameters supplied.
match(Map<URI, XPath>, Map<URI, Set<URI>>, Map<URI, Set<URI>>) - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
match(Map<URI, XPath>, Map<URI, Set<URI>>, Map<URI, Set<URI>>) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
match(Map<URI, XPath>, Map<URI, Set<URI>>, Map<URI, Set<URI>>) - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore.MySQLTransaction
 
match(Map<URI, XPath>, Map<URI, Set<URI>>, Map<URI, Set<URI>>) - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore.SolrTransaction
 
match(Map<URI, XPath>, Map<URI, Set<URI>>, Map<URI, Set<URI>>) - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
 
match() - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Match(Map<String, String>) - Constructor for class eu.fbk.knowledgestore.Operation.Match
 
match() - Method in interface eu.fbk.knowledgestore.Session
Creates a new Match operation object for matching <resource, mention, entity, axioms> 4-tuples matching specific conditions.
MATCHED_AXIOM - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:matchedAxiom.
MATCHED_ENTITY - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:matchedEntity.
MATCHED_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:matchedMention.
MATCHED_RESOURCE - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:matchedResource.
max(URI...) - Static method in class eu.fbk.knowledgestore.data.Criteria
Creates a Criteria object implementing the max merge criteria for the properties specified.
maxConnections(Integer) - Method in class eu.fbk.knowledgestore.client.Client.Builder
 
MEDIA - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Media.
MEDIA_FILE_LIST_ENTRY - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:MediaFileListEntry.
MEDIA_LIST - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:MediaList.
MEDIA_STREAM - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:MediaStream.
MemoryDataStore - Class in eu.fbk.knowledgestore.datastore
A DataStore implementations that keeps all data in memory, with persistence provided by loading / saving data to file.
MemoryDataStore(FileSystem, String) - Constructor for class eu.fbk.knowledgestore.datastore.MemoryDataStore
Creates a new MemoryDataStore instance loading/storing data in the file at the path and file system specified.
MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Class ks:Mention.
MENTION_OF - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:mentionOf.
mentionCategories(Iterable<? extends UIConfig.Category>) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
mentionOverviewProperties(Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
merge(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
merge(Record, Record) - Method in class eu.fbk.knowledgestore.data.Criteria
Merges all supported properties in common to the old and new record specified, storing the results in the old record.
merge(URI, List<? extends Object>, List<? extends Object>) - Method in class eu.fbk.knowledgestore.data.Criteria
Merges old and new values of the property specified, returning the resulting list of values.
merge(URI) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Merge(Map<String, String>, URI) - Constructor for class eu.fbk.knowledgestore.Operation.Merge
 
merge(URI) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Merge operation object for merging local record description of the type specified with descriptions stored in the KnowledgeStore.
MESSAGE - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Property ksr:message.
MIME_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:mimeType.
mimeTypeToExtensions(String) - Static method in class eu.fbk.knowledgestore.data.Data
Returns the file extensions commonly associated to the specified MIME type.
min(URI...) - Static method in class eu.fbk.knowledgestore.data.Criteria
Creates a Criteria object implementing the min merge criteria for the properties specified.
MIND_MAP - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:MindMap.
MINUTE - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:minute.
MINUTES - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:minutes.
MOD - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:mod.
MOD_AFTER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_after.
MOD_APPROX - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_approx.
MOD_BEFORE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_before.
MOD_END - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_end.
MOD_EQUAL_OR_LESS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_equal_or_less.
MOD_EQUAL_OR_MORE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_equal_or_more.
MOD_LESS_THAN - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_less_than.
MOD_MID - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_mid.
MOD_MORE_THAN - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_more_than.
MOD_ON_OR_AFTER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_on_or_after.
MOD_ON_OR_BEFORE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_on_or_before.
MOD_START - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:mod_start.
MODALITY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:modality.
MODULE - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Class ckr:Module.
MODULES - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:NAFProcessor.
MONDAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:Monday.
MONTH - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:month.
MONTHS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:months.
MultiFileStore - Class in eu.fbk.knowledgestore.filestore
 
MultiFileStore(FileStore, Integer) - Constructor for class eu.fbk.knowledgestore.filestore.MultiFileStore
 
MultiFileStore.Entry - Class in eu.fbk.knowledgestore.filestore
 
MySQLDataStore - Class in eu.fbk.knowledgestore.datastore
Created with IntelliJ IDEA.
MySQLDataStore(String, String, String, String) - Constructor for class eu.fbk.knowledgestore.datastore.MySQLDataStore
 
MySQLDataStore.MySQLTransaction - Class in eu.fbk.knowledgestore.datastore
 
MySQLTransaction(boolean) - Constructor for class eu.fbk.knowledgestore.datastore.MySQLDataStore.MySQLTransaction
 

N

NAFDOCUMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:NAFDocument.
NAFLAYER_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:NAFLayer.
nafPopulator - Class in eu.fbk.knowledgestore.populator.naf
 
nafPopulator() - Constructor for class eu.fbk.knowledgestore.populator.naf.nafPopulator
 
NAFPROCESSOR - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:NAFProcessor.
NAFRunner - Class in eu.fbk.knowledgestore.populator.naf
 
NAFRunner() - Constructor for class eu.fbk.knowledgestore.populator.naf.NAFRunner
 
namedGraphs(URI...) - Method in class eu.fbk.knowledgestore.Operation.Sparql
Sets the optional named graphs for the query, overriding named graphs specified in the FROM NAMED clause.
namedGraphs(Iterable<URI>) - Method in class eu.fbk.knowledgestore.Operation.Sparql
Sets the optional named graphs for the query, overriding named graphs specified in the FROM NAMED clause.
NAMESPACE - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
The namespace for KS-specific AVRO schemas.
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Vocabulary namespace: "http://dkm.fbk.eu/ckr/meta#".
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Vocabulary namespace: "http://dkm.fbk.eu/ontologies/knowledgestore#".
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Vocabulary namespace: "http://dkm.fbk.eu/ontologies/knowledgestore-runtime#".
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Vocabulary namespace: "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#".
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Vocabulary namespace: "http://www.semanticdesktop.org/ontologies/2007/01/19/nie#".
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Vocabulary namespace: "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#".
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Vocabulary namespace: "http://dkm.fbk.eu/ontologies/newsreader#".
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Vocabulary namespace: "http://semanticweb.cs.vu.nl/2009/11/sem/".
NAMESPACE - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Vocabulary namespace: "http://www.w3.org/2006/time#".
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Count
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Create
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Download
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Match
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation
Sets the optional namespaces for this operation.
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Sparql
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Update
 
namespaces(Map<String, String>) - Method in class eu.fbk.knowledgestore.Operation.Upload
 
namespaceToPrefix(String, Map<String, String>) - Static method in class eu.fbk.knowledgestore.data.Data
Performs a reverse lookup of the prefix corresponding to a namespace in a prefix-to-namespace map.
NARROWER_CONTEXT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:narrowerContext.
NATIVE_TRAN_LAYER_OPT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
newNamespaceMap() - Static method in class eu.fbk.knowledgestore.data.Data
Creates a new, empty prefix-to-namespace map that supports fast reverse prefix lookup via Data.namespaceToPrefix(String, Map).
newNamespaceMap(Map<String, String>, Map<String, String>) - Static method in class eu.fbk.knowledgestore.data.Data
Creates a new prefix-to-namespace map combining the mappings in the supplied maps.
NEWS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:News.
newSession() - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
newSession(String, String) - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
newSession() - Method in class eu.fbk.knowledgestore.ForwardingKnowledgeStore
 
newSession(String, String) - Method in class eu.fbk.knowledgestore.ForwardingKnowledgeStore
 
newSession() - Method in interface eu.fbk.knowledgestore.KnowledgeStore
Creates a new anonymous user session.
newSession(String, String) - Method in interface eu.fbk.knowledgestore.KnowledgeStore
Creates a new user session, using the optional username and password specified.
newSession() - Method in class eu.fbk.knowledgestore.server.http.HttpServer
 
newSession(String, String) - Method in class eu.fbk.knowledgestore.server.http.HttpServer
 
NEXT_SENTENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:nextSentence.
NEXT_SENTENCE_TRANS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:nextSentenceTrans.
NEXT_WORD - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:nextWord.
NEXT_WORD_TRANS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:nextWordTrans.
NFO - Class in eu.fbk.knowledgestore.vocabulary
Constants for the NEPOMUK File Ontology.
NIE - Class in eu.fbk.knowledgestore.vocabulary
Constants for the NEPOMUK Information Element Ontology.
NIF - Class in eu.fbk.knowledgestore.vocabulary
Constants for the NIF 2.0 Core Ontology.
NODE - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for generic data model nodes.
NOMBANK_REF - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:nombankRef.
NON_FACTUAL - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:non_factual.
normalize(Object) - Static method in class eu.fbk.knowledgestore.data.Data
Normalizes the supplied object to an object of the data model.
normalize(Object, Collection<Object>) - Static method in class eu.fbk.knowledgestore.data.Data
Normalizes the supplied object to zero or more objects of the data model, which are added to the collection specified.
NORMALIZED_COLLECTION_OCCURRENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:NormalizedCollectionOccurrence.
NORMALIZED_CONTEXT_OCCURRENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:NormalizedContextOccurrence.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Immutable Namespace constant for the vocabulary namespace.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Immutable Namespace constant for the vocabulary namespace.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Immutable Namespace constant for the vocabulary namespace.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Immutable Namespace constant for the vocabulary namespace.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Immutable Namespace constant for the vocabulary namespace.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Immutable Namespace constant for the vocabulary namespace.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Immutable Namespace constant for the vocabulary namespace.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Immutable Namespace constant for the vocabulary namespace.
NS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Immutable Namespace constant for the vocabulary namespace.
NULL - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for NULL.
NWR - Class in eu.fbk.knowledgestore.vocabulary
Constants for the NewsReader Data Model.

O

OBJECT - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Property ksr:object.
OBJECT - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Object.
OBJECT_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:ObjectMention.
objectFor(int) - Method in class eu.fbk.knowledgestore.data.Dictionary
 
objectFor(int, boolean) - Method in class eu.fbk.knowledgestore.data.Dictionary
 
objectsFor(Iterable<? extends Integer>, boolean) - Method in class eu.fbk.knowledgestore.data.Dictionary
 
offset(Long) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
OFFSET_BASED_STRING - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:OffsetBasedString.
OK_BULK - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:ok_bulk.
OK_CREATED - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:ok_created.
OK_DELETED - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:ok_deleted.
OK_MODIFIED - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:ok_modified.
OK_UNMODIFIED - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:ok_unmodified.
OLIA_CATEGORY - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:oliaCategory.
OLIA_CONF - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:oliaConf.
OLIA_LINK - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:oliaLink.
OLIA_PROV - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:oliaProv.
OMID_REGION_MEMSTORE_FLUSH_SIZE_OPT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
OMID_REGION_NRESERVATION_BLOCKS_OPT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
OMID_REGIONSERVER_COMPACTER_OPT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
OMID options.
OMID_TRAN_LAYER_OPT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
OMID_TSO_DEFAULT_HOST_OPT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
OMID_TSO_DEFAULT_PORT_OPT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
OMID_TSO_HOST - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
OMID properties.
OMID_TSO_PORT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
OmidHBaseUtils - Class in eu.fbk.knowledgestore.datastore.hbase.utils
Implements HBase operations using Yahoo!'s Omid.
OmidHBaseUtils(Properties) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
Constructor.
onClose(Object...) - Method in class eu.fbk.knowledgestore.data.Stream
Register zero or more objects for activation when this Stream will be closed.
OPERATING_SYSTEM - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:OperatingSystem.
Operation - Class in eu.fbk.knowledgestore
 
Operation.Count - Class in eu.fbk.knowledgestore
 
Operation.Create - Class in eu.fbk.knowledgestore
 
Operation.Delete - Class in eu.fbk.knowledgestore
 
Operation.Download - Class in eu.fbk.knowledgestore
Download operation.
Operation.Match - Class in eu.fbk.knowledgestore
 
Operation.Merge - Class in eu.fbk.knowledgestore
 
Operation.Retrieve - Class in eu.fbk.knowledgestore
 
Operation.Sparql - Class in eu.fbk.knowledgestore
SPARQL query operation.
Operation.SparqlDelete - Class in eu.fbk.knowledgestore
 
Operation.SparqlUpdate - Class in eu.fbk.knowledgestore
 
Operation.Update - Class in eu.fbk.knowledgestore
 
Operation.Upload - Class in eu.fbk.knowledgestore
Upload operation.
OperationException - Exception in eu.fbk.knowledgestore
Signals the failure of a KnowledgeStore Operation invocation.
OperationException(Outcome, Throwable...) - Constructor for exception eu.fbk.knowledgestore.OperationException
Creates a new instance with the outcome and causes vararg array specified.
OperationException(Outcome, Iterable<? extends Throwable>) - Constructor for exception eu.fbk.knowledgestore.OperationException
Creates a new instance with the outcome and causes Iterable specified.
OPINION - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:opinion.
optimize() - Method in class eu.fbk.knowledgestore.elastic.DataStoreElastic
merge all the segments in 1.
optimizeIndex(int) - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
merges the segment of the index for reach the specified segment number
org.jaxen.expr - package org.jaxen.expr
 
ORIGINAL_FILE_FORMAT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:originalFileFormat.
ORIGINAL_FILE_NAME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:originalFileName.
ORIGINAL_LOCATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:originalLocation.
ORIGINAL_PAGES - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:originalPages.
Outcome - Class in eu.fbk.knowledgestore
The outcome of the invocation of a KnowledgeStore operation.
Outcome.Status - Enum in eu.fbk.knowledgestore
Enumeration of Outcome status codes.
overwrite(URI...) - Static method in class eu.fbk.knowledgestore.data.Criteria
Creates a Criteria object implementing the overwrite merge criteria for the properties specified.

P

PAGE_COUNT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:pageCount.
PAGINATED_TEXT_DOCUMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:PaginatedTextDocument.
PARAGRAPH - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:Paragraph.
parse(String, Map<String, String>) - Static method in class eu.fbk.knowledgestore.data.Criteria
Parses the supplied string specification of a merge criteria, returning the parsed Criteria object.
parse(String, Object...) - Static method in class eu.fbk.knowledgestore.data.XPath
Creates a new XPath expression based on the expression string specified with optional $$ placeholders replaced by supplied values.
parse(Map<String, String>, String, Object...) - Static method in class eu.fbk.knowledgestore.data.XPath
Creates a new XPath expression based on the namespace mappings and the expression string specified, with optional $$ placeholders replaced by supplied values.
ParseException - Exception in eu.fbk.knowledgestore.data
Signals a failure in parsing a string according to some formal grammar.
ParseException(String, String) - Constructor for exception eu.fbk.knowledgestore.data.ParseException
Creates a new instance with the parsed string and the optional error message specified.
ParseException(String, String, Throwable) - Constructor for exception eu.fbk.knowledgestore.data.ParseException
Creates a new instance with the query, optional error message and cause specified.
parseValue(String, Map<String, String>) - Static method in class eu.fbk.knowledgestore.data.Data
Parses an RDF value out of a string.
PART_OF_SPEECH_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:PartOfSpeech.
PARTICIPATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Participation.
path(String) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
PERMISSIONS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:permissions.
PHRASE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:Phrase.
PLACE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Place.
PLACE_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:PlaceType.
PLACE_TYPE_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:placeType.
PLAIN_IDENTIFIER - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for non-compressed IDs (URIs, BNodes).
PLAIN_TEXT_CONTENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:plainTextContent.
PLAIN_TEXT_DOCUMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:PlainTextDocument.
POLARITY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:polarity.
POLARITY_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Polarity.
POLARITY_NEG - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:polarity_neg.
POLARITY_POS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:polarity_pos.
POS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:pos.
POS_NOUN - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:pos_noun.
POS_OTHER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:pos_other.
POS_TAG - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:posTag.
POS_VERB - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:pos_verb.
PRED - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:pred.
PRED_LANG - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:predLang.
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.CKR
Recommended prefix for the vocabulary namespace: "ckr".
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Recommended prefix for the vocabulary namespace: "ks".
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Recommended prefix for the vocabulary namespace: "ksr".
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Recommended prefix for the vocabulary namespace: "nfo".
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Recommended prefix for the vocabulary namespace: "nie".
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Recommended prefix for the vocabulary namespace: "nif".
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Recommended prefix for the vocabulary namespace: "nwr".
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Recommended prefix for the vocabulary namespace: "sem".
PREFIX - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Recommended prefix for the vocabulary namespace: "time".
PRESENTATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Presentation.
PREVIOUS_SENTENCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:previousSentence.
PREVIOUS_SENTENCE_TRANS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:previousSentenceTrans.
PREVIOUS_WORD - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:previousWord.
PREVIOUS_WORD_TRANS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:previousWordTrans.
printMapping() - Method in class eu.fbk.knowledgestore.elastic.URIHandler
 
processDelete(URI, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Process operations on the Resource table.
processDelete(URI, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Process delete operations on an HBase table.
processDelete(URI, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
 
processDelete(URI, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
 
processNAF - Class in eu.fbk.knowledgestore.populator.naf
 
processNAF() - Constructor for class eu.fbk.knowledgestore.populator.naf.processNAF
 
processNAFVariables - Class in eu.fbk.knowledgestore.populator.naf
 
processPut(Record, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Process operations on the Resource table.
processPut(Record, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Process put operations on an HBase table.
processPut(Record, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
 
processPut(Record, String, String, String) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
 
Producer - Class in eu.fbk.knowledgestore.populator.naf
 
Producer(BlockingQueue<Hashtable<String, KSPresentation>>) - Constructor for class eu.fbk.knowledgestore.populator.naf.Producer
 
PROGRAMMING_LANGUAGE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:programmingLanguage.
PROPBANK_REF - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:propbankRef.
PROPER_INTERVAL - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:ProperInterval.
properties(URI, URI...) - Method in class eu.fbk.knowledgestore.Operation.Match
 
properties(URI, Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.Operation.Match
 
properties(URI...) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
properties(Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
PROPERTY - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for properties of a record node.
proxy(ProxyConfig) - Method in class eu.fbk.knowledgestore.client.Client.Builder
 
ProxyConfig - Class in eu.fbk.knowledgestore.client
 
ProxyConfig(String) - Constructor for class eu.fbk.knowledgestore.client.ProxyConfig
 
ProxyConfig(String, String, String) - Constructor for class eu.fbk.knowledgestore.client.ProxyConfig
 
proxyHttpRoot(String) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
proxyHttpsRoot(String) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
PUBLISHER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:publisher.

Q

QUANT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:quant.
query(SelectQuery, BindingSet, Long) - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleTransaction
 
query(SelectQuery, BindingSet, Long) - Method in interface eu.fbk.knowledgestore.triplestore.TripleTransaction
Evaluates the supplied SPARQL SELECT query, returning a Sesame CloseableIteration over its solutions.

R

RASTER_IMAGE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:RasterImage.
RATE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:rate.
RDFPopulator - Class in eu.fbk.knowledgestore.populator.rdf
 
RDFPopulator() - Constructor for class eu.fbk.knowledgestore.populator.rdf.RDFPopulator
 
read(String) - Method in interface eu.fbk.knowledgestore.filestore.FileStore
Read a file stored on the FileStore.
read(String) - Method in class eu.fbk.knowledgestore.filestore.ForwardingFileStore
 
read(String) - Method in class eu.fbk.knowledgestore.filestore.GzippedFileStore
 
read(String) - Method in class eu.fbk.knowledgestore.filestore.HadoopFileStore
 
read(String) - Method in class eu.fbk.knowledgestore.filestore.LoggingFileStore
 
read(InputStream) - Static method in class eu.fbk.knowledgestore.filestore.MultiFileStore.Entry
 
read(String) - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore
 
read(String) - Method in class eu.fbk.knowledgestore.filestore.SynchronizedFileStore
 
readConnectionFile() - Static method in class eu.fbk.knowledgestore.populator.naf.nafPopulator
 
readFields(DataInput) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseFilter
 
readFile(String, String, processNAFVariables) - Static method in class eu.fbk.knowledgestore.populator.naf.processNAF
 
readNAFFile(File, processNAFVariables) - Static method in class eu.fbk.knowledgestore.populator.naf.processNAF
 
readWithBackup(FileSystem, Path) - Static method in class eu.fbk.knowledgestore.runtime.Files
 
REAR_CHANNELS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:rearChannels.
Record - Class in eu.fbk.knowledgestore.data
A record structure characterized by an ID and a generic set of properties.
RECORD - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for record nodes (Record).
record(Record) - Method in class eu.fbk.knowledgestore.Operation.Update
 
records(Record...) - Method in class eu.fbk.knowledgestore.Operation.Create
 
records(Iterable<? extends Record>) - Method in class eu.fbk.knowledgestore.Operation.Create
 
records(Record...) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
records(Iterable<? extends Record>) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
REFERENCE_CONTEXT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:referenceContext.
REFERRED_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:referredBy.
REFERS_TO - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:refersTo.
refersToFunctional(Boolean) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
REL_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:relType.
RELATED_TO - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:relatedTo.
RELATION_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:RelationMention.
REMOTE_DATA_OBJECT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:RemoteDataObject.
REMOTE_PORT_ADDRESS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:RemotePortAddress.
remove(URI, Object, Object...) - Method in class eu.fbk.knowledgestore.data.Record
Removes one or more values from the property specified.
remove(Iterable<? extends Statement>) - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleTransaction
 
remove(Iterable<? extends Statement>) - Method in interface eu.fbk.knowledgestore.triplestore.TripleTransaction
Removes all the RDF statements in the Iterable specified from the triple store.
rename(FileSystem, Path, Path) - Static method in class eu.fbk.knowledgestore.runtime.Files
 
replaceDataset(Dataset) - Method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Replaces the dataset of this query with the one specified, returning the resulting SelectQuery object.
replaceVariables(BindingSet) - Method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Replaces some variables of this queries with the constant values specified, returning the resulting SelectQuery object.
RepositoryTripleStore - Class in eu.fbk.knowledgestore.triplestore
 
RepositoryTripleStore(Sail) - Constructor for class eu.fbk.knowledgestore.triplestore.RepositoryTripleStore
 
RepositoryTripleStore(Repository) - Constructor for class eu.fbk.knowledgestore.triplestore.RepositoryTripleStore
 
Representation - Class in eu.fbk.knowledgestore.data
A digital representation of a resource.
representation(Representation) - Method in class eu.fbk.knowledgestore.Operation.Upload
Sets the representation to upload, if any.
REPRESENTATION - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Class ks:Representation.
reset() - Method in class eu.fbk.knowledgestore.triplestore.ForwardingTripleStore
 
reset() - Method in class eu.fbk.knowledgestore.triplestore.LoggingTripleStore
 
reset() - Method in class eu.fbk.knowledgestore.triplestore.RepositoryTripleStore
 
reset() - Method in class eu.fbk.knowledgestore.triplestore.SynchronizedTripleStore
 
reset() - Method in interface eu.fbk.knowledgestore.triplestore.TripleStore
Resets the triple store contents, possibly recreating or reinitializing the external services / files this triple store is based on.
reset() - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoJdbcTripleStore
 
reset() - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoTripleStore
 
RESOURCE - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Class ks:Resource.
resourceOverviewProperties(Iterable<? extends URI>) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
RESULT - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Property ksr:result.
resultLimit(Integer) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
retain(URI...) - Method in class eu.fbk.knowledgestore.data.Record
Retains only the properties specified, clearing the remaining ones.
retrieve(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
retrieve(URI, XPath, Set<? extends URI>) - Method in interface eu.fbk.knowledgestore.datastore.DataTransaction
Returns a stream of records having the type and matching the optional condition specified.
retrieve(URI, XPath, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
retrieve(URI, XPath, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
retrieve(URI, XPath, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore.MySQLTransaction
 
retrieve(URI, XPath, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore.SolrTransaction
 
retrieve(URI, XPath, Set<? extends URI>) - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
returns all the documents in the database that match the conditions
retrieve(URI) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Retrieve(Map<String, String>, URI) - Constructor for class eu.fbk.knowledgestore.Operation.Retrieve
 
retrieve(URI) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Retrieve operation object for retrieving records of the type specified.
RewritingTripleStore - Class in eu.fbk.knowledgestore.triplestore
A TripleStore wrapper that rewrites URIs, adapting a prefix used externally in the KS to a prefix used internally to the wrapped triple.
RewritingTripleStore(TripleStore, String, String) - Constructor for class eu.fbk.knowledgestore.triplestore.RewritingTripleStore
Creates a new instance for the wrapped TripleStore specified.
RFC5147_STRING - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:RFC5147String.
ROLE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Role.
ROLE_CRUD_READER - Static variable in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
ROLE_DOWNLOADER - Static variable in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
ROLE_SPARQL_READER - Static variable in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
ROLE_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:RoleType.
ROLE_TYPE_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:roleType.
ROLE_UI_USER - Static variable in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
ROLE_WRITER - Static variable in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
rollback() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
Rollbacks operations done.
rollback() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseUtils
Rollbacks work done.
rollback() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.OmidHBaseUtils
Rollbacks work done.
rollback() - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
Rollbacks work done.
ROOT_ELEMENT_OF - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:rootElementOf.
run() - Method in class eu.fbk.knowledgestore.populator.naf.Consumer
 
run() - Method in class eu.fbk.knowledgestore.populator.naf.finalizeThread
 
run() - Method in class eu.fbk.knowledgestore.populator.naf.Producer
 
run() - Method in class eu.fbk.knowledgestore.tool.TestDriver
 
run() - Method in class eu.fbk.knowledgestore.tool.TestGenerator
 
runClass(String, String, Hashtable<String, KSPresentation>) - Method in class eu.fbk.knowledgestore.populator.naf.NAFRunner
 
runPopoulator - Class in eu.fbk.knowledgestore.populator.naf
 
runPopoulator() - Constructor for class eu.fbk.knowledgestore.populator.naf.runPopoulator
 

S

SAMPLE_COUNT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:sampleCount.
SAMPLE_RATE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:sampleRate.
SATURDAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:Saturday.
SearchResponseStream - Class in eu.fbk.knowledgestore.elastic
 
SECOND - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:second.
SECONDS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:seconds.
SECTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:section.
securityConfig(SecurityConfig) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
SecurityConfig - Class in eu.fbk.knowledgestore.server.http
 
SecurityConfig(String, String, String...) - Constructor for class eu.fbk.knowledgestore.server.http.SecurityConfig
 
SecurityConfig(String, String, Iterable<? extends String>) - Constructor for class eu.fbk.knowledgestore.server.http.SecurityConfig
 
selectors(Integer) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
SelectQuery - Class in eu.fbk.knowledgestore.triplestore
A SPARQL SELECT query.
SEM - Class in eu.fbk.knowledgestore.vocabulary
Constants for the Simple Event Model (SEM) Ontology.
SENTENCE_C - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:Sentence.
SENTENCE_P - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:sentence.
SENTIMENT_VALUE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:sentimentValue.
serialize(Record, URIHandler) - Static method in class eu.fbk.knowledgestore.elastic.Utility
 
Serializer - Class in eu.fbk.knowledgestore.data
 
Serializer() - Constructor for class eu.fbk.knowledgestore.data.Serializer
 
Serializer(boolean, Dictionary<URI>, ValueFactory) - Constructor for class eu.fbk.knowledgestore.data.Serializer
 
SerializerAvro - Class in eu.fbk.knowledgestore.runtime
 
SerializerAvro() - Constructor for class eu.fbk.knowledgestore.runtime.SerializerAvro
 
SerializerAvro(Dictionary<URI>) - Constructor for class eu.fbk.knowledgestore.runtime.SerializerAvro
 
SerializerAvro(String) - Constructor for class eu.fbk.knowledgestore.runtime.SerializerAvro
 
Server - Class in eu.fbk.knowledgestore.server
 
Server.Builder - Class in eu.fbk.knowledgestore.server
 
Session - Interface in eu.fbk.knowledgestore
A KnowledgeStore user session.
set(URI, Object, Object...) - Method in class eu.fbk.knowledgestore.data.Record
Sets the values of the property specified.
setClinkMention(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setClinkMentionDiscarded(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setCoref(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setCorefMentionEvent(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setCorefMentionNotEvent(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setEntity(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setEventMention(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setExecutor(ScheduledExecutorService) - Static method in class eu.fbk.knowledgestore.data.Data
Setup the executor shared by KnowledgeStore components.
setFactuality(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setFin(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setFoundInKS(boolean) - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
setHbaseUtils(AbstractHBaseUtils) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
setHbcfg(Configuration) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
setID(URI) - Method in class eu.fbk.knowledgestore.data.Record
Sets the ID of this record.
setInvocationID(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
setLOC(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setLogger(Logger) - Static method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataStore
 
setLogger(Logger) - Static method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
 
setLogger(Logger) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AbstractHBaseUtils
 
setLogger(Logger, processNAFVariables) - Static method in class eu.fbk.knowledgestore.populator.naf.processNAF
 
setMentions(Hashtable<String, Record>) - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
setMix(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setNaf(Record) - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
setNaf_file_path(String) - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
setNews(String) - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
setNewsResource(Record) - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
setNo_mapping(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setObjectMention(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setORG(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setParticipationMention(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setPER(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setPRO(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setProperty(String, Object) - Method in class eu.fbk.knowledgestore.data.Stream
Sets a metadata property about the stream.
setRole(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setRolewithEntity(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setRolewithoutEntity(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setSrl(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setStats(statistics) - Method in class eu.fbk.knowledgestore.populator.naf.KSPresentation
 
setTimeMention(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setTimeout(Long) - Method in class eu.fbk.knowledgestore.data.Stream
Sets a timeout by supplying the absolute milliseconds timestamp when the Stream will be forcedly closed.
setTimex(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setTlinkMention(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setTlinkMentionDiscarded(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
setTlinkMentionsEnriched(int) - Method in class eu.fbk.knowledgestore.populator.naf.statistics
 
SHORT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for short literals.
SIDE_CHANNELS - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:sideChannels.
SIGNAL - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:signal.
SIGNAL_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:SignalMention.
slice(long, long) - Method in class eu.fbk.knowledgestore.data.Stream
Intermediate operation returning a Stream with max limit elements with index starting at offset taken from this Stream.
SLINK - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:SLink.
socketTimeout(Integer) - Method in class eu.fbk.knowledgestore.client.Client.Builder
 
SOFTWARE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Software.
SOFTWARE_ITEM - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:SoftwareItem.
SOFTWARE_SERVICE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:SoftwareService.
SolrDataStore - Class in eu.fbk.knowledgestore.datastore
Created with IntelliJ IDEA.
SolrDataStore() - Constructor for class eu.fbk.knowledgestore.datastore.SolrDataStore
 
SolrDataStore.SolrTransaction - Class in eu.fbk.knowledgestore.datastore
 
SolrTransaction(boolean) - Constructor for class eu.fbk.knowledgestore.datastore.SolrDataStore.SolrTransaction
 
SOURCE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:source.
SOURCE_CODE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:SourceCode.
SOURCE_URL - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:sourceUrl.
sparql(String, Object...) - Method in class eu.fbk.knowledgestore.AbstractSession
 
sparql(String, Object...) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Sparql(Map<String, String>, String, Object...) - Constructor for class eu.fbk.knowledgestore.Operation.Sparql
Creates a new Sparql operation instance (to be used in Session implementations).
sparql(String, Object...) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Sparql operation object for evaluating a SPARQL query on crystallized axiom data.
sparqldelete() - Method in class eu.fbk.knowledgestore.AbstractSession
 
SparqlDelete(Map<String, String>) - Constructor for class eu.fbk.knowledgestore.Operation.SparqlDelete
 
sparqldelete() - Method in interface eu.fbk.knowledgestore.Session
 
sparqlExamples(Iterable<? extends UIConfig.Example>) - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Builder
 
sparqlupdate() - Method in class eu.fbk.knowledgestore.AbstractSession
 
SparqlUpdate(Map<String, String>) - Constructor for class eu.fbk.knowledgestore.Operation.SparqlUpdate
 
sparqlupdate() - Method in interface eu.fbk.knowledgestore.Session
 
SPREADSHEET - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Spreadsheet.
stat(FileSystem, Path) - Static method in class eu.fbk.knowledgestore.runtime.Files
 
STATEMENT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for RDF statements.
statements(Statement...) - Method in class eu.fbk.knowledgestore.Operation.SparqlDelete
 
statements(Iterable<? extends Statement>) - Method in class eu.fbk.knowledgestore.Operation.SparqlDelete
 
statements(Statement...) - Method in class eu.fbk.knowledgestore.Operation.SparqlUpdate
 
statements(Iterable<? extends Statement>) - Method in class eu.fbk.knowledgestore.Operation.SparqlUpdate
 
statistics - Class in eu.fbk.knowledgestore.populator.naf
 
statistics() - Constructor for class eu.fbk.knowledgestore.populator.naf.statistics
 
STATUS - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Property ksr:status.
STATUS_CODE - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Class ksr:StatusCode.
STEM - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:stem.
store(URI, Record) - Method in interface eu.fbk.knowledgestore.datastore.DataTransaction
Stores a record in the DataStore.
store(URI, Record) - Method in class eu.fbk.knowledgestore.datastore.ForwardingDataTransaction
 
store(URI, Record) - Method in class eu.fbk.knowledgestore.datastore.hbase.HBaseDataTransaction
Stores a record in the DataStore.
store(URI, Record) - Method in class eu.fbk.knowledgestore.datastore.MySQLDataStore.MySQLTransaction
 
store(URI, Record) - Method in class eu.fbk.knowledgestore.datastore.SolrDataStore.SolrTransaction
 
store(URI, Record) - Method in class eu.fbk.knowledgestore.elastic.DataTransactionElastic
stores the specified record in the database.
STORED_AS - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:storedAs.
STORED_ATTRIBUTE - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Property ks:storedAttribute.
Stream<T> - Class in eu.fbk.knowledgestore.data
A stream of typed elements that can be consumed at most once.
Stream() - Constructor for class eu.fbk.knowledgestore.data.Stream
Constructor for use by non-delegating sub-classes.
STRING - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for string literals.
STRING - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:String.
STRING_LANG - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSchemas
AVRO schema for string literals with a language.
stringToLiteral(String) - Static method in class eu.fbk.knowledgestore.elastic.Utility
transforms the given String in a Value.
STRUCTURE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:Structure.
SUB_EVENT_OF - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:subEventOf.
SUB_STRING - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:subString.
SUB_STRING_TRANS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:subStringTrans.
SUB_TYPE_OF - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:subTypeOf.
SUBJECT - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:subject.
submitKS - Class in eu.fbk.knowledgestore.populator.naf
 
submitKS() - Constructor for class eu.fbk.knowledgestore.populator.naf.submitKS
 
sumStatistics - Class in eu.fbk.knowledgestore.populator.naf
 
sumStatistics() - Constructor for class eu.fbk.knowledgestore.populator.naf.sumStatistics
 
SUNDAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:Sunday.
SUPER_STRING - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:superString.
SUPER_STRING_TRANS - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:superStringTrans.
SUPERCEDES - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:supercedes.
SUPPORTED_TYPES - Static variable in interface eu.fbk.knowledgestore.datastore.DataStore
The types of records that can be stored in a DataStore.
SynchronizedDataStore - Class in eu.fbk.knowledgestore.datastore
A DataStore wrapper that synchronizes and enforces a proper access to an another DataStore.
SynchronizedDataStore(DataStore, String) - Constructor for class eu.fbk.knowledgestore.datastore.SynchronizedDataStore
Creates a new instance for the wrapped DataStore and the Synchronizer specification string supplied.
SynchronizedDataStore(DataStore, Synchronizer) - Constructor for class eu.fbk.knowledgestore.datastore.SynchronizedDataStore
Creates a new instance for the wrapped DataStore and Synchronizer specified.
SynchronizedFileStore - Class in eu.fbk.knowledgestore.filestore
A FileStore wrapper that synchronizes and enforces a proper access to an another FileStore.
SynchronizedFileStore(FileStore, String) - Constructor for class eu.fbk.knowledgestore.filestore.SynchronizedFileStore
Creates a new instance for the wrapped FileStore and the Synchronizer specification string supplied.
SynchronizedTripleStore - Class in eu.fbk.knowledgestore.triplestore
A TripleStore wrapper that synchronizes and enforces a proper access to a wrapped TripleStore.
SynchronizedTripleStore(TripleStore, String) - Constructor for class eu.fbk.knowledgestore.triplestore.SynchronizedTripleStore
Creates a new instance for the wrapped TripleStore and the Synchronizer specification string supplied.
SynchronizedTripleStore(TripleStore, Synchronizer) - Constructor for class eu.fbk.knowledgestore.triplestore.SynchronizedTripleStore
Creates a new instance for the wrapped TripleStore and Synchronizer specified.
Synchronizer - Class in eu.fbk.knowledgestore.runtime
 
SYNTACTIC_HEAD - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:syntacticHead.
SYNTACTIC_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:syntacticType.
SYNTACTIC_TYPE_APP - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_app.
SYNTACTIC_TYPE_ARC - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_arc.
SYNTACTIC_TYPE_CONJ - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_conj.
SYNTACTIC_TYPE_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:SyntacticType.
SYNTACTIC_TYPE_HLS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_hls.
SYNTACTIC_TYPE_NAM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_nam.
SYNTACTIC_TYPE_NOM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_nom.
SYNTACTIC_TYPE_PRE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_pre.
SYNTACTIC_TYPE_PRO - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_pro.
SYNTACTIC_TYPE_PTV - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:syntactic_type_ptv.

T

TA_MS_CLASS_REF - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:taMsClassRef.
TARGET - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:target.
TEMPORAL_ENTITY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:TemporalEntity.
TEMPORAL_FUNCTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:temporalFunction.
TEMPORAL_UNIT - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Class time:TemporalUnit.
TEMPORARY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Temporary.
TENSE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:tense.
TENSE_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:Tense.
TENSE_FUTURE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tense_future.
TENSE_INFINITIVE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tense_infinitive.
TENSE_NONE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tense_none.
TENSE_PAST - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tense_past.
TENSE_PASTPART - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tense_pastpart.
TENSE_PRESENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tense_present.
TENSE_PRESPART - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tense_prespart.
TEPHRA_TRAN_LAYER_OPT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
HBase transactional layers options.
TephraHBaseUtils - Class in eu.fbk.knowledgestore.datastore.hbase.utils
Implements HBase operations using Continuuity Tephra.
TephraHBaseUtils(Properties) - Constructor for class eu.fbk.knowledgestore.datastore.hbase.utils.TephraHBaseUtils
Constructor.
TERM_ID - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:termID.
TestDriver - Class in eu.fbk.knowledgestore.tool
 
TestDriver(Properties, File) - Constructor for class eu.fbk.knowledgestore.tool.TestDriver
 
TestGenerator - Class in eu.fbk.knowledgestore.tool
 
TestGenerator(Properties, File) - Constructor for class eu.fbk.knowledgestore.tool.TestGenerator
 
TEXT_DOCUMENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:TextDocument.
THEMATIC_ROLE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:thematicRole.
THURSDAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:Thursday.
TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Time.
TIME - Class in eu.fbk.knowledgestore.vocabulary
Constants for the OWL Time.
TIME_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:TimeMention.
TIME_OR_EVENT_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:TimeOrEventMention.
TIME_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:timeType.
TIME_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:TimeType.
TIME_TYPE_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:timeType.
TIME_ZONE - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:timeZone.
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Count
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Create
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Delete
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Download
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Match
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Merge
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Retrieve
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Sparql
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation
Sets the optional timeout for this operation in milliseconds.
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Update
 
timeout(Long) - Method in class eu.fbk.knowledgestore.Operation.Upload
 
TIMEX3_DATE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:timex3_date.
TIMEX3_DURATION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:timex3_duration.
TIMEX3_MODIFIER_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:TIMEX3Modifier.
TIMEX3_SET - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:timex3_set.
TIMEX3_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:timex3_time.
TIMEX3_TYPE_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:TIMEX3Type.
TITLE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:title.
TITLE - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:Title.
TLINK - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:TLink.
TLINK_AFTER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_after.
TLINK_BEFORE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_before.
TLINK_BEGINS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_begins.
TLINK_BEGUN_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_begun_by.
TLINK_ENDED_BY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_ended_by.
TLINK_ENDS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_ends.
TLINK_FROM_TMX0 - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_from_tmx0.
TLINK_IAFTER - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_iafter.
TLINK_IBEFORE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_ibefore.
TLINK_INCLUDES - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_includes.
TLINK_IS_INCLUDED - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_is_included.
TLINK_MEASURE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_measure.
TLINK_SIMULTANEOUS - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_simultaneous.
TLINK_TO_TMX0 - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:tlink_tm_tmx0.
TLINK_TYPE_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:TLinkType.
tlinkMentionsDiscarded - Variable in class eu.fbk.knowledgestore.populator.naf.processNAFVariables
 
tlinkMentionsEnriched - Variable in class eu.fbk.knowledgestore.populator.naf.processNAFVariables
 
toArray(Class<T>) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an array of the specified type with all the elements of this Stream.
toBytes(Object) - Method in class eu.fbk.knowledgestore.data.Serializer
 
toBytes(Object) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
toBytes(Record, Set<URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
toBytes(Object) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
toBytes(Record, Set<URI>) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
toCollection(C) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation storing all the elements of this Stream in the supplied Collection.
toHandler(Handler<? super T>) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operations that forwards all the elements of this Stream to the Handler specified.
toList(L) - Method in class eu.fbk.knowledgestore.data.Dictionary
 
toList() - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an immutable List with all the elements of this Stream.
toMap(M) - Method in class eu.fbk.knowledgestore.data.Dictionary
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an immutable Map indexing the elements of this Stream as <key, value> pairs computed using the supplied Functions.
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, M) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation storing the elements of this Stream in the supplied map as <key, value> pairs computed using the supplied Functions.
toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an immutable ListMultimap indexing the elements of this Stream as <key, value> pairs computed using the supplied Functions.
toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, M) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation storing the elements of this Stream in the supplied Multimap as <key, value> pairs computed using the supplied Functions.
TOPIC - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:topic.
toRecord() - Method in class eu.fbk.knowledgestore.Outcome
Return a Record version of this Outcome object.
toSet() - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an immutable Set with all the elements of this Stream.
toSortedList(Comparator<? super T>) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an immutable List with all the elements of this Stream, sorted using the supplied Comparator.
toSortedList(Class<? extends Comparable<?>>, boolean, Object...) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an immutable List with all the elements of this Stream, sorted based on a sort key obtained by applying an optional navigation path and conversion to a specified type.
toSortedSet(Comparator<? super T>) - Method in class eu.fbk.knowledgestore.data.Stream
Terminal operation returning an immutable SortedSet with all the elements of this Stream, sorted using the supplied Comparator.
toStream(OutputStream, Object) - Method in class eu.fbk.knowledgestore.data.Serializer
 
toStream(OutputStream, Object) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
toStream(OutputStream, Record, Set<URI>) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.AvroSerializer
 
toStream(OutputStream, Object) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
toStream(OutputStream, Record, Set<URI>) - Method in class eu.fbk.knowledgestore.runtime.SerializerAvro
 
toString() - Method in class eu.fbk.knowledgestore.AbstractKnowledgeStore
 
toString() - Method in class eu.fbk.knowledgestore.AbstractSession
 
toString() - Method in class eu.fbk.knowledgestore.client.ProxyConfig
 
toString(Map<String, String>) - Method in class eu.fbk.knowledgestore.data.Criteria
Returns a parseable string representation of this Criteria object, using the supplied namespace map for encoding property URIs.
toString() - Method in class eu.fbk.knowledgestore.data.Criteria
This method returns a parseable string representation of this Criteria object, encoding property URIs as full, non-abbreviated URIs.
toString(Object, Map<String, String>, boolean) - Static method in class eu.fbk.knowledgestore.data.Data
Returns a string representation of the supplied data model object, optionally using the supplied namespaces and including record properties.
toString(Object, Map<String, String>) - Static method in class eu.fbk.knowledgestore.data.Data
Returns a string representation of the supplied data model object, optionally using the supplied namespaces.
toString(Map<String, String>, boolean) - Method in class eu.fbk.knowledgestore.data.Record
Returns a string representation of the record, optionally using the namespaces supplied and emitting record properties.
toString() - Method in class eu.fbk.knowledgestore.data.Record
The returned string contains only the ID of the record.
toString() - Method in class eu.fbk.knowledgestore.data.Representation
The returned representation contains the associated resource ID.
toString() - Method in class eu.fbk.knowledgestore.data.Stream
Returns a string representation of this Stream.
toString() - Method in class eu.fbk.knowledgestore.data.XPath
The method returns the XPath string.
toString(Object...) - Static method in class eu.fbk.knowledgestore.data.XPath
Returns the XPath string corresponding to the sequence of values specified.
toString() - Method in class eu.fbk.knowledgestore.datastore.MemoryDataStore
 
toString() - Method in class eu.fbk.knowledgestore.datastore.TripleDataStore
 
toString() - Method in class eu.fbk.knowledgestore.filestore.HadoopFileStore
 
toString() - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore.Entry
 
toString() - Method in class eu.fbk.knowledgestore.Outcome
The method returns a string of the form status invocationID (objectID) message.
toString() - Method in class eu.fbk.knowledgestore.runtime.Synchronizer
 
toString() - Method in class eu.fbk.knowledgestore.server.http.CustomConfig
 
toString() - Method in class eu.fbk.knowledgestore.server.http.KeystoreConfig
 
toString() - Method in class eu.fbk.knowledgestore.server.http.SecurityConfig
 
toString() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Category
 
toString() - Method in class eu.fbk.knowledgestore.server.http.UIConfig.Example
 
toString() - Method in class eu.fbk.knowledgestore.server.http.UIConfig
 
toString() - Method in class eu.fbk.knowledgestore.triplestore.RepositoryTripleStore
 
toString() - Method in class eu.fbk.knowledgestore.triplestore.SelectQuery
Returns the query string.
toString() - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoJdbcTripleStore
 
toString() - Method in class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoTripleStore
 
track(AtomicLong, AtomicBoolean) - Method in class eu.fbk.knowledgestore.data.Stream
Intermediate operation returning a Stream that returns the elements of this Stream and tracks the number of elements returned so far.
transform(Function<? super T, ? extends R>, int) - Method in class eu.fbk.knowledgestore.data.Stream
Intermediate operation returning a Stream with the elements obtained from the ones of this Stream by applying the specified transformation function.
transform(Function<Iterator<T>, Iterator<R>>, Function<Handler<R>, Handler<T>>) - Method in class eu.fbk.knowledgestore.data.Stream
Intermediate operation returning a Stream with the elements obtained by applying the supplied transformation functions to the Iterator and Handler returned / accepted by this Stream.
transform(Class<R>, boolean, Object...) - Method in class eu.fbk.knowledgestore.data.Stream
Intermediate operation returning a Stream with the elements obtained by applying an optional navigation path and conversion to a certain type to the elements of this Stream.
TRASH - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Trash.
TripleDataStore - Class in eu.fbk.knowledgestore.datastore
 
TripleDataStore(TripleStore) - Constructor for class eu.fbk.knowledgestore.datastore.TripleDataStore
 
TripleStore - Interface in eu.fbk.knowledgestore.triplestore
A storage for triples, supporting named graphs, SPARQL queries, inference and transactions.
TripleTransaction - Interface in eu.fbk.knowledgestore.triplestore
A triple store transaction.
TUESDAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:Tuesday.
TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:Type.
TYPE_PROPERTY - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Property sem:type.

U

uiConfig(UIConfig) - Method in class eu.fbk.knowledgestore.server.http.HttpServer.Builder
 
UIConfig - Class in eu.fbk.knowledgestore.server.http
 
UIConfig.Builder - Class in eu.fbk.knowledgestore.server.http
 
UIConfig.Category - Class in eu.fbk.knowledgestore.server.http
 
UIConfig.Example - Class in eu.fbk.knowledgestore.server.http
 
UNCERTAIN - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:uncertain.
UNCOMPRESSED_SIZE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:uncompressedSize.
union(URI...) - Static method in class eu.fbk.knowledgestore.data.Criteria
Creates a Criteria object implementing the union merge criteria for the properties specified.
UNIT_DAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:unitDay.
UNIT_HOUR - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:unitHour.
UNIT_MINUTE - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:unitMinute.
UNIT_MONTH - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:unitMonth.
UNIT_SECOND - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:unitSecond.
UNIT_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:unitType.
UNIT_WEEK - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:unitWeek.
UNIT_YEAR - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:unitYear.
UNKNOWN - Static variable in class eu.fbk.knowledgestore.vocabulary.KSR
Individual ksr:unknown.
unwrap(Object) - Static method in class eu.fbk.knowledgestore.data.XPath
 
update(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
update(URI...) - Static method in class eu.fbk.knowledgestore.data.Criteria
Creates a Criteria object implementing the update merge criteria for the properties specified.
update(URI) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Update(Map<String, String>, URI) - Constructor for class eu.fbk.knowledgestore.Operation.Update
 
update(URI) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Update operation object for updating one or more properties of records of the type specified.
upload(URI) - Method in class eu.fbk.knowledgestore.AbstractSession
 
upload(URI) - Method in class eu.fbk.knowledgestore.ForwardingSession
 
Upload(Map<String, String>, URI) - Constructor for class eu.fbk.knowledgestore.Operation.Upload
 
upload(URI) - Method in interface eu.fbk.knowledgestore.Session
Creates a new Upload operation object.
URIDICT_RELATIVEPATH_DEFAULT - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
 
URIDICT_RELATIVEPATH_PROP - Static variable in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseConstants
Default URIs dictionary file.
URIHandler - Class in eu.fbk.knowledgestore.elastic
 
URIHandler(Set<URI>, HashSet<URI>, Client) - Constructor for class eu.fbk.knowledgestore.elastic.URIHandler
 
URISCHEME - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:URIScheme.
USER - Static variable in class eu.fbk.knowledgestore.vocabulary.KS
Class ks:User.
Utility - Class in eu.fbk.knowledgestore.elastic
If the Record format is changed all (more or less) the methods in this Class must be changed.
Utility() - Constructor for class eu.fbk.knowledgestore.elastic.Utility
 

V

validateIRI(String) - Static method in class eu.fbk.knowledgestore.data.Data
Check that the supplied string is a legal IRI (as per RFC 3987).
validateServer(Boolean) - Method in class eu.fbk.knowledgestore.client.Client.Builder
 
VALUE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:value.
VALUE_FROM_FUNCTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:valueFromFunction.
VALUE_MENTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:ValueMention.
VALUE_MONEY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:value_money.
VALUE_PERCENT - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:value_percent.
VALUE_QUANTITY - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Individual nwr:value_quantity.
VALUE_TYPE - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:valueType.
VALUE_TYPE_ENUM - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Class nwr:ValueType.
valueOf(String) - Static method in enum eu.fbk.knowledgestore.Outcome.Status
Returns the enum constant of this type with the specified name.
valueOf(URI) - Static method in enum eu.fbk.knowledgestore.Outcome.Status
Lookups the status code with the URI specified.
valueOf(int) - Static method in enum eu.fbk.knowledgestore.Outcome.Status
Return the Status that more closely matches the HTTP status code specified.
values() - Static method in enum eu.fbk.knowledgestore.Outcome.Status
Returns an array containing the constants of this enum type, in the order they are declared.
VECTOR_IMAGE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:VectorImage.
VERBNET_REF - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:verbnetRef.
VERSION - Static variable in class eu.fbk.knowledgestore.vocabulary.NIE
Property nie:version.
VERSION - Static variable in class eu.fbk.knowledgestore.vocabulary.NWR
Property nwr:version.
VERTICAL_RESOLUTION - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:verticalResolution.
VIDEO - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Video.
VIEW - Static variable in class eu.fbk.knowledgestore.vocabulary.SEM
Class sem:View.
VirtuosoJdbcTripleStore - Class in eu.fbk.knowledgestore.triplestore.virtuoso
 
VirtuosoJdbcTripleStore(String, Integer, String, String, Integer, String) - Constructor for class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoJdbcTripleStore
Creates a new instance based on the supplied configuration properties.
VirtuosoTripleStore - Class in eu.fbk.knowledgestore.triplestore.virtuoso
A TripleStore implementation accessing an external OpenLink Virtuoso server.
VirtuosoTripleStore(FileSystem, String, Integer, String, String) - Constructor for class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoTripleStore
Creates a new instance based on the supplied most relevant properties.
VirtuosoTripleStore(FileSystem, String, Integer, String, String, Boolean, Integer, Integer, String) - Constructor for class eu.fbk.knowledgestore.triplestore.virtuoso.VirtuosoTripleStore
Creates a new instance based the supplied complete set of configuration properties.
VISUAL - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Visual.

W

WAS_CONVERTED_FROM - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:wasConvertedFrom.
WEBSITE - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Class nfo:Website.
WEDNESDAY - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Individual time:Wednesday.
WEEK - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:week.
WEEKS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:weeks.
WIDTH - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:width.
WORD_C - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Class nif:Word.
WORD_COUNT - Static variable in class eu.fbk.knowledgestore.vocabulary.NFO
Property nfo:wordCount.
WORD_P - Static variable in class eu.fbk.knowledgestore.vocabulary.NIF
Property nif:word.
write(DataOutput) - Method in class eu.fbk.knowledgestore.datastore.hbase.utils.HBaseFilter
 
write(String) - Method in interface eu.fbk.knowledgestore.filestore.FileStore
Writes a new file to the FileStore.
write(String) - Method in class eu.fbk.knowledgestore.filestore.ForwardingFileStore
 
write(String) - Method in class eu.fbk.knowledgestore.filestore.GzippedFileStore
 
write(String) - Method in class eu.fbk.knowledgestore.filestore.HadoopFileStore
 
write(String) - Method in class eu.fbk.knowledgestore.filestore.LoggingFileStore
 
write(OutputStream, MultiFileStore.Entry) - Static method in class eu.fbk.knowledgestore.filestore.MultiFileStore.Entry
 
write(String) - Method in class eu.fbk.knowledgestore.filestore.MultiFileStore
 
write(String) - Method in class eu.fbk.knowledgestore.filestore.SynchronizedFileStore
 
writeTo(OutputStream) - Method in class eu.fbk.knowledgestore.data.Representation
Writes all the binary data of this representation to the OutputStream sink specified.
writeTo(Appendable) - Method in class eu.fbk.knowledgestore.data.Representation
Writes all the character data of this representation to the Appendable sink specified.
writeToByteArray() - Method in class eu.fbk.knowledgestore.data.Representation
Writes all the binary data of this representation to a byte[] object.
writeToString() - Method in class eu.fbk.knowledgestore.data.Representation
Writes all the character data of this representation to a String object.
writeWithBackup(FileSystem, Path) - Static method in class eu.fbk.knowledgestore.runtime.Files
 
WX - Static variable in class eu.fbk.knowledgestore.runtime.Synchronizer
 

X

XPath - Class in eu.fbk.knowledgestore.data
An XPath-like expression that computes/extracts a list of objects starting from an object of the data model.
XSD_DATE_TIME - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:xsdDateTime.

Y

YEAR - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:year.
YEARS - Static variable in class eu.fbk.knowledgestore.vocabulary.TIME
Property time:years.
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2015–2016 FBK-irst. All rights reserved.