Skip navigation links
A C E F G H I N O Q R S T W 

A

AbstractNodeTupleWritable<T> - Class in org.apache.jena.hadoop.rdf.types
A abstract general purpose writable where the actual class represented is composed of a number of Node instances
add(CharacteristicWritable) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Adds a characteristic to the set merging it into the appropriate existing characteristic if applicable
add(CharacteristicWritable...) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Adds some characteristics to the set merging them with the appropriate existing characteristics if applicable
add(CharacteristicSetWritable) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Adds the contents of the other characteristic set to this characteristic set

C

CharacteristicSetWritable - Class in org.apache.jena.hadoop.rdf.types
Represents a characteristic set which is comprised of a count of nodes for which the characteristic is applicable and a set of characteristics which represents the number of usages of predicates with those nodes
CharacteristicSetWritable() - Constructor for class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Creates a new empty characteristic set with the default count of 1
CharacteristicSetWritable(CharacteristicWritable...) - Constructor for class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Creates a new characteristic set with the default count of 1 and the given characteristics
CharacteristicSetWritable(long) - Constructor for class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Creates an empty characteristic set with the given count
CharacteristicSetWritable(long, CharacteristicWritable...) - Constructor for class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Creates a new characteristic set
CharacteristicWritable - Class in org.apache.jena.hadoop.rdf.types
Represents a characteristic for a single node and contains the node and a count associated with that node
CharacteristicWritable() - Constructor for class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
Creates an empty characteristic writable
CharacteristicWritable(Node) - Constructor for class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
Creates a characteristic writable with the given node and the default count of 1
CharacteristicWritable(Node, long) - Constructor for class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
Creates a characteristic writable with the given node and count
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.jena.hadoop.rdf.types.comparators.SimpleBinaryComparator
 
compareTo(AbstractNodeTupleWritable<T>) - Method in class org.apache.jena.hadoop.rdf.types.AbstractNodeTupleWritable
Compares instances node by node
compareTo(CharacteristicSetWritable) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
 
compareTo(CharacteristicWritable) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
 
compareTo(NodeWritable) - Method in class org.apache.jena.hadoop.rdf.types.NodeWritable
 

E

equals(Object) - Method in class org.apache.jena.hadoop.rdf.types.AbstractNodeTupleWritable
 
equals(Object) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
 
equals(Object) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
 
equals(Object) - Method in class org.apache.jena.hadoop.rdf.types.NodeWritable
 

F

fromBytes(byte[], RDF_Term) - Static method in class org.apache.jena.hadoop.rdf.types.converters.ThriftConverter
 
fromBytes(byte[], RDF_Triple) - Static method in class org.apache.jena.hadoop.rdf.types.converters.ThriftConverter
 
fromBytes(byte[], RDF_Quad) - Static method in class org.apache.jena.hadoop.rdf.types.converters.ThriftConverter
 

G

get() - Method in class org.apache.jena.hadoop.rdf.types.AbstractNodeTupleWritable
Gets the tuple
get() - Method in class org.apache.jena.hadoop.rdf.types.NodeWritable
Gets the node
getCharacteristics() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Gets the characteristics
getCount() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Gets the count
getCount() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
Gets the count
getNode() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
Gets the node

H

hasCharacteristic(String) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Gets whether the set contains a characteristic for the given predicate
hasCharacteristic(Node) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Gets whether the set contains a characteristic for the given predicate
hasCharacteristic(NodeWritable) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Gets whether the set contains a characteristic for the given predicate
hashCode() - Method in class org.apache.jena.hadoop.rdf.types.AbstractNodeTupleWritable
 
hashCode() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
 
hashCode() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
 
hashCode() - Method in class org.apache.jena.hadoop.rdf.types.NodeWritable
 

I

increment(long) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Increments the count by the given increment
increment() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
Increments the count by 1
increment(long) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
Increments the count by the given value

N

NodeTupleWritable - Class in org.apache.jena.hadoop.rdf.types
A writable RDF tuple
NodeTupleWritable() - Constructor for class org.apache.jena.hadoop.rdf.types.NodeTupleWritable
Creates a new empty instance
NodeTupleWritable(Tuple<Node>) - Constructor for class org.apache.jena.hadoop.rdf.types.NodeTupleWritable
Creates a new instance with the given value
NodeWritable - Class in org.apache.jena.hadoop.rdf.types
A writable for Node instances
NodeWritable() - Constructor for class org.apache.jena.hadoop.rdf.types.NodeWritable
Creates an empty writable
NodeWritable(Node) - Constructor for class org.apache.jena.hadoop.rdf.types.NodeWritable
Creates a new writable with the given value

O

