Skip navigation links
B C E G H I L M N O P R S T V W 

B

build() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Builder
 
build() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property.Builder
 
builder() - Static method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec
 
builder() - Static method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Builder
 
builder() - Static method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property
 

C

commit(Graph) - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Commits the transaction in the graph.
Constants - Class in org.hawkular.inventory.impl.tinkerpop.spi
 
Constants.InternalEdge - Enum in org.hawkular.inventory.impl.tinkerpop.spi
 
Constants.InternalType - Enum in org.hawkular.inventory.impl.tinkerpop.spi
 
Constants.Property - Enum in org.hawkular.inventory.impl.tinkerpop.spi
The vertices in the graph have certain well-known properties.
Constants.Type - Enum in org.hawkular.inventory.impl.tinkerpop.spi
The type of entities known to Hawkular.

E

ensureIndices(Graph, IndexSpec...) - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Makes sure all the indexes needed for good performance.
equals(Object) - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property
 

G

getElementType() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec
 
getEntityType() - Method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Type
 
getLabelIndex() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property
 
getMappedProperties() - Method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Type
 
getName() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property
 
getProperties() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec
 
getPropertyType() - Method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Property
 
getSortName() - Method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Property
 
getType() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property
 
GraphProvider - Interface in org.hawkular.inventory.impl.tinkerpop.spi
This is a service interface that the Tinkerpop implementation will use to get a configured and initialized instance of a blueprints graph.

H

hashCode() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property
 

I

IndexSpec - Class in org.hawkular.inventory.impl.tinkerpop.spi
 
IndexSpec(Class<? extends Element>, Set<IndexSpec.Property>, boolean) - Constructor for class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec
 
IndexSpec.Builder - Class in org.hawkular.inventory.impl.tinkerpop.spi
 
IndexSpec.Property - Class in org.hawkular.inventory.impl.tinkerpop.spi
 
IndexSpec.Property.Builder - Class in org.hawkular.inventory.impl.tinkerpop.spi
 
instantiateGraph(Configuration) - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Given provided configuration, tries to instantiate a graph to be used by the inventory.
isMirroredInEdges(String) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Property
 
isPreferringBigTransactions() - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
 
isTransactionRetryWarranted(Graph, Throwable) - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Tries to determine if a transaction retry has a chance of recovering from a condition signified by the provided throwable.
isUnique() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec
 
isUnique() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property
 
isUniqueIndexSupported() - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
 

L

Log - Interface in org.hawkular.inventory.impl.tinkerpop.spi
 
LOG - Static variable in interface org.hawkular.inventory.impl.tinkerpop.spi.Log
 
Log_$logger - Class in org.hawkular.inventory.impl.tinkerpop.spi
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.hawkular.inventory.impl.tinkerpop.spi.Log_$logger
 

M

mapUserDefined(String) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Property
 

N

needsDraining() - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Some implementations need the pipeline to be fully drained in order to be able to reclaim backend resources.

O

of(AbstractElement<?, ?>) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Type
 
of(Class<?>) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Type
 
of(SegmentType) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Type
 
org.hawkular.inventory.impl.tinkerpop.spi - package org.hawkular.inventory.impl.tinkerpop.spi
 

P

Property(String, Class<?>, boolean, String) - Constructor for class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property
 

R

requiresRollbackAfterFailure(Throwable) - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Checks the exception thrown during the commit and returns true if the backend requires explicit rollback after such failure occured or false if the failure caused the transaction to close itself automatically.
rollback(Graph) - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Rolls back the transaction in the graph.

S

startTransaction(Graph) - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Initializes new transaction for use with given graph.

T

toString() - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec
 
translateException(RuntimeException, CanonicalPath) - Method in interface org.hawkular.inventory.impl.tinkerpop.spi.GraphProvider
Translates the graph specific exception to an inventory exception.

V

valueOf(String) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.InternalEdge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.InternalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.InternalEdge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.InternalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.inventory.impl.tinkerpop.spi.Constants.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

withElementType(Class<? extends Element>) - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Builder
 
withLabelIndex(String) - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property.Builder
 
withName(String) - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property.Builder
 
withProperty(IndexSpec.Property) - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Builder
 
withType(Class<?>) - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property.Builder
 
withUnique(boolean) - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Builder
 
withUnique(boolean) - Method in class org.hawkular.inventory.impl.tinkerpop.spi.IndexSpec.Property.Builder
 
B C E G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.