org.apache.jena.hadoop.rdf.types - package org.apache.jena.hadoop.rdf.types
 
org.apache.jena.hadoop.rdf.types.comparators - package org.apache.jena.hadoop.rdf.types.comparators
 
org.apache.jena.hadoop.rdf.types.converters - package org.apache.jena.hadoop.rdf.types.converters
 

Q

QuadWritable - Class in org.apache.jena.hadoop.rdf.types
A writable quad
QuadWritable() - Constructor for class org.apache.jena.hadoop.rdf.types.QuadWritable
Creates a new empty instance
QuadWritable(Quad) - Constructor for class org.apache.jena.hadoop.rdf.types.QuadWritable
Creates a new instance with the given value

R

read(DataInput) - Static method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Creates a new instance and reads its data from the given input
read(DataInput) - Static method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
Creates a new instance and reads in its data from the given input
read(DataInput) - Static method in class org.apache.jena.hadoop.rdf.types.NodeTupleWritable
Creates a new instance from the given input
read(DataInput) - Static method in class org.apache.jena.hadoop.rdf.types.NodeWritable
Creates a new instance from the given input
read(DataInput) - Static method in class org.apache.jena.hadoop.rdf.types.QuadWritable
Creates a new instance from the given input
read(DataInput) - Static method in class org.apache.jena.hadoop.rdf.types.TripleWritable
Creates a new instance from the given input
readFields(DataInput) - Method in class org.apache.jena.hadoop.rdf.types.AbstractNodeTupleWritable
 
readFields(DataInput) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
 
readFields(DataInput) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
 
readFields(DataInput) - Method in class org.apache.jena.hadoop.rdf.types.NodeWritable
 
readFields(DataInput) - Method in class org.apache.jena.hadoop.rdf.types.QuadWritable
 
readFields(DataInput) - Method in class org.apache.jena.hadoop.rdf.types.TripleWritable
 

S

set(T) - Method in class org.apache.jena.hadoop.rdf.types.AbstractNodeTupleWritable
Sets the tuple
set(Node) - Method in class org.apache.jena.hadoop.rdf.types.NodeWritable
Sets the node
set(Quad) - Method in class org.apache.jena.hadoop.rdf.types.QuadWritable
 
set(Triple) - Method in class org.apache.jena.hadoop.rdf.types.TripleWritable
 
SimpleBinaryComparator - Class in org.apache.jena.hadoop.rdf.types.comparators
A general purpose comparator that may be used with any types which can be compared directly on their binary encodings
SimpleBinaryComparator() - Constructor for class org.apache.jena.hadoop.rdf.types.comparators.SimpleBinaryComparator
 
size() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
Gets the size of the characteristic set

T

ThriftConverter - Class in org.apache.jena.hadoop.rdf.types.converters
Helper for converting between the binary representation of Nodes, Triples and Quads and their Jena API equivalents
ThriftConverter() - Constructor for class org.apache.jena.hadoop.rdf.types.converters.ThriftConverter
 
toBytes(RDF_Term) - Static method in class org.apache.jena.hadoop.rdf.types.converters.ThriftConverter
 
toBytes(RDF_Triple) - Static method in class org.apache.jena.hadoop.rdf.types.converters.ThriftConverter
 
toBytes(RDF_Quad) - Static method in class org.apache.jena.hadoop.rdf.types.converters.ThriftConverter
 
toString() - Method in class org.apache.jena.hadoop.rdf.types.AbstractNodeTupleWritable
 
toString() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
 
toString() - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
 
toString() - Method in class org.apache.jena.hadoop.rdf.types.NodeWritable
 
TripleWritable - Class in org.apache.jena.hadoop.rdf.types
A writable triple
TripleWritable() - Constructor for class org.apache.jena.hadoop.rdf.types.TripleWritable
Creates a new instance using the default NTriples node formatter
TripleWritable(Triple) - Constructor for class org.apache.jena.hadoop.rdf.types.TripleWritable
Creates a new instance with a given value that uses a specific node formatter

W

write(DataOutput) - Method in class org.apache.jena.hadoop.rdf.types.AbstractNodeTupleWritable
 
write(DataOutput) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicSetWritable
 
write(DataOutput) - Method in class org.apache.jena.hadoop.rdf.types.CharacteristicWritable
 
write(DataOutput) - Method in class org.apache.jena.hadoop.rdf.types.NodeWritable
 
write(DataOutput) - Method in class org.apache.jena.hadoop.rdf.types.QuadWritable
 
write(DataOutput) - Method in class org.apache.jena.hadoop.rdf.types.TripleWritable
 
A C E F G H I N O Q R S T W 
Skip navigation links

Licenced under the Apache License, Version 2.0