A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractNeoServer - Class in org.neo4j.server
 
AbstractNeoServer(Logging) - Constructor for class org.neo4j.server.AbstractNeoServer
 
acquire(long) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
acquire(long) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
adapt(ResourceMethodDispatchProvider) - Method in class org.neo4j.server.rest.transactional.TransactionFilter
 
add(GraphDatabaseName) - Method in class org.neo4j.server.rest.domain.UriToDatabaseMatcher
Adds a mapping the given database using the default URI (/{database_name})
add(List<String>, Collection<Injectable<?>>) - Method in class org.neo4j.server.web.JaxRsServletHolderFactory
 
addBean(ObjectName) - Method in class org.neo4j.server.webadmin.rest.representations.JmxDomainRepresentation
 
addCookie(Cookie) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addDateHeader(String, long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addFilter(Filter, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
addFilter(Filter, String) - Method in interface org.neo4j.server.web.WebServer
 
addHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
addHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addIntHeader(String, int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
addJAXRSClasses(List<String>, String, Collection<Injectable<?>>) - Method in class org.neo4j.server.web.Jetty9WebServer
 
addJAXRSClasses(List<String>, String, Collection<Injectable<?>>) - Method in interface org.neo4j.server.web.WebServer
 
addJAXRSPackages(List<String>, String, Collection<Injectable<?>>) - Method in class org.neo4j.server.web.Jetty9WebServer
 
addJAXRSPackages(List<String>, String, Collection<Injectable<?>>) - Method in interface org.neo4j.server.web.WebServer
 
addLabelToNode(long, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addNodeLabel(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
addOperationResult(String, Integer, String, String) - Method in class org.neo4j.server.rest.batch.BatchOperationResults
 
addOperationResult(int, Integer, String) - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
addRow(Object...) - Method in class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator.Table
 
addStaticContent(String, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
addStaticContent(String, String) - Method in interface org.neo4j.server.web.WebServer
 
addToNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addToNodeIndex(ForceMode, String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
addToRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
addToRelationshipIndex(ForceMode, String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
addValue(double) - Method in class org.neo4j.server.statistic.StatisticData
 
AdvertisableService - Interface in org.neo4j.server.webadmin.rest
 
AllowAjaxFilter - Class in org.neo4j.server.rest.web
This filter adds the header "Access-Control-Allow-Origin : *" to all responses that goes through it.
AllowAjaxFilter() - Constructor for class org.neo4j.server.rest.web.AllowAjaxFilter
 
allPaths(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
allRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
allRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
allTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
allTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
append(StringBuilder, Object, HtmlHelper.ObjectType) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
appendMessage(StringBuilder, String) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
assemble(Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
AuthenticationException - Exception in org.neo4j.server.rest.security
A runtime exception representing a failure to provide correct authentication credentials.
AuthenticationException(String, String) - Constructor for exception org.neo4j.server.rest.security.AuthenticationException
 
AuthenticationExceptionMapper - Class in org.neo4j.server.rest.security
Map an authentication exception to an HTTP 401 response, optionally including the realm for a credentials challenge at the client.
AuthenticationExceptionMapper() - Constructor for class org.neo4j.server.rest.security.AuthenticationExceptionMapper
 

B

badRequest(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
badRequest(MediaType, String) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
baseUri() - Method in class org.neo4j.server.AbstractNeoServer
 
baseUri() - Method in interface org.neo4j.server.NeoServer
 
basicAuthenticationResponse(String) - Static method in class org.neo4j.server.rest.security.SecurityFilter
 
BatchOperationFailedException - Exception in org.neo4j.server.rest.domain
 
BatchOperationFailedException(int, String, Exception) - Constructor for exception org.neo4j.server.rest.domain.BatchOperationFailedException
 
BatchOperationResults - Class in org.neo4j.server.rest.batch
 
BatchOperationResults() - Constructor for class org.neo4j.server.rest.batch.BatchOperationResults
 
BatchOperations - Class in org.neo4j.server.rest.batch
 
BatchOperations(WebServer) - Constructor for class org.neo4j.server.rest.batch.BatchOperations
 
BatchOperationService - Class in org.neo4j.server.rest.web
 
BatchOperationService(WebServer, OutputFormat) - Constructor for class org.neo4j.server.rest.web.BatchOperationService
 
BEAN_TEMPLATE - Static variable in class org.neo4j.server.webadmin.rest.JmxService
 
begin() - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
begin() - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
Bootstrapper - Class in org.neo4j.server
 
Bootstrapper() - Constructor for class org.neo4j.server.Bootstrapper
 
BROWSER_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
 
buildURI(String, int, boolean) - Method in class org.neo4j.server.web.SimpleUriBuilder
 

C

cancel() - Method in class org.neo4j.server.rrd.ScheduledJob
 
CHARSET - Static variable in class org.neo4j.server.web.HttpHeaderUtils
 
close() - Method in interface org.neo4j.server.database.RrdDbWrapper
 
close() - Method in class org.neo4j.server.database.RrdDbWrapper.Plain
 
close() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
CollectUserAgentFilter - Class in org.neo4j.server.rest.web
 
CollectUserAgentFilter() - Constructor for class org.neo4j.server.rest.web.CollectUserAgentFilter
 
commit(StatementDeserializer, ExecutionResultSerializer) - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
commitNewTransaction(InputStream) - Method in class org.neo4j.server.rest.web.TransactionalService
 
CommitOnSuccessfulStatusCodeRepresentationWriteHandler - Class in org.neo4j.server.rest.transactional
 
CommitOnSuccessfulStatusCodeRepresentationWriteHandler(HttpContext, Transaction) - Constructor for class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
commitTransaction(long, InputStream) - Method in class org.neo4j.server.rest.web.TransactionalService
 
CommunityBootstrapper - Class in org.neo4j.server
 
CommunityBootstrapper() - Constructor for class org.neo4j.server.CommunityBootstrapper
 
CommunityDatabase - Class in org.neo4j.server.database
 
CommunityDatabase(Configurator, Logging) - Constructor for class org.neo4j.server.database.CommunityDatabase
 
CommunityNeoServer - Class in org.neo4j.server
 
CommunityNeoServer(Logging) - Constructor for class org.neo4j.server.CommunityNeoServer
 
CommunityNeoServer(Configurator, Logging) - Constructor for class org.neo4j.server.CommunityNeoServer
 
CompactJsonFormat - Class in org.neo4j.server.rest.repr.formats
 
CompactJsonFormat() - Constructor for class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
complete() - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
complete() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
configuration() - Method in class org.neo4j.server.configuration.Configurator.Adapter
 
configuration() - Method in interface org.neo4j.server.configuration.Configurator
 
configuration() - Method in class org.neo4j.server.configuration.PropertyFileConfigurator
 
configuration() - Method in class org.neo4j.server.configuration.ServerConfigurator
 
ConfigurationProvider - Class in org.neo4j.server.configuration
 
ConfigurationProvider(Configuration) - Constructor for class org.neo4j.server.configuration.ConfigurationProvider
 
Configurator - Interface in org.neo4j.server.configuration
 
Configurator.Adapter - Class in org.neo4j.server.configuration
 
Configurator.Adapter() - Constructor for class org.neo4j.server.configuration.Configurator.Adapter
 
conflict(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
conflict(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
ConsoleService - Class in org.neo4j.server.webadmin.rest.console
 
ConsoleService(Configuration, Database, HttpServletRequest, OutputFormat, CypherExecutor) - Constructor for class org.neo4j.server.webadmin.rest.console.ConsoleService
 
ConsoleService(ConsoleSessionFactory, Database, Logging, OutputFormat) - Constructor for class org.neo4j.server.webadmin.rest.console.ConsoleService
 
ConsoleServiceRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
ConsoleServiceRepresentation(String, Iterable<String>) - Constructor for class org.neo4j.server.webadmin.rest.representations.ConsoleServiceRepresentation
 
ConsoleSessionCreator - Interface in org.neo4j.server.webadmin.console
 
ConsoleSessionFactory - Interface in org.neo4j.server.webadmin.console
 
ConstraintDefinitionRepresentation - Class in org.neo4j.server.rest.repr
 
ConstraintDefinitionRepresentation(ConstraintDefinition) - Constructor for class org.neo4j.server.rest.repr.ConstraintDefinitionRepresentation
 
containsHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
containsKey(String) - Method in class org.neo4j.server.configuration.MapBasedConfiguration
 
controlEvent(int) - Method in class org.neo4j.server.Bootstrapper
 
convert(Object) - Method in class org.neo4j.server.rest.domain.PropertySettingStrategy
 
convert(Object) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
convertToNativeArray(Collection<?>) - Static method in class org.neo4j.server.rest.domain.PropertySettingStrategy
 
copy() - Method in class org.neo4j.server.statistic.StatisticData
 
create(Collection<InjectableProvider<?>>, boolean) - Method in class org.neo4j.server.web.JaxRsServletHolderFactory
 
createConnector(Server, KeyStoreInformation, String, int, int) - Method in class org.neo4j.server.security.SslSocketConnectorFactory
 
createConnector(Server, String, int, int) - Method in class org.neo4j.server.web.HttpConnectorFactory
 
createConnector(Server, String, int, int, ConnectionFactory...) - Method in class org.neo4j.server.web.HttpConnectorFactory
 
created(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
createDatabase(String, Map<String, String>) - Method in interface org.neo4j.server.database.GraphDatabaseFactory
 
createExecutorForScript(String) - Method in class org.neo4j.server.scripting.javascript.JavascriptExecutor.Factory
 
createExecutorForScript(String) - Method in interface org.neo4j.server.scripting.ScriptExecutor.Factory
 
createHttpConnectionFactory() - Method in class org.neo4j.server.web.HttpConnectorFactory
 
createJsonFrom(Object) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
createKeyStore(File, File, File) - Method in class org.neo4j.server.security.KeyStoreFactory
 
createLease(long, PagedTraverser) - Method in class org.neo4j.server.rest.paging.LeaseManager
 
createNode(Map<String, Object>, Label...) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createNode(ForceMode, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createNodeIndex(Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createNoOpTimer() - Static method in class org.neo4j.server.InterruptThreadTimer
 
createPagedTraverser(long, Map<String, Object>, int, int) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createPagedTraverser(long, TraverserReturnType, int, int, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createPropertyUniquenessConstraint(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createRelationship(long, long, String, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createRelationship(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createRelationshipIndex(Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createRrdDbAndSampler(Database, JobScheduler) - Method in class org.neo4j.server.rrd.RrdFactory
 
createSchemaIndex(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
createSchemaIndex(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createSelfSignedCertificate(File, File, String) - Method in class org.neo4j.server.security.SslCertificateFactory
 
createSession(String, Database) - Method in interface org.neo4j.server.webadmin.console.ConsoleSessionFactory
 
createSession(String, Database) - Method in class org.neo4j.server.webadmin.rest.console.SessionFactoryImpl
 
createSnapshot() - Method in class org.neo4j.server.statistic.StatisticCollector
 
createTimer(long, Thread) - Static method in class org.neo4j.server.InterruptThreadTimer
 
currentKernelInstance(Database) - Method in class org.neo4j.server.webadmin.rest.JmxService
 
currentSnapshot() - Method in class org.neo4j.server.statistic.StatisticCollector
 
cypher(String, boolean, boolean, boolean) - Method in class org.neo4j.server.rest.web.CypherService
 
CypherExecutor - Class in org.neo4j.server.database
 
CypherExecutor(Database, StringLogger) - Constructor for class org.neo4j.server.database.CypherExecutor
 
cypherExecutor - Variable in class org.neo4j.server.database.CypherExecutorProvider
 
CypherExecutorProvider - Class in org.neo4j.server.database
 
CypherExecutorProvider(CypherExecutor) - Constructor for class org.neo4j.server.database.CypherExecutorProvider
 
CypherRepresentationDispatcher - Class in org.neo4j.server.rest.repr
 
CypherRepresentationDispatcher() - Constructor for class org.neo4j.server.rest.repr.CypherRepresentationDispatcher
 
CypherResultRepresentation - Class in org.neo4j.server.rest.repr
 
CypherResultRepresentation(ExecutionResult, boolean, boolean) - Constructor for class org.neo4j.server.rest.repr.CypherResultRepresentation
 
CypherService - Class in org.neo4j.server.rest.web
 
CypherService(CypherExecutor, InputFormat, OutputFormat) - Constructor for class org.neo4j.server.rest.web.CypherService
 
CypherSession - Class in org.neo4j.server.webadmin.console
 
CypherSession(CypherExecutor, Logging) - Constructor for class org.neo4j.server.webadmin.console.CypherSession
 
CypherSessionCreator - Class in org.neo4j.server.webadmin.console
 
CypherSessionCreator() - Constructor for class org.neo4j.server.webadmin.console.CypherSessionCreator
 

D

DATA_FROM_PATH - Static variable in class org.neo4j.server.webadmin.rest.MonitorService
 
DATA_PATH - Static variable in class org.neo4j.server.webadmin.rest.MonitorService
 
DATA_SPAN_PATH - Static variable in class org.neo4j.server.webadmin.rest.MonitorService
 
Database - Interface in org.neo4j.server.database
 
database - Variable in class org.neo4j.server.database.GraphDatabaseServiceProvider
 
DATABASE_LOCATION_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
DatabaseActions - Class in org.neo4j.server.rest.web
 
DatabaseActions(LeaseManager, ForceMode, boolean, GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.web.DatabaseActions
 
DatabaseActions(LeaseManager, ForceMode, GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.web.DatabaseActions
 
DatabaseActions.Provider - Class in org.neo4j.server.rest.web
 
DatabaseActions.Provider(DatabaseActions) - Constructor for class org.neo4j.server.rest.web.DatabaseActions.Provider
 
DatabaseActions.RelationshipDirection - Enum in org.neo4j.server.rest.web
 
DatabaseLocationMustBeSpecifiedRule - Class in org.neo4j.server.configuration.validation
 
DatabaseLocationMustBeSpecifiedRule() - Constructor for class org.neo4j.server.configuration.validation.DatabaseLocationMustBeSpecifiedRule
 
DatabaseMetadataService - Class in org.neo4j.server.rest.web
 
DatabaseMetadataService(Database) - Constructor for class org.neo4j.server.rest.web.DatabaseMetadataService
 
DatabasePrimitivesSampleableBase - Class in org.neo4j.server.rrd.sampler
 
DatabasePrimitivesSampleableBase(NodeManager) - Constructor for class org.neo4j.server.rrd.sampler.DatabasePrimitivesSampleableBase
 
DatabaseProvider - Class in org.neo4j.server.database
 
DatabaseProvider(Database) - Constructor for class org.neo4j.server.database.DatabaseProvider
 
DatabaseRepresentation - Class in org.neo4j.server.rest.repr
 
DatabaseRepresentation() - Constructor for class org.neo4j.server.rest.repr.DatabaseRepresentation
 
db - Variable in class org.neo4j.server.database.DatabaseProvider
 
DB_MODE_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
DB_TUNING_PROPERTY_FILE_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
debug(Throwable) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
debug(String, Throwable) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
debug(String, Object...) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
DEFAULT_ADDRESS - Static variable in class org.neo4j.server.web.Jetty9WebServer
 
DEFAULT_CONFIG_DIR - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_DATA_API_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_DATABASE_LOCATION_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_DATABASE_PATH - Static variable in interface org.neo4j.server.rest.security.SecurityRule
 
DEFAULT_HTTP_LOGGING - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_MANAGEMENT_API_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_MANAGEMENT_CONSOLE_ENGINES - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_PORT - Static variable in class org.neo4j.server.web.Jetty9WebServer
 
DEFAULT_SCRIPT_SANDBOXING_ENABLED - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_STARTUP_TIMEOUT - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_TIMESPAN - Static variable in class org.neo4j.server.webadmin.rest.MonitorService
 
DEFAULT_TRANSACTION_TIMEOUT - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_WEBSERVER_ADDRESS - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_WEBSERVER_HTTPS_CERT_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_WEBSERVER_HTTPS_ENABLED - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_WEBSERVER_HTTPS_KEY_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_WEBSERVER_HTTPS_PORT - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_WEBSERVER_KEYSTORE_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
 
DEFAULT_WEBSERVER_PORT - Static variable in interface org.neo4j.server.configuration.Configurator
 
DefaultFormat - Class in org.neo4j.server.rest.repr
This class decorates another RepresentationFormat (called inner here), and tries to use inner to parse stuff.
DefaultFormat(RepresentationFormat, Collection<MediaType>, MediaType...) - Constructor for class org.neo4j.server.rest.repr.DefaultFormat
 
deleteAllNodeProperties(ForceMode, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteAllRelationshipProperties(ForceMode, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndex(ForceMode, String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndexNoKeyValue(ForceMode, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndexNoValue(ForceMode, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndex(ForceMode, String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndex(ForceMode, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndexNoValue(ForceMode, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNode(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
deleteNode(ForceMode, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNodeIndex(ForceMode, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNodeProperty(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationship(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
deleteRelationship(ForceMode, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationshipIndex(ForceMode, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationshipProperty(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
describe(String, Class<?>, String) - Method in interface org.neo4j.server.plugins.PluginInvocator
 
describe(String, Class<?>, String) - Method in class org.neo4j.server.plugins.PluginManager
 
describeAll(String) - Method in interface org.neo4j.server.plugins.PluginInvocator
 
describeAll(String) - Method in class org.neo4j.server.plugins.PluginManager
 
describeListParameter(String, Class<?>, boolean, String) - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
describeParameter(String, Class<?>, boolean, String) - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
describeRelationships(Map<String, Object>) - Static method in class org.neo4j.server.rest.domain.RelationshipExpanderBuilder
 
description() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
DeserializationException - Exception in org.neo4j.server.rest.transactional
 
deserializer(InputStream) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
destroy() - Method in class org.neo4j.server.guard.GuardingRequestFilter
 
destroy() - Method in class org.neo4j.server.rest.security.SecurityFilter
 
destroy() - Method in class org.neo4j.server.statistic.StatisticFilter
 
DIAGNOSTICS - Static variable in interface org.neo4j.server.configuration.Configurator
 
DISCOVERY_API_PACKAGE - Static variable in interface org.neo4j.server.configuration.Configurator
 
DiscoveryModule - Class in org.neo4j.server.modules
 
DiscoveryModule(WebServer, Logging) - Constructor for class org.neo4j.server.modules.DiscoveryModule
 
DiscoveryRepresentation - Class in org.neo4j.server.rest.repr
 
DiscoveryRepresentation(String, String) - Constructor for class org.neo4j.server.rest.repr.DiscoveryRepresentation
 
DiscoveryService - Class in org.neo4j.server.rest.discovery
Used to discover the rest of the server URIs through a HTTP GET request to the server root (/).
DiscoveryService(Configuration, OutputFormat) - Constructor for class org.neo4j.server.rest.discovery.DiscoveryService
 
dispatch(Object, HttpContext) - Method in class org.neo4j.server.rest.transactional.TransactionalRequestDispatcher
 
DO_NOTHING - Static variable in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.guard.GuardingRequestFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.security.SecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.statistic.StatisticFilter
 
DOMAIN_TEMPLATE - Static variable in class org.neo4j.server.webadmin.rest.JmxService
 
DOMAINS_PATH - Static variable in class org.neo4j.server.webadmin.rest.JmxService
 
dropPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropPropertyUniquenessConstraint(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
dropSchemaIndex(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropSchemaIndex(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 

E

EMPTY - Static variable in interface org.neo4j.server.configuration.Configurator
 
encode(String) - Static method in class org.neo4j.server.rest.domain.URIHelper
 
encodeURL(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
end(StringBuilder) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
endNode() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
endNode() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
EndNodeNotFoundException - Exception in org.neo4j.server.rest.domain
 
EndNodeNotFoundException() - Constructor for exception org.neo4j.server.rest.domain.EndNodeNotFoundException
 
endNodeUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
endNodeUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
EnsureNeo4jPropertiesExist - Class in org.neo4j.server.preflight
 
EnsureNeo4jPropertiesExist(Configuration) - Constructor for class org.neo4j.server.preflight.EnsureNeo4jPropertiesExist
 
EnsurePreparedForHttpLogging - Class in org.neo4j.server.preflight
 
EnsurePreparedForHttpLogging(Configuration) - Constructor for class org.neo4j.server.preflight.EnsurePreparedForHttpLogging
 
EntityRepresentation - Interface in org.neo4j.server.rest.repr
 
equals(Object) - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
ErrorDocumentationGenerator - Class in org.neo4j.server.rest.transactional.error
Generates Asciidoc for Status.
ErrorDocumentationGenerator() - Constructor for class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator
 
ErrorDocumentationGenerator.Table - Class in org.neo4j.server.rest.transactional.error
 
ErrorDocumentationGenerator.Table() - Constructor for class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator.Table
 
errors(Iterable<? extends Neo4jError>) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
Will get called once if any errors occurred, after ExecutionResultSerializer.statementResult(org.neo4j.cypher.javacompat.ExecutionResult, boolean, ResultDataContent...) statementResults} has been called This method is not allowed to throw exceptions.
errors() - Method in class org.neo4j.server.rest.transactional.StatementDeserializer
 
evaluate(String) - Method in class org.neo4j.server.webadmin.console.CypherSession
 
evaluate(String) - Method in interface org.neo4j.server.webadmin.console.ScriptSession
 
evaluate(String) - Method in class org.neo4j.server.webadmin.console.ShellSession
 
EvaluationException - Exception in org.neo4j.server.rest.domain
 
EvaluationException() - Constructor for exception org.neo4j.server.rest.domain.EvaluationException
 
EvaluationException(String, Throwable) - Constructor for exception org.neo4j.server.rest.domain.EvaluationException
 
EvaluationException(String) - Constructor for exception org.neo4j.server.rest.domain.EvaluationException
 
EvaluationException(Throwable) - Constructor for exception org.neo4j.server.rest.domain.EvaluationException
 
EvaluatorFactory - Class in org.neo4j.server.rest.domain
This factory can instantiate or get Evaluators from a description.
EvaluatorFactory(boolean) - Constructor for class org.neo4j.server.rest.domain.EvaluatorFactory
 
ExceptionRepresentation - Class in org.neo4j.server.rest.repr
 
ExceptionRepresentation(Throwable) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
exec(InputFormat, String) - Method in class org.neo4j.server.webadmin.rest.console.ConsoleService
 
execute(StatementDeserializer, ExecutionResultSerializer) - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
execute(Map<String, Object>) - Method in class org.neo4j.server.scripting.GroovyScriptExecutor
 
execute(Map<String, Object>) - Method in class org.neo4j.server.scripting.javascript.JavascriptExecutor
 
execute(Map<String, Object>) - Method in interface org.neo4j.server.scripting.ScriptExecutor
Execute the contained script.
executeStatements(long, InputStream) - Method in class org.neo4j.server.rest.web.TransactionalService
 
executeStatementsInNewTransaction(InputStream) - Method in class org.neo4j.server.rest.web.TransactionalService
 
ExecutionResultSerializer - Class in org.neo4j.server.rest.transactional
Writes directly to an output stream, therefore implicitly stateful.
ExecutionResultSerializer(OutputStream, URI, StringLogger) - Constructor for class org.neo4j.server.rest.transactional.ExecutionResultSerializer
 
expired() - Method in class org.neo4j.server.rest.paging.Lease
 
extendedEntity() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
ExtensionInitializer - Class in org.neo4j.server.modules
Allows unmanaged extensions to provide their own initialization
ExtensionInitializer(NeoServer) - Constructor for class org.neo4j.server.modules.ExtensionInitializer
 
extensionNames() - Method in interface org.neo4j.server.plugins.PluginInvocator
 
extensionNames() - Method in class org.neo4j.server.plugins.PluginManager
 
ExtensionPointRepresentation - Class in org.neo4j.server.rest.repr
 
ExtensionPointRepresentation(String, Class<?>, String) - Constructor for class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
ExtensionService - Class in org.neo4j.server.rest.web
 
ExtensionService(InputFormat, OutputFormat, PluginInvocator, Database) - Constructor for class org.neo4j.server.rest.web.ExtensionService
 

F

failedTask() - Method in class org.neo4j.server.preflight.PreFlightTasks
 
filter(ContainerRequest, ContainerResponse) - Method in class org.neo4j.server.rest.web.AllowAjaxFilter
 
filter(ContainerRequest) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
findPaths(long, long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
findSinglePath(long, long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
findTransactionHandle(long) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
finish() - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
This method must be called exactly once, and no method must be called after calling this method.
flushBuffer() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
forceMode(ForceMode) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
forceRollback() - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
forget(long) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
forget(long) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
format(LogRecord) - Method in class org.neo4j.server.logging.SimpleConsoleFormatter
Format the given LogRecord.
format(Date) - Method in class org.neo4j.server.rest.repr.util.RFC1123
 
formatDate(Date) - Static method in class org.neo4j.server.rest.repr.util.RFC1123
 
formQueryBeans(String) - Method in class org.neo4j.server.webadmin.rest.JmxService
 
forUriPath() - Method in interface org.neo4j.server.rest.security.SecurityRule
 
from(Object, HtmlHelper.ObjectType) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
from(Map<String, Object>) - Method in class org.neo4j.server.rest.domain.TraversalDescriptionBuilder
 
fromNames(List<?>) - Static method in enum org.neo4j.server.rest.transactional.ResultDataContent
 
FullPathRepresentation - Class in org.neo4j.server.rest.repr
 
FullPathRepresentation(Path) - Constructor for class org.neo4j.server.rest.repr.FullPathRepresentation
 

G

generateClassificationDocs() - Method in class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator
 
generateStatusCodeDocs() - Method in class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator
 
generateUriFor(URI, String) - Static method in class org.neo4j.server.JAXRSHelper
 
get() - Method in interface org.neo4j.server.database.RrdDbWrapper
 
get() - Method in class org.neo4j.server.database.RrdDbWrapper.Plain
 
getAllLabels() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllLabels() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllPropertyKeys() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllPropertyKeys() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAttributes() - Method in class org.neo4j.server.webadmin.rest.representations.JmxMBeanRepresentation
 
getAuthType() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getAutoIndexedNodes(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedNodesByQuery(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedNodesByQuery(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedProperties(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedProperties(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getAutoIndexedRelationships(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAutoIndexedRelationshipsByQuery(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAvg() - Method in class org.neo4j.server.statistic.StatisticData
 
getBean(String, String) - Method in class org.neo4j.server.webadmin.rest.JmxService
 
getBeans() - Method in class org.neo4j.server.webadmin.rest.representations.JmxDomainRepresentation
 
getBufferSize() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getClock() - Method in class org.neo4j.server.rest.paging.LeaseManager
 
getConfiguration() - Method in class org.neo4j.server.AbstractNeoServer
 
getConfiguration() - Method in interface org.neo4j.server.NeoServer
 
getConfigurator() - Method in class org.neo4j.server.AbstractNeoServer
 
getConfigurator() - Method in interface org.neo4j.server.NeoServer
 
getConstraints() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getContentCount() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getContentLength() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getContentRead() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getContentType() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getCookies() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getData() - Method in class org.neo4j.server.webadmin.rest.MonitorService
 
getData(long) - Method in class org.neo4j.server.webadmin.rest.MonitorService
 
getData(long, long) - Method in class org.neo4j.server.webadmin.rest.MonitorService
 
getDatabase() - Method in class org.neo4j.server.AbstractNeoServer
 
getDatabase() - Method in interface org.neo4j.server.NeoServer
 
getDatabaseTuningProperties() - Method in class org.neo4j.server.configuration.Configurator.Adapter
 
getDatabaseTuningProperties() - Method in interface org.neo4j.server.configuration.Configurator
 
getDatabaseTuningProperties() - Method in class org.neo4j.server.configuration.PropertyFileConfigurator
 
getDatabaseTuningProperties() - Method in class org.neo4j.server.configuration.ServerConfigurator
 
getDatasources() - Method in class org.neo4j.server.webadmin.rest.representations.RrdDataRepresentation
 
getDateHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getDependencyResolver() - Method in class org.neo4j.server.AbstractNeoServer
 
getDescription() - Method in class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentation
 
getDescription() - Method in class org.neo4j.server.webadmin.rest.representations.JmxCompositeDataRepresentation
 
getDescription() - Method in class org.neo4j.server.webadmin.rest.representations.JmxMBeanRepresentation
 
getDescription() - Method in class org.neo4j.server.webadmin.rest.representations.NameDescriptionValueRepresentation
 
getDiscoveryDocument() - Method in class org.neo4j.server.rest.discovery.DiscoveryService
 
getDomain(String) - Method in class org.neo4j.server.webadmin.rest.JmxService
 
getDomainName() - Method in class org.neo4j.server.webadmin.rest.representations.JmxDomainRepresentation
 
getDuration() - Method in class org.neo4j.server.statistic.StatisticRecord
 
getEndTime() - Method in class org.neo4j.server.webadmin.rest.representations.RrdDataRepresentation
 
getExecutionEngine() - Method in class org.neo4j.server.database.CypherExecutor
 
getExensionsFor(Class<?>) - Method in class org.neo4j.server.plugins.PluginManager
 
getExtendedEntity() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
getExtensionList(String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getExtensionManager() - Method in class org.neo4j.server.AbstractNeoServer
 
getExtensionManager() - Method in interface org.neo4j.server.NeoServer
 
getExtensionsList() - Method in class org.neo4j.server.rest.web.ExtensionService
 
getFactory(String) - Method in class org.neo4j.server.scripting.ScriptExecutorFactoryRepository
 
getFailureMessage() - Method in class org.neo4j.server.preflight.EnsureNeo4jPropertiesExist
 
getFailureMessage() - Method in class org.neo4j.server.preflight.EnsurePreparedForHttpLogging
 
getFailureMessage() - Method in class org.neo4j.server.preflight.PerformRecoveryIfNecessary
 
getFailureMessage() - Method in class org.neo4j.server.preflight.PerformUpgradeIfNecessary
 
getFailureMessage() - Method in interface org.neo4j.server.preflight.PreflightTask
 
getGraph() - Method in class org.neo4j.server.database.CommunityDatabase
 
getGraph() - Method in interface org.neo4j.server.database.Database
 
getGraphDatabaseExtensionDescription(String, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHeaderNames() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeaders(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getHeaders() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHeaders(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getHtmlBrowseJavascript() - Method in class org.neo4j.server.rest.web.ResourcesService
 
getHttpFields() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getId() - Method in class org.neo4j.server.rest.paging.Lease
 
getId() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
getId() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.DatabaseRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
getIdentity() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
getIndexedNode(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodes(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedNodesByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodesByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedNodesByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedNodesByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationship(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationships(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationships(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationshipsByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationshipsByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getIndexedRelationshipsByQuery(String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexedRelationshipsByQuery(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getIndexManager() - Method in class org.neo4j.server.database.CommunityDatabase
 
getIndexManager() - Method in interface org.neo4j.server.database.Database
 
getInjectable(ComponentContext, Context, Class<E>) - Method in class org.neo4j.server.database.InjectableProvider
 
getInjectable() - Method in class org.neo4j.server.database.InjectableProvider
 
getInputStream() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getIntHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getJetty() - Method in class org.neo4j.server.web.Jetty9WebServer
 
getKeyPassword() - Method in class org.neo4j.server.security.KeyStoreInformation
 
getKeys() - Method in class org.neo4j.server.configuration.MapBasedConfiguration
 
getKeyStorePassword() - Method in class org.neo4j.server.security.KeyStoreInformation
 
getKeyStorePath() - Method in class org.neo4j.server.security.KeyStoreInformation
 
getLabelConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLabelUniquenessConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLeaseById(String) - Method in class org.neo4j.server.rest.paging.LeaseManager
 
getLeasedItemAndRenewLease() - Method in class org.neo4j.server.rest.paging.Lease
 
getListRepresentation(Iterable) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getLocalAddr() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocalName() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocalPort() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getLocation() - Method in class org.neo4j.server.database.CommunityDatabase
 
getLocation() - Method in interface org.neo4j.server.database.Database
 
getLocations() - Method in class org.neo4j.server.rest.batch.BatchOperationResults
 
getLocations() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
getLogger(String) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
getLogging() - Method in class org.neo4j.server.database.CommunityDatabase
 
getLogging() - Method in interface org.neo4j.server.database.Database
 
getLogging() - Method in class org.neo4j.server.database.WrappedDatabase
 
getMapRepresentation(Map) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getMax() - Method in class org.neo4j.server.statistic.StatisticData
 
getMedian() - Method in class org.neo4j.server.statistic.StatisticData
 
getMediaType() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
getMessage() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
getMethod() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getMin() - Method in class org.neo4j.server.statistic.StatisticData
 
getMountPoint() - Method in class org.neo4j.server.configuration.ThirdPartyJaxRsPackage
 
getName() - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
getName() - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
getName() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
getName() - Method in interface org.neo4j.server.rrd.Sampleable
 
getName() - Method in class org.neo4j.server.rrd.sampler.MemoryUsedSampleable
 
getName() - Method in class org.neo4j.server.rrd.sampler.NodeIdsInUseSampleable
 
getName() - Method in class org.neo4j.server.rrd.sampler.PropertyCountSampleable
 
getName() - Method in class org.neo4j.server.rrd.sampler.RelationshipCountSampleable
 
getName() - Method in interface org.neo4j.server.webadmin.rest.AdvertisableService
 
getName() - Method in class org.neo4j.server.webadmin.rest.console.ConsoleService
 
getName() - Method in class org.neo4j.server.webadmin.rest.JmxService
 
getName() - Method in class org.neo4j.server.webadmin.rest.MonitorService
 
getName() - Method in class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentation
 
getName() - Method in class org.neo4j.server.webadmin.rest.representations.JmxMBeanRepresentation
 
getName() - Method in class org.neo4j.server.webadmin.rest.representations.NameDescriptionValueRepresentation
 
getName() - Method in class org.neo4j.server.webadmin.rest.VersionAndEditionService
 
getNode(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNode(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeExtensionDescription(String, String, long) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getNodeFromIndexUri(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeIndex(String) - Method in class org.neo4j.server.database.CommunityDatabase
 
getNodeIndex(String) - Method in interface org.neo4j.server.database.Database
 
getNodeIndexNames() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeIndexRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeLabels(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeLabels(ForceMode, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeProperty(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeRelationships(long, DatabaseActions.RelationshipDirection, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodesWithLabel(String, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodesWithLabelAndProperty(String, UriInfo) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getOrCreateIndexedNode(String, String, String, Long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getOrCreateIndexedRelationship(String, String, String, Long, Long, String, Long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getOutputFormat() - Method in class org.neo4j.server.rest.web.CypherService
 
getOutputFormat() - Method in class org.neo4j.server.rest.web.ExtensionService
 
getOutputFormat() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getOutputStream() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getPackageName() - Method in class org.neo4j.server.configuration.ThirdPartyJaxRsPackage
 
getPeriod() - Method in class org.neo4j.server.rest.paging.Lease
 
getPeriod() - Method in class org.neo4j.server.statistic.StatisticRecord
 
getPlugins() - Method in class org.neo4j.server.modules.RESTApiModule
 
getProperty(String) - Method in class org.neo4j.server.configuration.MapBasedConfiguration
 
getPropertyFileDirectory() - Method in class org.neo4j.server.configuration.PropertyFileConfigurator
 
getPropertyUniquenessConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getProtocol() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getReader() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRealm() - Method in exception org.neo4j.server.rest.security.AuthenticationException
 
getReason() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getRelationship(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationship(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipExtensionDescription(String, String, long) - Method in class org.neo4j.server.rest.web.ExtensionService
 
getRelationshipFromIndexUri(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipIndex(String) - Method in class org.neo4j.server.database.CommunityDatabase
 
getRelationshipIndex(String) - Method in interface org.neo4j.server.database.Database
 
getRelationshipIndexNames() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipIndexRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getRelationshipTypes() - Method in class org.neo4j.server.rest.web.DatabaseMetadataService
 
getRemoteAddr() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRemoteHost() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRemotePort() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRequests() - Method in class org.neo4j.server.statistic.StatisticRecord
 
getResponse() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getRoot() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraints() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabel(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndPropertyUniqueness(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndUniqueness(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaIndexes() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getSchemaIndexes(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getSchemaIndexes() - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaIndexesForLabel(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getScope() - Method in class org.neo4j.server.database.InjectableProvider
 
getServer() - Method in class org.neo4j.server.Bootstrapper
 
getServerPath() - Method in interface org.neo4j.server.webadmin.rest.AdvertisableService
 
getServerPath() - Method in class org.neo4j.server.webadmin.rest.console.ConsoleService
 
getServerPath() - Method in class org.neo4j.server.webadmin.rest.JmxService
 
getServerPath() - Method in class org.neo4j.server.webadmin.rest.MonitorService
 
getServerPath() - Method in class org.neo4j.server.webadmin.rest.VersionAndEditionService
 
getServiceDefinition() - Method in class org.neo4j.server.webadmin.rest.console.ConsoleService
 
getServiceDefinition() - Method in class org.neo4j.server.webadmin.rest.JmxService
 
getServiceDefinition() - Method in class org.neo4j.server.webadmin.rest.MonitorService
 
getServiceDefinition(UriInfo, OutputFormat) - Method in class org.neo4j.server.webadmin.rest.RootService
 
getServices() - Method in class org.neo4j.server.CommunityNeoServer
 
getServices() - Method in interface org.neo4j.server.NeoServer
 
getServletOutputStream() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
getSize() - Method in class org.neo4j.server.statistic.StatisticRecord
 
getStackTraceAsString() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
getStartTime() - Method in class org.neo4j.server.rest.paging.Lease
 
getStartTime() - Method in class org.neo4j.server.webadmin.rest.representations.RrdDataRepresentation
 
getState() - Method in class org.neo4j.server.InterruptThreadTimer
 
getStatus() - Method in exception org.neo4j.server.rest.domain.BatchOperationFailedException
 
getStatus() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getSum() - Method in class org.neo4j.server.statistic.StatisticData
 
getThirdpartyJaxRsClasses() - Method in class org.neo4j.server.configuration.Configurator.Adapter
 
getThirdpartyJaxRsClasses() - Method in interface org.neo4j.server.configuration.Configurator
Deprecated.
getThirdpartyJaxRsPackages() - Method in class org.neo4j.server.configuration.Configurator.Adapter
 
getThirdpartyJaxRsPackages() - Method in interface org.neo4j.server.configuration.Configurator
 
getThirdpartyJaxRsPackages() - Method in class org.neo4j.server.configuration.PropertyFileConfigurator
 
getThirdpartyJaxRsPackages() - Method in class org.neo4j.server.configuration.ServerConfigurator
 
getTime() - Method in class org.neo4j.server.rrd.SystemBackedTimeSource
 
getTime() - Method in interface org.neo4j.server.rrd.TimeSource
 
getTimeoutMillis() - Method in class org.neo4j.server.InterruptThreadTimer
 
getTimeStamp() - Method in class org.neo4j.server.statistic.StatisticRecord
 
getTimestamps() - Method in class org.neo4j.server.webadmin.rest.representations.RrdDataRepresentation
 
getTransactionRegistry() - Method in class org.neo4j.server.AbstractNeoServer
 
getTransactionRegistry() - Method in interface org.neo4j.server.NeoServer
 
getType() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
getType() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
getType() - Method in interface org.neo4j.server.rrd.Sampleable
 
getType() - Method in class org.neo4j.server.rrd.sampler.DatabasePrimitivesSampleableBase
 
getType() - Method in class org.neo4j.server.rrd.sampler.MemoryUsedSampleable
 
getType() - Method in class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentation
 
getType() - Method in class org.neo4j.server.webadmin.rest.representations.JmxCompositeDataRepresentation
 
getUrl() - Method in class org.neo4j.server.webadmin.rest.representations.JmxMBeanRepresentation
 
getUserAgents() - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
getValue(HttpContext) - Method in class org.neo4j.server.configuration.ConfigurationProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.database.CypherExecutorProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.database.DatabaseProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.database.GraphDatabaseServiceProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.LoggingProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.NeoServerProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.plugins.PluginInvocatorProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.paging.LeaseManagerProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.repr.InputFormatProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.repr.OutputFormatProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.transactional.TransactionFilter
 
getValue(HttpContext) - Method in class org.neo4j.server.rest.web.DatabaseActions.Provider
 
getValue(HttpContext) - Method in class org.neo4j.server.rrd.RrdDbProvider
 
getValue() - Method in interface org.neo4j.server.rrd.Sampleable
 
getValue() - Method in class org.neo4j.server.rrd.sampler.MemoryUsedSampleable
 
getValue() - Method in class org.neo4j.server.rrd.sampler.NodeIdsInUseSampleable
 
getValue() - Method in class org.neo4j.server.rrd.sampler.PropertyCountSampleable
 
getValue() - Method in class org.neo4j.server.rrd.sampler.RelationshipCountSampleable
 
getValue(HttpContext) - Method in class org.neo4j.server.web.InjectableWrapper
 
getValue(HttpContext) - Method in class org.neo4j.server.web.WebServerProvider
 
getValue() - Method in class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentation
 
getValue() - Method in class org.neo4j.server.webadmin.rest.representations.JmxCompositeDataRepresentation
 
getValue() - Method in class org.neo4j.server.webadmin.rest.representations.NameDescriptionValueRepresentation
 
getVersionAndEditionData() - Method in class org.neo4j.server.webadmin.rest.VersionAndEditionService
 
getWebServer() - Method in class org.neo4j.server.AbstractNeoServer
 
getWhiteList() - Static method in class org.neo4j.server.scripting.UserScriptClassWhiteList
 
getWriter() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
GlobalJavascriptInitializer - Class in org.neo4j.server.scripting.javascript
Forgive me Kent Beck, for I have sinned.
GlobalJavascriptInitializer() - Constructor for class org.neo4j.server.scripting.javascript.GlobalJavascriptInitializer
 
GlobalJavascriptInitializer.Mode - Enum in org.neo4j.server.scripting.javascript
 
GMT - Static variable in class org.neo4j.server.rest.repr.util.RFC1123
 
GRAPH_DATABASE_STARTUP_ERROR_CODE - Static variable in class org.neo4j.server.Bootstrapper
 
GraphDatabaseFactory - Interface in org.neo4j.server.database
 
GraphDatabaseName - Class in org.neo4j.server.rest.domain
 
GraphDatabaseName(String) - Constructor for class org.neo4j.server.rest.domain.GraphDatabaseName
 
GraphDatabaseServiceProvider - Class in org.neo4j.server.database
 
GraphDatabaseServiceProvider(Database) - Constructor for class org.neo4j.server.database.GraphDatabaseServiceProvider
 
GroovyScriptExecutor - Class in org.neo4j.server.scripting
 
GroovyScriptExecutor() - Constructor for class org.neo4j.server.scripting.GroovyScriptExecutor
 
GuardingRequestFilter - Class in org.neo4j.server.guard
 
GuardingRequestFilter(Guard, int) - Constructor for class org.neo4j.server.guard.GuardingRequestFilter
 

H

hashCode() - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
hasNext() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 
HEAD_BUFFER - Static variable in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
HtmlFormat - Class in org.neo4j.server.rest.repr.formats
 
HtmlFormat() - Constructor for class org.neo4j.server.rest.repr.formats.HtmlFormat
 
HtmlHelper - Class in org.neo4j.server.rest.domain
This is just a simple test of how a HTML renderer could be like
HtmlHelper() - Constructor for class org.neo4j.server.rest.domain.HtmlHelper
 
HtmlHelper.ObjectType - Enum in org.neo4j.server.rest.domain
 
HTTP_LOG_CONFIG_LOCATION - Static variable in interface org.neo4j.server.configuration.Configurator
 
HTTP_LOGGING - Static variable in interface org.neo4j.server.configuration.Configurator
 
HttpConnectorFactory - Class in org.neo4j.server.web
 
HttpConnectorFactory() - Constructor for class org.neo4j.server.web.HttpConnectorFactory
 
HttpHeaderUtils - Class in org.neo4j.server.web
 
HttpHeaderUtils() - Constructor for class org.neo4j.server.web.HttpHeaderUtils
 
httpsUri() - Method in class org.neo4j.server.AbstractNeoServer
 

I

ignore(Throwable) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
includeStats() - Method in class org.neo4j.server.rest.transactional.Statement
 
incomingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
incomingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
incomingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
incomingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
INDEX_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
IndexDefinitionRepresentation - Class in org.neo4j.server.rest.repr
 
IndexDefinitionRepresentation(IndexDefinition) - Constructor for class org.neo4j.server.rest.repr.IndexDefinitionRepresentation
 
IndexedEntityRepresentation - Class in org.neo4j.server.rest.repr
 
IndexedEntityRepresentation(Node, String, String, IndexRepresentation) - Constructor for class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
IndexedEntityRepresentation(Relationship, String, String, IndexRepresentation) - Constructor for class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
IndexRepresentation - Class in org.neo4j.server.rest.repr
 
IndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.IndexRepresentation
 
info(String, Object...) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
info(Throwable) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
info(String, Throwable) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
init() - Method in class org.neo4j.server.AbstractNeoServer
 
init() - Method in class org.neo4j.server.database.CommunityDatabase
 
init(FilterConfig) - Method in class org.neo4j.server.guard.GuardingRequestFilter
 
init() - Method in interface org.neo4j.server.NeoServer
 
init(FilterConfig) - Method in class org.neo4j.server.rest.security.SecurityFilter
 
init(FilterConfig) - Method in class org.neo4j.server.statistic.StatisticFilter
 
init() - Method in class org.neo4j.server.web.Jetty9WebServer
 
init() - Method in interface org.neo4j.server.web.WebServer
 
initialize(GlobalJavascriptInitializer.Mode) - Static method in class org.neo4j.server.scripting.javascript.GlobalJavascriptInitializer
 
initializePackages(Iterable<String>) - Method in class org.neo4j.server.modules.ExtensionInitializer
 
InjectableProvider<E> - Class in org.neo4j.server.database
 
InjectableProvider(Class<E>) - Constructor for class org.neo4j.server.database.InjectableProvider
 
InjectableWrapper - Class in org.neo4j.server.web
 
InjectableWrapper(Injectable) - Constructor for class org.neo4j.server.web.InjectableWrapper
 
inputFormat(MediaType) - Method in class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
InputFormatProvider - Class in org.neo4j.server.rest.repr
 
InputFormatProvider(RepresentationFormatRepository) - Constructor for class org.neo4j.server.rest.repr.InputFormatProvider
 
instance() - Static method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
InternalBeginTransactionError - Exception in org.neo4j.server.rest.transactional.error
 
InternalBeginTransactionError(RuntimeException) - Constructor for exception org.neo4j.server.rest.transactional.error.InternalBeginTransactionError
 
InternalJettyServletRequest - Class in org.neo4j.server.rest.web
 
InternalJettyServletRequest(String, String, String, InternalJettyServletResponse) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest
 
InternalJettyServletRequest(String, HttpURI, String, Cookie[], String, String, InternalJettyServletResponse) - Constructor for class org.neo4j.server.rest.web.InternalJettyServletRequest
 
InternalJettyServletResponse - Class in org.neo4j.server.rest.web
 
InternalJettyServletResponse() - Constructor for class org.neo4j.server.rest.web.InternalJettyServletResponse
 
InterruptThreadTimer - Class in org.neo4j.server
Interrupts a thread after a given timeout, can be cancelled if needed.
InterruptThreadTimer() - Constructor for class org.neo4j.server.InterruptThreadTimer
 
InterruptThreadTimer.InterruptThreadTask - Class in org.neo4j.server
 
InterruptThreadTimer.InterruptThreadTask(Thread) - Constructor for class org.neo4j.server.InterruptThreadTimer.InterruptThreadTask
 
InterruptThreadTimer.State - Enum in org.neo4j.server
 
InvalidConcurrentTransactionAccess - Exception in org.neo4j.server.rest.transactional.error
 
InvalidConcurrentTransactionAccess() - Constructor for exception org.neo4j.server.rest.transactional.error.InvalidConcurrentTransactionAccess
 
InvalidServerConfigurationException - Exception in org.neo4j.server.configuration
 
InvalidServerConfigurationException(String) - Constructor for exception org.neo4j.server.configuration.InvalidServerConfigurationException
 
InvalidTransactionId - Exception in org.neo4j.server.rest.transactional.error
 
InvalidTransactionId() - Constructor for exception org.neo4j.server.rest.transactional.error.InvalidTransactionId
 
invoke(GraphDatabaseAPI, String, Class<T>, String, T, ParameterList) - Method in interface org.neo4j.server.plugins.PluginInvocator
 
invoke(GraphDatabaseAPI, String, Class<T>, String, T, ParameterList) - Method in class org.neo4j.server.plugins.PluginManager
 
invokeDirectly(String, HttpServletRequest, HttpServletResponse) - Method in class org.neo4j.server.web.Jetty9WebServer
 
invokeDirectly(String, HttpServletRequest, HttpServletResponse) - Method in interface org.neo4j.server.web.WebServer
 
invokeGraphDatabaseExtension(String, String, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
invokeNodeExtension(String, String, long, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
invokeRelationshipExtension(String, String, long, String) - Method in class org.neo4j.server.rest.web.ExtensionService
 
IS_ERROR - Static variable in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
isAuthorized(HttpServletRequest) - Method in interface org.neo4j.server.rest.security.SecurityRule
 
isAutoIndexerEnabled(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
isAutoIndexerEnabled(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
isCommitted() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
isDebugEnabled() - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
isEmpty() - Method in class org.neo4j.server.configuration.MapBasedConfiguration
 
isEmpty() - Method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
isIs() - Method in class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentation
 
isLoggable(LogRecord) - Method in class org.neo4j.server.logging.NeoLogFilter
 
isReadable() - Method in class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentation
 
isRunning() - Method in class org.neo4j.server.database.CommunityDatabase
 
isRunning() - Method in interface org.neo4j.server.database.Database
 
isSecure() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
isWriteable() - Method in class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentation
 
isWriting() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
iterator() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 

J

JavascriptExecutor - Class in org.neo4j.server.scripting.javascript
 
JavascriptExecutor(String) - Constructor for class org.neo4j.server.scripting.javascript.JavascriptExecutor
 
JavascriptExecutor.Factory - Class in org.neo4j.server.scripting.javascript
 
JavascriptExecutor.Factory(boolean) - Constructor for class org.neo4j.server.scripting.javascript.JavascriptExecutor.Factory
Note that you can set sandbox/no sandbox once, after that it is globally defined for the JVM.
JAXRSHelper - Class in org.neo4j.server
 
JAXRSHelper() - Constructor for class org.neo4j.server.JAXRSHelper
 
JaxRsServletHolderFactory - Class in org.neo4j.server.web
Different ServerModules can register services at the same mount point.
JaxRsServletHolderFactory() - Constructor for class org.neo4j.server.web.JaxRsServletHolderFactory
 
JaxRsServletHolderFactory.Classes - Class in org.neo4j.server.web
 
JaxRsServletHolderFactory.Classes() - Constructor for class org.neo4j.server.web.JaxRsServletHolderFactory.Classes
 
JaxRsServletHolderFactory.Packages - Class in org.neo4j.server.web
 
JaxRsServletHolderFactory.Packages() - Constructor for class org.neo4j.server.web.JaxRsServletHolderFactory.Packages
 
Jetty9WebServer - Class in org.neo4j.server.web
 
Jetty9WebServer(Logging) - Constructor for class org.neo4j.server.web.Jetty9WebServer
 
JettyLifeCycleListenerAdapter - Class in org.neo4j.server.web
 
JettyLifeCycleListenerAdapter() - Constructor for class org.neo4j.server.web.JettyLifeCycleListenerAdapter
 
JettyLoggerAdapter - Class in org.neo4j.server.logging
Simple wrapper over the neo4j native logger class for getting jetty to use our logging framework.
JettyLoggerAdapter(Logging) - Constructor for class org.neo4j.server.logging.JettyLoggerAdapter
 
JmxAttributeRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
JmxAttributeRepresentation(ObjectName, MBeanAttributeInfo) - Constructor for class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentation
 
JmxAttributeRepresentationDispatcher - Class in org.neo4j.server.webadmin.rest.representations
Converts CompositeData, to allow representations of JMX beans.
JmxAttributeRepresentationDispatcher() - Constructor for class org.neo4j.server.webadmin.rest.representations.JmxAttributeRepresentationDispatcher
 
JmxCompositeDataRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
JmxCompositeDataRepresentation(CompositeData) - Constructor for class org.neo4j.server.webadmin.rest.representations.JmxCompositeDataRepresentation
 
JmxDomainRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
JmxDomainRepresentation(String) - Constructor for class org.neo4j.server.webadmin.rest.representations.JmxDomainRepresentation
 
JmxMBeanRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
JmxMBeanRepresentation(ObjectName) - Constructor for class org.neo4j.server.webadmin.rest.representations.JmxMBeanRepresentation
 
JmxService - Class in org.neo4j.server.webadmin.rest
 
JmxService(OutputFormat, InputFormat) - Constructor for class org.neo4j.server.webadmin.rest.JmxService
 
Job - Interface in org.neo4j.server.rrd
 
JobScheduler - Interface in org.neo4j.server.rrd
 
JsonBuildRuntimeException - Exception in org.neo4j.server.rest.domain
 
JsonBuildRuntimeException(String, Throwable) - Constructor for exception org.neo4j.server.rest.domain.JsonBuildRuntimeException
 
JsonBuildRuntimeException(String) - Constructor for exception org.neo4j.server.rest.domain.JsonBuildRuntimeException
 
JsonBuildRuntimeException(Throwable) - Constructor for exception org.neo4j.server.rest.domain.JsonBuildRuntimeException
 
jsonCreateNodeIndex(ForceMode, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
jsonCreateRelationshipIndex(ForceMode, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
JsonFormat - Class in org.neo4j.server.rest.repr.formats
 
JsonFormat() - Constructor for class org.neo4j.server.rest.repr.formats.JsonFormat
 
JsonHelper - Class in org.neo4j.server.rest.domain
 
JsonHelper() - Constructor for class org.neo4j.server.rest.domain.JsonHelper
 
jsonNode(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
JsonParseException - Exception in org.neo4j.server.rest.domain
 
JsonParseException(String, Throwable) - Constructor for exception org.neo4j.server.rest.domain.JsonParseException
 
JsonParseException(String) - Constructor for exception org.neo4j.server.rest.domain.JsonParseException
 
JsonParseException(Throwable) - Constructor for exception org.neo4j.server.rest.domain.JsonParseException
 
jsonToList(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
jsonToMap(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
jsonToSingleValue(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 

K

KERNEL_NAME_PATH - Static variable in class org.neo4j.server.webadmin.rest.JmxService
 
KeyStoreFactory - Class in org.neo4j.server.security
 
KeyStoreFactory() - Constructor for class org.neo4j.server.security.KeyStoreFactory
 
KeyStoreInformation - Class in org.neo4j.server.security
 
KeyStoreInformation(String, char[], char[]) - Constructor for class org.neo4j.server.security.KeyStoreInformation
 

L

labelsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
labelsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
Leasable - Interface in org.neo4j.server.rest.paging
 
Lease - Class in org.neo4j.server.rest.paging
 
LeaseAlreadyExpiredException - Exception in org.neo4j.server.rest.paging
 
LeaseAlreadyExpiredException(String) - Constructor for exception org.neo4j.server.rest.paging.LeaseAlreadyExpiredException
 
leasedTraverser - Variable in class org.neo4j.server.rest.paging.Lease
 
LeaseManager - Class in org.neo4j.server.rest.paging
 
LeaseManager(Clock) - Constructor for class org.neo4j.server.rest.paging.LeaseManager
 
LeaseManagerProvider - Class in org.neo4j.server.rest.paging
 
LeaseManagerProvider(LeaseManager) - Constructor for class org.neo4j.server.rest.paging.LeaseManagerProvider
 
length() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
length() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.neo4j.server.statistic.StatisticStartupListener
 
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.neo4j.server.web.JettyLifeCycleListenerAdapter
 
lifeCycleStarted(LifeCycle) - Method in class org.neo4j.server.statistic.StatisticStartupListener
 
lifeCycleStarted(LifeCycle) - Method in class org.neo4j.server.web.JettyLifeCycleListenerAdapter
 
lifeCycleStarting(LifeCycle) - Method in class org.neo4j.server.statistic.StatisticStartupListener
 
lifeCycleStarting(LifeCycle) - Method in class org.neo4j.server.web.JettyLifeCycleListenerAdapter
 
lifeCycleStopped(LifeCycle) - Method in class org.neo4j.server.statistic.StatisticStartupListener
 
lifeCycleStopped(LifeCycle) - Method in class org.neo4j.server.web.JettyLifeCycleListenerAdapter
 
lifeCycleStopping(LifeCycle) - Method in class org.neo4j.server.statistic.StatisticStartupListener
 
lifeCycleStopping(LifeCycle) - Method in class org.neo4j.server.web.JettyLifeCycleListenerAdapter
 
list(Iterable<Node>) - Static method in class org.neo4j.server.rest.repr.NodeRepresentation
 
list(Iterable<Relationship>) - Static method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
listDomains() - Method in class org.neo4j.server.webadmin.rest.JmxService
 
ListEntityRepresentation - Class in org.neo4j.server.rest.repr
 
ListEntityRepresentation(ListRepresentation, URI) - Constructor for class org.neo4j.server.rest.repr.ListEntityRepresentation
 
listFrom(String...) - Static method in class org.neo4j.server.JAXRSHelper
 
ListWrappingWriter - Class in org.neo4j.server.rest.repr.formats
 
ListWrappingWriter(List<Object>) - Constructor for class org.neo4j.server.rest.repr.formats.ListWrappingWriter
 
loadCertificates(File) - Method in class org.neo4j.server.security.SslCertificateFactory
 
loadMostDerivedBootstrapper() - Static method in class org.neo4j.server.Bootstrapper
 
loadPrivateKey(File) - Method in class org.neo4j.server.security.SslCertificateFactory
 
LoggingProvider - Class in org.neo4j.server
 
LoggingProvider(Logging) - Constructor for class org.neo4j.server.LoggingProvider
 
lookup(URI) - Method in class org.neo4j.server.rest.domain.UriToDatabaseMatcher
 

M

main(String[]) - Static method in class org.neo4j.server.Bootstrapper
 
main(String[]) - Static method in class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator
 
MANAGEMENT_API_PACKAGE - Static variable in interface org.neo4j.server.configuration.Configurator
 
MANAGEMENT_CONSOLE_ENGINES - Static variable in interface org.neo4j.server.configuration.Configurator
 
MANAGEMENT_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
ManagementApiModule - Class in org.neo4j.server.modules
 
ManagementApiModule(WebServer, Configuration, Logging) - Constructor for class org.neo4j.server.modules.ManagementApiModule
 
MapBasedConfiguration - Class in org.neo4j.server.configuration
 
MapBasedConfiguration() - Constructor for class org.neo4j.server.configuration.MapBasedConfiguration
 
MapRepresentation - Class in org.neo4j.server.rest.repr
 
MapRepresentation(Map) - Constructor for class org.neo4j.server.rest.repr.MapRepresentation
 
MapTypeCaster - Class in org.neo4j.server.plugins
 
MapTypeCaster() - Constructor for class org.neo4j.server.plugins.MapTypeCaster
 
MapWrappingWriter - Class in org.neo4j.server.rest.repr.formats
 
MapWrappingWriter(Map<String, Object>) - Constructor for class org.neo4j.server.rest.repr.formats.MapWrappingWriter
 
MapWrappingWriter(Map<String, Object>, boolean) - Constructor for class org.neo4j.server.rest.repr.formats.MapWrappingWriter
 
matches(String) - Method in class org.neo4j.server.rest.security.UriPathWildcardMatcher
 
MAX_TIMESPAN - Static variable in class org.neo4j.server.webadmin.rest.MonitorService
 
MEDIA_TYPE - Static variable in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
MEDIA_TYPE - Static variable in interface org.neo4j.server.rest.repr.StreamingFormat
 
MediaTypeNotSupportedException - Exception in org.neo4j.server.rest.repr
 
MediaTypeNotSupportedException(Response.Status, Collection<MediaType>, MediaType...) - Constructor for exception org.neo4j.server.rest.repr.MediaTypeNotSupportedException
 
mediaTypeWithCharsetUtf8(String) - Static method in class org.neo4j.server.web.HttpHeaderUtils
 
mediaTypeWithCharsetUtf8(MediaType) - Static method in class org.neo4j.server.web.HttpHeaderUtils
 
MemoryUsedSampleable - Class in org.neo4j.server.rrd.sampler
 
MemoryUsedSampleable() - Constructor for class org.neo4j.server.rrd.sampler.MemoryUsedSampleable
 
methodName() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
methodNotAllowed(UnsupportedOperationException) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
MonitorService - Class in org.neo4j.server.webadmin.rest
This exposes data from an internal round-robin database that tracks various system KPIs over time.
MonitorService(RrdDb, OutputFormat) - Constructor for class org.neo4j.server.webadmin.rest.MonitorService
 

N

name() - Method in interface org.neo4j.server.webadmin.console.ConsoleSessionCreator
 
name() - Method in class org.neo4j.server.webadmin.console.CypherSessionCreator
 
name() - Method in class org.neo4j.server.webadmin.console.ShellSessionCreator
 
NameDescriptionValueRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
NameDescriptionValueRepresentation(String, String, Representation) - Constructor for class org.neo4j.server.webadmin.rest.representations.NameDescriptionValueRepresentation
 
Neo4jBrowserModule - Class in org.neo4j.server.modules
 
Neo4jBrowserModule(WebServer, Configuration, Logging, Database) - Constructor for class org.neo4j.server.modules.Neo4jBrowserModule
 
Neo4jError - Class in org.neo4j.server.rest.transactional.error
This is an initial move towards unified errors - it should not live here in the server, but should probably exist in the kernel or similar, where it can be shared across surfaces other than the server.
Neo4jError(Status, Throwable) - Constructor for class org.neo4j.server.rest.transactional.error.Neo4jError
 
Neo4jJsonCodec - Class in org.neo4j.server.rest.transactional
 
Neo4jJsonCodec() - Constructor for class org.neo4j.server.rest.transactional.Neo4jJsonCodec
 
NEO_SERVER_CONFIG_FILE_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
NeoJettyErrorHandler - Class in org.neo4j.server.web
 
NeoJettyErrorHandler() - Constructor for class org.neo4j.server.web.NeoJettyErrorHandler
 
NeoLogFilter - Class in org.neo4j.server.logging
A logging facility that restricts messages to org.neo4j.server messages.
NeoLogFilter() - Constructor for class org.neo4j.server.logging.NeoLogFilter
 
NeoServer - Interface in org.neo4j.server
 
neoServer - Variable in class org.neo4j.server.NeoServerProvider
 
NeoServerProvider - Class in org.neo4j.server
 
NeoServerProvider(NeoServer) - Constructor for class org.neo4j.server.NeoServerProvider
 
NeoServletContainer - Class in org.neo4j.server.web
 
NeoServletContainer(Collection<InjectableProvider<?>>) - Constructor for class org.neo4j.server.web.NeoServletContainer
 
newSession(Database, CypherExecutor) - Method in interface org.neo4j.server.webadmin.console.ConsoleSessionCreator
 
newSession(Database, CypherExecutor) - Method in class org.neo4j.server.webadmin.console.CypherSessionCreator
 
newSession(Database, CypherExecutor) - Method in class org.neo4j.server.webadmin.console.ShellSessionCreator
 
newTransaction() - Method in class org.neo4j.server.rest.transactional.TransitionalPeriodTransactionMessContainer
 
newTransactionHandle(TransactionUriScheme) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
next() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 
NO_NAME - Static variable in class org.neo4j.server.rest.domain.GraphDatabaseName
 
NO_VALIDATION - Static variable in class org.neo4j.server.configuration.validation.Validator
 
noContent() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
NODE_AUTO_INDEX_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
NodeAutoIndexRepresentation - Class in org.neo4j.server.rest.repr
 
NodeAutoIndexRepresentation() - Constructor for class org.neo4j.server.rest.repr.NodeAutoIndexRepresentation
 
NodeIdsInUseSampleable - Class in org.neo4j.server.rrd.sampler
 
NodeIdsInUseSampleable(NodeManager) - Constructor for class org.neo4j.server.rrd.sampler.NodeIdsInUseSampleable
 
NodeIndexRepresentation - Class in org.neo4j.server.rest.repr
 
NodeIndexRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
NodeIndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
nodeIndexRoot() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
NodeIndexRootRepresentation - Class in org.neo4j.server.rest.repr
 
NodeIndexRootRepresentation(IndexManager) - Constructor for class org.neo4j.server.rest.repr.NodeIndexRootRepresentation
 
nodeIsIndexed(String, String, Object, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
NodeRepresentation - Class in org.neo4j.server.rest.repr
 
NodeRepresentation(Node) - Constructor for class org.neo4j.server.rest.repr.NodeRepresentation
 
nodes() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
nodes() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
NonStreamingBatchOperations - Class in org.neo4j.server.rest.batch
 
NonStreamingBatchOperations(WebServer) - Constructor for class org.neo4j.server.rest.batch.NonStreamingBatchOperations
 
NoSuchPropertyException - Exception in org.neo4j.server.rest.web
 
NoSuchPropertyException(PropertyContainer, String) - Constructor for exception org.neo4j.server.rest.web.NoSuchPropertyException
 
NoSuchScriptLanguageException - Exception in org.neo4j.server.scripting
 
NoSuchScriptLanguageException(String) - Constructor for exception org.neo4j.server.scripting.NoSuchScriptLanguageException
 
notFound(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
notFound() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
NullFormat - Class in org.neo4j.server.rest.repr.formats
 
NullFormat(Collection<MediaType>, MediaType...) - Constructor for class org.neo4j.server.rest.repr.formats.NullFormat
 

O

ObjectRepresentation - Class in org.neo4j.server.rest.repr
 
ObjectRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.ObjectRepresentation
 
ObjectToRepresentationConverter - Class in org.neo4j.server.rest.repr
 
ObjectToRepresentationConverter() - Constructor for class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
OK - Static variable in class org.neo4j.server.Bootstrapper
 
ok(Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
ok() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
okIncludeLocation(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
onRepresentationFinal() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationFinal() - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
onRepresentationStartWriting() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationStartWriting() - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
onRepresentationWritten() - Method in interface org.neo4j.server.rest.repr.RepresentationWriteHandler
 
onRepresentationWritten() - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
OperationFailureException - Exception in org.neo4j.server.rest.web
 
OperationFailureException(String) - Constructor for exception org.neo4j.server.rest.web.OperationFailureException
 
org.neo4j.server - package org.neo4j.server
 
org.neo4j.server.configuration - package org.neo4j.server.configuration
 
org.neo4j.server.configuration.validation - package org.neo4j.server.configuration.validation
 
org.neo4j.server.database - package org.neo4j.server.database
 
org.neo4j.server.guard - package org.neo4j.server.guard
 
org.neo4j.server.logging - package org.neo4j.server.logging
 
org.neo4j.server.modules - package org.neo4j.server.modules
 
org.neo4j.server.plugins - package org.neo4j.server.plugins
 
org.neo4j.server.preflight - package org.neo4j.server.preflight
 
org.neo4j.server.rest.batch - package org.neo4j.server.rest.batch
 
org.neo4j.server.rest.discovery - package org.neo4j.server.rest.discovery
 
org.neo4j.server.rest.domain - package org.neo4j.server.rest.domain
 
org.neo4j.server.rest.paging - package org.neo4j.server.rest.paging
 
org.neo4j.server.rest.repr - package org.neo4j.server.rest.repr
 
org.neo4j.server.rest.repr.formats - package org.neo4j.server.rest.repr.formats
 
org.neo4j.server.rest.repr.util - package org.neo4j.server.rest.repr.util
 
org.neo4j.server.rest.security - package org.neo4j.server.rest.security
 
org.neo4j.server.rest.transactional - package org.neo4j.server.rest.transactional
 
org.neo4j.server.rest.transactional.error - package org.neo4j.server.rest.transactional.error
 
org.neo4j.server.rest.web - package org.neo4j.server.rest.web
 
org.neo4j.server.rrd - package org.neo4j.server.rrd
 
org.neo4j.server.rrd.sampler - package org.neo4j.server.rrd.sampler
 
org.neo4j.server.scripting - package org.neo4j.server.scripting
 
org.neo4j.server.scripting.javascript - package org.neo4j.server.scripting.javascript
 
org.neo4j.server.security - package org.neo4j.server.security
 
org.neo4j.server.statistic - package org.neo4j.server.statistic
 
org.neo4j.server.web - package org.neo4j.server.web
 
org.neo4j.server.webadmin.console - package org.neo4j.server.webadmin.console
 
org.neo4j.server.webadmin.rest - package org.neo4j.server.webadmin.rest
 
org.neo4j.server.webadmin.rest.console - package org.neo4j.server.webadmin.rest.console
 
org.neo4j.server.webadmin.rest.representations - package org.neo4j.server.webadmin.rest.representations
 
outgoingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
outgoingRelationshipsUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
outgoingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
outgoingTypedRelationshipsUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
OutputFormat - Class in org.neo4j.server.rest.repr
 
OutputFormat(RepresentationFormat, URI, ExtensionInjector) - Constructor for class org.neo4j.server.rest.repr.OutputFormat
 
outputFormat(List<MediaType>, URI, MultivaluedMap<String, String>) - Method in class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
OutputFormatProvider - Class in org.neo4j.server.rest.repr
 
OutputFormatProvider(RepresentationFormatRepository) - Constructor for class org.neo4j.server.rest.repr.OutputFormatProvider
 

P

pagedTraverse(String, TraverserReturnType) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
pagedTraverse(String, TraverserReturnType) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PagedTraverser - Class in org.neo4j.server.rest.paging
 
PagedTraverser(Traverser, int) - Constructor for class org.neo4j.server.rest.paging.PagedTraverser
 
pagedTraverseUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
pagedTraverseUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
parameters() - Method in class org.neo4j.server.rest.transactional.Statement
 
parametersList() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
parse(String) - Method in class org.neo4j.server.rest.repr.util.RFC1123
 
parseTimestamp(String) - Static method in class org.neo4j.server.rest.repr.util.RFC1123
 
PATH_ALL_NODES_LABELED - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_AUTO_INDEX - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_BATCH - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_CYPHER - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_EXTENSIONS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_LABELS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_NODE_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_NODES - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIP_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIP_TYPES - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_RELATIONSHIPS - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_CONSTRAINT - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_CONSTRAINT_LABEL - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_UNIQUENESS - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_UNIQUENESS_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_INDEX - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_INDEX_LABEL - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_INDEX_LABEL_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_TO_CREATE_PAGED_TRAVERSERS - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_TO_PAGED_TRAVERSERS - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_TRANSACTION - Static variable in interface org.neo4j.server.rest.web.Surface
 
PathNotFoundException - Exception in org.neo4j.server.rest.web
 
PathNotFoundException() - Constructor for exception org.neo4j.server.rest.web.PathNotFoundException
 
PathRepresentation<P extends org.neo4j.graphdb.Path> - Class in org.neo4j.server.rest.repr
 
PathRepresentation(P) - Constructor for class org.neo4j.server.rest.repr.PathRepresentation
 
performBatchJobs(UriInfo, HttpHeaders, InputStream) - Method in class org.neo4j.server.rest.batch.NonStreamingBatchOperations
 
performBatchOperations(UriInfo, HttpHeaders, InputStream) - Method in class org.neo4j.server.rest.web.BatchOperationService
 
PerformRecoveryIfNecessary - Class in org.neo4j.server.preflight
 
PerformRecoveryIfNecessary(Configuration, Map<String, String>, PrintStream, Logging) - Constructor for class org.neo4j.server.preflight.PerformRecoveryIfNecessary
 
PerformUpgradeIfNecessary - Class in org.neo4j.server.preflight
 
PerformUpgradeIfNecessary(Configuration, Map<String, String>, PrintStream, Logging) - Constructor for class org.neo4j.server.preflight.PerformUpgradeIfNecessary
 
PluginInvocator - Interface in org.neo4j.server.plugins
 
PluginInvocatorProvider - Class in org.neo4j.server.plugins
 
PluginInvocatorProvider(AbstractNeoServer) - Constructor for class org.neo4j.server.plugins.PluginInvocatorProvider
 
PluginManager - Class in org.neo4j.server.plugins
 
PluginManager(Configuration, Logging) - Constructor for class org.neo4j.server.plugins.PluginManager
 
PreflightFailedException - Exception in org.neo4j.server.preflight
 
PreflightFailedException(PreflightTask) - Constructor for exception org.neo4j.server.preflight.PreflightFailedException
 
PreflightTask - Interface in org.neo4j.server.preflight
 
PreFlightTasks - Class in org.neo4j.server.preflight
These are tasks that are run on server startup that may take a long time to execute, such as recovery, upgrades and so on.
PreFlightTasks(Logging, PreflightTask...) - Constructor for class org.neo4j.server.preflight.PreFlightTasks
 
prettyPrint(Object) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
print(PrintStream) - Method in class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator.Table
 
PropertiesRepresentation - Class in org.neo4j.server.rest.repr
 
PropertiesRepresentation(PropertyContainer) - Constructor for class org.neo4j.server.rest.repr.PropertiesRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
propertiesUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
propertyContainerType() - Method in class org.neo4j.server.rest.repr.NodeIndexRepresentation
 
propertyContainerType() - Method in class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
PropertyCountSampleable - Class in org.neo4j.server.rrd.sampler
 
PropertyCountSampleable(NodeManager) - Constructor for class org.neo4j.server.rrd.sampler.PropertyCountSampleable
 
PropertyFileConfigurator - Class in org.neo4j.server.configuration
 
PropertyFileConfigurator(File) - Constructor for class org.neo4j.server.configuration.PropertyFileConfigurator
 
PropertyFileConfigurator(Validator, File, ConsoleLogger) - Constructor for class org.neo4j.server.configuration.PropertyFileConfigurator
 
PropertySettingStrategy - Class in org.neo4j.server.rest.domain
Responsible for setting properties on primitive types.
PropertySettingStrategy(GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.domain.PropertySettingStrategy
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
propertyUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
PropertyValueException - Exception in org.neo4j.server.rest.web
 
PropertyValueException(String, Object) - Constructor for exception org.neo4j.server.rest.web.PropertyValueException
 
PropertyValueException(String, Throwable) - Constructor for exception org.neo4j.server.rest.web.PropertyValueException
 
PropertyValueException(String) - Constructor for exception org.neo4j.server.rest.web.PropertyValueException
 
PropertyValueException(Throwable) - Constructor for exception org.neo4j.server.rest.web.PropertyValueException
 
providerForSingleton(E, Class<E>) - Static method in class org.neo4j.server.database.InjectableProvider
 
pruneEvaluator(Map<String, Object>) - Method in class org.neo4j.server.rest.domain.EvaluatorFactory
 

Q

QUERY_PATH - Static variable in class org.neo4j.server.webadmin.rest.JmxService
 
queryBeans(String) - Method in class org.neo4j.server.webadmin.rest.JmxService
 

R

readAndExecuteOperations(UriInfo, HttpHeaders, InputStream, ServletOutputStream) - Method in class org.neo4j.server.rest.web.StreamingBatchOperations
 
readCurrentValueAsString(JsonParser, JsonToken) - Static method in class org.neo4j.server.rest.repr.formats.StreamingJsonUtils
 
readJson(String) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
readList(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.HtmlFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.JsonFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.NullFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
readList(String) - Method in class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.HtmlFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.JsonFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.NullFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
readMap(String, String...) - Method in class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.HtmlFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.JsonFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.NullFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
readUri(String) - Method in class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.DefaultFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.CompactJsonFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.HtmlFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.JsonFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.NullFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
readValue(String) - Method in class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
redirectToBrowser() - Method in class org.neo4j.server.rest.discovery.DiscoveryService
 
RELATIONSHIP_AUTO_INDEX_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
RelationshipAutoIndexRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipAutoIndexRepresentation() - Constructor for class org.neo4j.server.rest.repr.RelationshipAutoIndexRepresentation
 
RelationshipCountSampleable - Class in org.neo4j.server.rrd.sampler
 
RelationshipCountSampleable(NodeManager) - Constructor for class org.neo4j.server.rrd.sampler.RelationshipCountSampleable
 
relationshipCreationUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
relationshipCreationUri() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
RelationshipDirection - Enum in org.neo4j.server.rest.domain
 
RelationshipExpanderBuilder - Class in org.neo4j.server.rest.domain
 
RelationshipExpanderBuilder() - Constructor for class org.neo4j.server.rest.domain.RelationshipExpanderBuilder
 
RelationshipIndexRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipIndexRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
RelationshipIndexRepresentation(String, Map<String, String>) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRepresentation
 
relationshipIndexRoot() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
RelationshipIndexRootRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipIndexRootRepresentation(IndexManager) - Constructor for class org.neo4j.server.rest.repr.RelationshipIndexRootRepresentation
 
relationshipIsIndexed(String, String, Object, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
RelationshipRepresentation - Class in org.neo4j.server.rest.repr
 
RelationshipRepresentation(Relationship) - Constructor for class org.neo4j.server.rest.repr.RelationshipRepresentation
 
relationships() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
relationships() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
relativeUriFor(String, String, long) - Method in class org.neo4j.server.rest.repr.IndexRepresentation
 
release(long, TransactionHandle) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
release(long, TransactionHandle) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
RELEVANCE_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
remove(String) - Method in class org.neo4j.server.rest.paging.LeaseManager
 
remove() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 
remove(List<String>) - Method in class org.neo4j.server.web.JaxRsServletHolderFactory
 
removeAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFilter(Filter, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
removeFilter(Filter, String) - Method in interface org.neo4j.server.web.WebServer
 
removeFromNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromNodeIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromNodeIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeFromRelationshipIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeJAXRSClasses(List<String>, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
removeJAXRSClasses(List<String>, String) - Method in interface org.neo4j.server.web.WebServer
 
removeJAXRSPackages(List<String>, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
removeJAXRSPackages(List<String>, String) - Method in interface org.neo4j.server.web.WebServer
 
removeLabelFromNode(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeNodeIndex(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeNodeLabel(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
removeNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removePagedTraverse(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removePagedTraverser(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
removeRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
removeStaticContent(String, String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
removeStaticContent(String, String) - Method in interface org.neo4j.server.web.WebServer
 
renew() - Method in class org.neo4j.server.rest.paging.Lease
 
RepresentationDispatcher - Class in org.neo4j.server.rest.repr
Converts common primitive and basic objects and arrays of the same into a representation.
RepresentationDispatcher() - Constructor for class org.neo4j.server.rest.repr.RepresentationDispatcher
 
RepresentationExceptionHandlingIterable<T> - Class in org.neo4j.server.rest.repr
 
RepresentationExceptionHandlingIterable(Iterable<T>) - Constructor for class org.neo4j.server.rest.repr.RepresentationExceptionHandlingIterable
 
RepresentationFormatRepository - Class in org.neo4j.server.rest.repr
 
RepresentationFormatRepository(AbstractNeoServer) - Constructor for class org.neo4j.server.rest.repr.RepresentationFormatRepository
 
RepresentationWriteHandler - Interface in org.neo4j.server.rest.repr
 
repType - Variable in enum org.neo4j.server.rest.domain.TraverserReturnType
 
reset() - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
ResourcesService - Class in org.neo4j.server.rest.web
 
ResourcesService(UriInfo) - Constructor for class org.neo4j.server.rest.web.ResourcesService
 
resourceTemplate(String, String) - Method in class org.neo4j.server.webadmin.rest.representations.ServiceDefinitionRepresentation
 
resourceUri(String, String) - Method in class org.neo4j.server.webadmin.rest.representations.ServiceDefinitionRepresentation
 
response(Response.Status, Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
REST_API_PACKAGE - Static variable in interface org.neo4j.server.configuration.Configurator
 
REST_API_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
RESTApiModule - Class in org.neo4j.server.modules
 
RESTApiModule(WebServer, Database, Configuration, Logging) - Constructor for class org.neo4j.server.modules.RESTApiModule
 
RestfulGraphDatabase - Class in org.neo4j.server.rest.web
 
RestfulGraphDatabase(InputFormat, OutputFormat, DatabaseActions) - Constructor for class org.neo4j.server.rest.web.RestfulGraphDatabase
 
RestfulGraphDatabase.AmpersandSeparatedCollection - Class in org.neo4j.server.rest.web
 
RestfulGraphDatabase.AmpersandSeparatedCollection(String) - Constructor for class org.neo4j.server.rest.web.RestfulGraphDatabase.AmpersandSeparatedCollection
 
ResultDataContent - Enum in org.neo4j.server.rest.transactional
 
resultDataContents() - Method in class org.neo4j.server.rest.transactional.Statement
 
ResultDataContentWriter - Interface in org.neo4j.server.rest.transactional
 
returnFilter(Map<String, Object>) - Method in class org.neo4j.server.rest.domain.EvaluatorFactory
 
RFC1123 - Class in org.neo4j.server.rest.repr.util
 
rollback(ExecutionResultSerializer) - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
rollbackAllSuspendedTransactions() - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
rollbackAllSuspendedTransactions() - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
rollbackSuspendedTransactionsIdleSince(long) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
rollbackTransaction(long) - Method in class org.neo4j.server.rest.web.TransactionalService
 
root() - Method in class org.neo4j.server.rest.web.DatabaseActions
 
ROOT_PATH - Static variable in class org.neo4j.server.webadmin.rest.JmxService
 
ROOT_PATH - Static variable in class org.neo4j.server.webadmin.rest.MonitorService
 
RootService - Class in org.neo4j.server.webadmin.rest
 
RootService(NeoServer) - Constructor for class org.neo4j.server.webadmin.rest.RootService
 
RoundRobinJobScheduler - Class in org.neo4j.server
 
RoundRobinJobScheduler(Logging) - Constructor for class org.neo4j.server.RoundRobinJobScheduler
 
RRDB_LOCATION_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
RrdDataRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
RrdDataRepresentation(FetchData) - Constructor for class org.neo4j.server.webadmin.rest.representations.RrdDataRepresentation
 
RrdDbProvider - Class in org.neo4j.server.rrd
 
RrdDbProvider(RrdDbWrapper) - Constructor for class org.neo4j.server.rrd.RrdDbProvider
 
RrdDbWrapper - Interface in org.neo4j.server.database
This provider exists because RrdDb is inflexible w/ regards to different file system abstractions and RrdDb being a class makes it hard to override closing it where the backing file should be deleted in, say an ephemeral environment.
RrdDbWrapper.Plain - Class in org.neo4j.server.database
 
RrdDbWrapper.Plain(RrdDb) - Constructor for class org.neo4j.server.database.RrdDbWrapper.Plain
 
RrdFactory - Class in org.neo4j.server.rrd
 
RrdFactory(Configuration, Logging) - Constructor for class org.neo4j.server.rrd.RrdFactory
 
RrdJob - Class in org.neo4j.server.rrd
 
RrdJob(RrdSampler...) - Constructor for class org.neo4j.server.rrd.RrdJob
 
RrdJob(TimeSource, RrdSampler...) - Constructor for class org.neo4j.server.rrd.RrdJob
 
RrdSamplerImpl - Class in org.neo4j.server.rrd
Manages sampling the state of the database and storing the samples in a round robin database instance.
RuleFailedException - Exception in org.neo4j.server.configuration.validation
 
RuleFailedException(String) - Constructor for exception org.neo4j.server.configuration.validation.RuleFailedException
 
RuleFailedException(String, Object...) - Constructor for exception org.neo4j.server.configuration.validation.RuleFailedException
 
run() - Method in class org.neo4j.server.InterruptThreadTimer.InterruptThreadTask
 
run() - Method in class org.neo4j.server.preflight.EnsureNeo4jPropertiesExist
 
run() - Method in class org.neo4j.server.preflight.EnsurePreparedForHttpLogging
 
run() - Method in class org.neo4j.server.preflight.PerformRecoveryIfNecessary
 
run() - Method in class org.neo4j.server.preflight.PerformUpgradeIfNecessary
 
run() - Method in interface org.neo4j.server.preflight.PreflightTask
 
run() - Method in class org.neo4j.server.preflight.PreFlightTasks
 
run() - Method in interface org.neo4j.server.rrd.Job
 
run() - Method in class org.neo4j.server.rrd.RrdJob
 

S

Sampleable - Interface in org.neo4j.server.rrd
 
scheduleAtFixedRate(Runnable, String, long, long) - Method in class org.neo4j.server.RoundRobinJobScheduler
 
scheduleAtFixedRate(Runnable, String, long, long) - Method in interface org.neo4j.server.rrd.JobScheduler
 
ScheduledJob - Class in org.neo4j.server.rrd
 
ScheduledJob(Runnable, String, long, long, Logging) - Constructor for class org.neo4j.server.rrd.ScheduledJob
 
score() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
SCORE_ORDER - Static variable in class org.neo4j.server.rest.web.DatabaseActions
 
ScoredEntityRepresentation<E extends ObjectRepresentation & org.neo4j.server.rest.repr.ExtensibleRepresentation & EntityRepresentation> - Class in org.neo4j.server.rest.repr
 
ScoredNodeRepresentation - Class in org.neo4j.server.rest.repr
 
ScoredNodeRepresentation(NodeRepresentation, float) - Constructor for class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
ScoredRelationshipRepresentation - Class in org.neo4j.server.rest.repr
 
ScoredRelationshipRepresentation(RelationshipRepresentation, float) - Constructor for class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
SCRIPT_SANDBOXING_ENABLED_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
ScriptExecutor - Interface in org.neo4j.server.scripting
Common abstraction for compiled and runtime-evaluated scripts.
ScriptExecutor.Factory - Interface in org.neo4j.server.scripting
 
ScriptExecutorFactoryRepository - Class in org.neo4j.server.scripting
 
ScriptExecutorFactoryRepository(Map<String, ScriptExecutor.Factory>) - Constructor for class org.neo4j.server.scripting.ScriptExecutorFactoryRepository
 
ScriptSession - Interface in org.neo4j.server.webadmin.console
 
SECURITY_RULES_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
SecurityFilter - Class in org.neo4j.server.rest.security
 
SecurityFilter(SecurityRule, SecurityRule...) - Constructor for class org.neo4j.server.rest.security.SecurityFilter
 
SecurityFilter(Iterable<SecurityRule>) - Constructor for class org.neo4j.server.rest.security.SecurityFilter
 
SecurityRule - Interface in org.neo4j.server.rest.security
 
SecurityRulesModule - Class in org.neo4j.server.modules
 
SecurityRulesModule(WebServer, Configuration, Logging) - Constructor for class org.neo4j.server.modules.SecurityRulesModule
 
selfUri() - Method in interface org.neo4j.server.rest.repr.EntityRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.IndexedEntityRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.IndexRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.ListEntityRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
selfUri() - Method in class org.neo4j.server.rest.repr.ScoredEntityRepresentation
 
sendError(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
sendError(int, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
sendRedirect(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
serialize(MappingSerializer) - Method in class org.neo4j.server.webadmin.rest.representations.ConsoleServiceRepresentation
 
serialize() - Method in class org.neo4j.server.webadmin.rest.representations.ServerRootRepresentation
 
serialize(MappingSerializer) - Method in class org.neo4j.server.webadmin.rest.representations.ServiceDefinitionRepresentation
 
serializeMapping(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
serializer(OutputStream) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
SERVER_PATH - Static variable in class org.neo4j.server.webadmin.rest.VersionAndEditionService
 
ServerConfigurator - Class in org.neo4j.server.configuration
Used by the WrappingNeoServerBootstrapper, passing the minimum amount of required configuration on to the neo4j server.
ServerConfigurator(GraphDatabaseAPI) - Constructor for class org.neo4j.server.configuration.ServerConfigurator
 
serverError(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
ServerExtensionRepresentation - Class in org.neo4j.server.rest.repr
 
ServerExtensionRepresentation(String, List<ExtensionPointRepresentation>) - Constructor for class org.neo4j.server.rest.repr.ServerExtensionRepresentation
 
ServerListRepresentation - Class in org.neo4j.server.rest.repr
 
ServerListRepresentation(RepresentationType, Iterable<? extends Representation>) - Constructor for class org.neo4j.server.rest.repr.ServerListRepresentation
 
ServerModule - Interface in org.neo4j.server.modules
An interface which the NeoServer uses to initialise server modules (e.g.
ServerRootRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
ServerRootRepresentation(URI, Iterable<AdvertisableService>) - Constructor for class org.neo4j.server.webadmin.rest.representations.ServerRootRepresentation
 
ServerStartupException - Exception in org.neo4j.server
Thrown during start-up of the server.
ServerStartupException(String, Integer) - Constructor for exception org.neo4j.server.ServerStartupException
Creates a new exception with a message and an error code.
ServerStartupException(String, Throwable) - Constructor for exception org.neo4j.server.ServerStartupException
 
ServerStartupException(String) - Constructor for exception org.neo4j.server.ServerStartupException
 
SERVICE_PATH - Static variable in class org.neo4j.server.webadmin.rest.console.ConsoleService
 
ServiceDefinitionRepresentation - Class in org.neo4j.server.webadmin.rest.representations
 
ServiceDefinitionRepresentation(String) - Constructor for class org.neo4j.server.webadmin.rest.representations.ServiceDefinitionRepresentation
 
SessionFactoryImpl - Class in org.neo4j.server.webadmin.rest.console
 
SessionFactoryImpl(HttpSession, List<String>, CypherExecutor) - Constructor for class org.neo4j.server.webadmin.rest.console.SessionFactoryImpl
 
setAddress(String) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setAddress(String) - Method in interface org.neo4j.server.web.WebServer
 
setAllNodeProperties(long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAllNodeProperties(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setAllProperties(PropertyContainer, Map<String, Object>) - Method in class org.neo4j.server.rest.domain.PropertySettingStrategy
Set all properties on an entity, deleting any properties that existed on the entity but not in the provided map.
setAllRelationshipProperties(long, Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAllRelationshipProperties(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setAutoIndexerEnabled(String, boolean) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setAutoIndexerEnabled(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setBufferSize(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setCharacterEncoding(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setCols(String) - Method in class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator.Table
 
setContentLength(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setContentType(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
setContentType(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setDateHeader(String, long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setDebugEnabled(boolean) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
setDefaultInjectables(Collection<InjectableProvider<?>>) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setDefaultInjectables(Collection<InjectableProvider<?>>) - Method in interface org.neo4j.server.web.WebServer
 
setEnableHttps(boolean) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setEnableHttps(boolean) - Method in interface org.neo4j.server.web.WebServer
 
setHeader(String...) - Method in class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator.Table
 
setHeader(String, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setHttpLoggingConfiguration(File) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setHttpLoggingConfiguration(File) - Method in interface org.neo4j.server.web.WebServer
 
setHttpsCertificateInformation(KeyStoreInformation) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setHttpsCertificateInformation(KeyStoreInformation) - Method in interface org.neo4j.server.web.WebServer
 
setHttpsPort(int) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setHttpsPort(int) - Method in interface org.neo4j.server.web.WebServer
 
setIntHeader(String, int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setLabelsOnNode(long, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setLocale(Locale) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setLongContentLength(long) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setMaxThreads(int) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setMaxThreads(int) - Method in interface org.neo4j.server.web.WebServer
 
setNodeLabels(ForceMode, long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setNodeProperty(long, String, Object) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setNodeProperty(ForceMode, long, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setPort(int) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setPort(int) - Method in interface org.neo4j.server.web.WebServer
 
setProperties(PropertyContainer, Map<String, Object>) - Method in class org.neo4j.server.rest.domain.PropertySettingStrategy
 
setProperty(PropertyContainer, String, Object) - Method in class org.neo4j.server.rest.domain.PropertySettingStrategy
 
setRelationshipProperty(long, String, Object) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
setRelationshipProperty(ForceMode, long, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.web.BatchOperationService
 
setRepresentationWriteHandler(RepresentationWriteHandler) - Method in class org.neo4j.server.rest.web.DatabaseMetadataService
 
setStatus(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setStatus(int, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setWadlEnabled(boolean) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setWadlEnabled(boolean) - Method in interface org.neo4j.server.web.WebServer
 
ShellSession - Class in org.neo4j.server.webadmin.console
 
ShellSession(GraphDatabaseAPI) - Constructor for class org.neo4j.server.webadmin.console.ShellSession
 
ShellSessionCreator - Class in org.neo4j.server.webadmin.console
 
ShellSessionCreator() - Constructor for class org.neo4j.server.webadmin.console.ShellSessionCreator
 
shouldRollBackOn(Collection<Neo4jError>) - Static method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
shouldSerializeStackTrace() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
shutdown() - Method in class org.neo4j.server.database.CommunityDatabase
 
SimpleConsoleFormatter - Class in org.neo4j.server.logging
 
SimpleConsoleFormatter() - Constructor for class org.neo4j.server.logging.SimpleConsoleFormatter
 
SimpleUriBuilder - Class in org.neo4j.server.web
 
SimpleUriBuilder() - Constructor for class org.neo4j.server.web.SimpleUriBuilder
 
singlePath(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
SPIPluginLifecycle - Interface in org.neo4j.server.plugins
 
SslCertificateFactory - Class in org.neo4j.server.security
 
SslCertificateFactory() - Constructor for class org.neo4j.server.security.SslCertificateFactory
 
SslSocketConnectorFactory - Class in org.neo4j.server.security
 
SslSocketConnectorFactory() - Constructor for class org.neo4j.server.security.SslSocketConnectorFactory
 
start() - Method in class org.neo4j.server.AbstractNeoServer
 
start() - Method in class org.neo4j.server.Bootstrapper
 
start(String[]) - Method in class org.neo4j.server.Bootstrapper
 
start() - Method in class org.neo4j.server.database.CommunityDatabase
 
start() - Method in class org.neo4j.server.database.CypherExecutor
 
start() - Method in class org.neo4j.server.modules.DiscoveryModule
 
start() - Method in class org.neo4j.server.modules.ManagementApiModule
 
start() - Method in class org.neo4j.server.modules.Neo4jBrowserModule
 
start() - Method in class org.neo4j.server.modules.RESTApiModule
 
start() - Method in class org.neo4j.server.modules.SecurityRulesModule
 
start() - Method in interface org.neo4j.server.modules.ServerModule
 
start() - Method in class org.neo4j.server.modules.StatisticModule
 
start() - Method in class org.neo4j.server.modules.ThirdPartyJAXRSModule
 
start() - Method in class org.neo4j.server.modules.WebAdminModule
 
start() - Method in interface org.neo4j.server.NeoServer
 
start(NeoServer) - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
 
start(HtmlHelper.ObjectType, String) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
start(String, String) - Static method in class org.neo4j.server.rest.domain.HtmlHelper
 
start() - Method in class org.neo4j.server.web.Jetty9WebServer
 
start() - Method in interface org.neo4j.server.web.WebServer
 
startAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
startAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
startCountdown() - Method in class org.neo4j.server.InterruptThreadTimer
 
startNode() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
startNode() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
StartNodeNotFoundException - Exception in org.neo4j.server.rest.domain
 
StartNodeNotFoundException() - Constructor for exception org.neo4j.server.rest.domain.StartNodeNotFoundException
 
StartNodeSameAsEndNodeException - Exception in org.neo4j.server.rest.domain
 
StartNodeSameAsEndNodeException() - Constructor for exception org.neo4j.server.rest.domain.StartNodeSameAsEndNodeException
 
startNodeUri() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
startNodeUri() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
startOperation(String, Integer) - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
STARTUP_TIMEOUT - Static variable in interface org.neo4j.server.configuration.Configurator
 
Statement - Class in org.neo4j.server.rest.transactional
 
Statement(String, Map<String, Object>, boolean, ResultDataContent...) - Constructor for class org.neo4j.server.rest.transactional.Statement
 
statement() - Method in class org.neo4j.server.rest.transactional.Statement
 
StatementDeserializer - Class in org.neo4j.server.rest.transactional
 
StatementDeserializer(InputStream) - Constructor for class org.neo4j.server.rest.transactional.StatementDeserializer
 
statementResult(ExecutionResult, boolean, ResultDataContent...) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
Will get called at most once per statement.
StatisticCollector - Class in org.neo4j.server.statistic
statistics-collector will keep n-statistic records
StatisticCollector() - Constructor for class org.neo4j.server.statistic.StatisticCollector
 
StatisticData - Class in org.neo4j.server.statistic
storage-class to collect general statistic-data.
StatisticData() - Constructor for class org.neo4j.server.statistic.StatisticData
 
StatisticFilter - Class in org.neo4j.server.statistic
 
StatisticFilter(StatisticCollector) - Constructor for class org.neo4j.server.statistic.StatisticFilter
 
StatisticModule - Class in org.neo4j.server.modules
 
StatisticModule(WebServer, StatisticCollector, Configuration) - Constructor for class org.neo4j.server.modules.StatisticModule
 
StatisticRecord - Class in org.neo4j.server.statistic
 
StatisticRecord(long, long, long, StatisticData, StatisticData) - Constructor for class org.neo4j.server.statistic.StatisticRecord
 
StatisticStartupListener - Class in org.neo4j.server.statistic
 
StatisticStartupListener(Server, StatisticFilter, Logging) - Constructor for class org.neo4j.server.statistic.StatisticStartupListener
 
status() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
STEP_SIZE - Static variable in class org.neo4j.server.rrd.RrdFactory
 
stop() - Method in class org.neo4j.server.AbstractNeoServer
 
stop() - Method in class org.neo4j.server.Bootstrapper
 
stop(int) - Method in class org.neo4j.server.Bootstrapper
 
stop() - Method in class org.neo4j.server.database.CommunityDatabase
 
stop() - Method in class org.neo4j.server.database.CypherExecutor
 
stop() - Method in class org.neo4j.server.database.WrappedDatabase
 
stop() - Method in class org.neo4j.server.modules.DiscoveryModule
 
stop() - Method in class org.neo4j.server.modules.ExtensionInitializer
 
stop() - Method in class org.neo4j.server.modules.ManagementApiModule
 
stop() - Method in class org.neo4j.server.modules.Neo4jBrowserModule
 
stop() - Method in class org.neo4j.server.modules.RESTApiModule
 
stop() - Method in class org.neo4j.server.modules.SecurityRulesModule
 
stop() - Method in interface org.neo4j.server.modules.ServerModule
 
stop() - Method in class org.neo4j.server.modules.StatisticModule
 
stop() - Method in class org.neo4j.server.modules.ThirdPartyJAXRSModule
 
stop() - Method in class org.neo4j.server.modules.WebAdminModule
 
stop() - Method in interface org.neo4j.server.NeoServer
 
stop() - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
 
stop() - Method in class org.neo4j.server.statistic.StatisticStartupListener
 
stop() - Method in class org.neo4j.server.web.Jetty9WebServer
 
stop() - Method in interface org.neo4j.server.web.WebServer
 
stopAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
stopAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
stopCountdown() - Method in class org.neo4j.server.InterruptThreadTimer
 
stopJobs() - Method in class org.neo4j.server.RoundRobinJobScheduler
 
STREAM_HEADER - Static variable in interface org.neo4j.server.rest.repr.StreamingFormat
 
StreamingBatchOperationResults - Class in org.neo4j.server.rest.batch
 
StreamingBatchOperationResults(JsonGenerator, ServletOutputStream) - Constructor for class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
StreamingBatchOperations - Class in org.neo4j.server.rest.web
 
StreamingBatchOperations(WebServer) - Constructor for class org.neo4j.server.rest.web.StreamingBatchOperations
 
StreamingFormat - Interface in org.neo4j.server.rest.repr
 
StreamingJsonFormat - Class in org.neo4j.server.rest.repr.formats
 
StreamingJsonFormat() - Constructor for class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
StreamingJsonFormat.StreamingRepresentationFormat - Class in org.neo4j.server.rest.repr.formats
 
StreamingJsonFormat.StreamingRepresentationFormat(JsonGenerator, InputFormat) - Constructor for class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
StreamingJsonUtils - Class in org.neo4j.server.rest.repr.formats
 
StreamingJsonUtils() - Constructor for class org.neo4j.server.rest.repr.formats.StreamingJsonUtils
 
supportedEngines() - Method in interface org.neo4j.server.webadmin.console.ConsoleSessionFactory
 
supportedEngines() - Method in class org.neo4j.server.webadmin.rest.console.SessionFactoryImpl
 
Surface - Interface in org.neo4j.server.rest.web
 
SystemBackedTimeSource - Class in org.neo4j.server.rrd
 
SystemBackedTimeSource() - Constructor for class org.neo4j.server.rrd.SystemBackedTimeSource
 

T

t - Variable in class org.neo4j.server.database.InjectableProvider
 
THIRD_PARTY_PACKAGES_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
ThirdPartyJAXRSModule - Class in org.neo4j.server.modules
 
ThirdPartyJAXRSModule(WebServer, Configurator, Logging, NeoServer) - Constructor for class org.neo4j.server.modules.ThirdPartyJAXRSModule
 
ThirdPartyJaxRsPackage - Class in org.neo4j.server.configuration
 
ThirdPartyJaxRsPackage(String, String) - Constructor for class org.neo4j.server.configuration.ThirdPartyJaxRsPackage
 
TimeSource - Interface in org.neo4j.server.rrd
 
toJSON() - Method in class org.neo4j.server.rest.batch.BatchOperationResults
 
toNeo4jError() - Method in exception org.neo4j.server.rest.transactional.error.TransactionLifecycleException
 
toRepresentation(Path) - Method in enum org.neo4j.server.rest.domain.TraverserReturnType
 
toResponse(AuthenticationException) - Method in class org.neo4j.server.rest.security.AuthenticationExceptionMapper
 
toString() - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
toString() - Method in class org.neo4j.server.rest.domain.UriToDatabaseMatcher
 
toString() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
toString() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
toString() - Method in class org.neo4j.server.statistic.StatisticData
 
toString() - Method in class org.neo4j.server.statistic.StatisticRecord
 
TRANSACTION_TIMEOUT - Static variable in interface org.neo4j.server.configuration.Configurator
 
TransactionalRequestDispatcher - Class in org.neo4j.server.rest.transactional
 
TransactionalRequestDispatcher(Database, RequestDispatcher) - Constructor for class org.neo4j.server.rest.transactional.TransactionalRequestDispatcher
 
TransactionalService - Class in org.neo4j.server.rest.web
This does basic mapping from HTTP to TransactionFacade, and should not do anything more complicated than that.
TransactionalService(TransactionFacade, UriInfo) - Constructor for class org.neo4j.server.rest.web.TransactionalService
 
TransactionalService.TransactionUriBuilder - Class in org.neo4j.server.rest.web
 
TransactionalService.TransactionUriBuilder(UriInfo) - Constructor for class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
transactionCommitUri(URI) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
Will always get called at most once once, and is the first method to get called.
TransactionFacade - Class in org.neo4j.server.rest.transactional
Transactional actions contains the business logic for executing statements against Neo4j across long-running transactions.
TransactionFacade(TransitionalPeriodTransactionMessContainer, ExecutionEngine, TransactionRegistry, URI, StringLogger) - Constructor for class org.neo4j.server.rest.transactional.TransactionFacade
 
TransactionFilter - Class in org.neo4j.server.rest.transactional
 
TransactionFilter(Database) - Constructor for class org.neo4j.server.rest.transactional.TransactionFilter
 
TransactionHandle - Class in org.neo4j.server.rest.transactional
Encapsulates executing statements in a transaction, committing the transaction, or rolling it back.
TransactionHandle(TransitionalPeriodTransactionMessContainer, ExecutionEngine, TransactionRegistry, TransactionUriScheme, StringLogger) - Constructor for class org.neo4j.server.rest.transactional.TransactionHandle
 
TransactionHandleRegistry - Class in org.neo4j.server.rest.transactional
 
TransactionHandleRegistry(Clock, long, StringLogger) - Constructor for class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
TransactionLifecycleException - Exception in org.neo4j.server.rest.transactional.error
TransactionLifecycleExceptions are internal exceptions that may be thrown due to server transaction lifecycle transitions that map directly on a
TransactionRegistry - Interface in org.neo4j.server.rest.transactional
Stores transaction contexts for the server, including handling concurrency safe ways to acquire transaction contexts back, as well as timing out and closing transaction contexts that have been left unused.
transactionStatus(long) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
 
TransactionUriScheme - Interface in org.neo4j.server.rest.web
 
TransitionalPeriodTransactionMessContainer - Class in org.neo4j.server.rest.transactional
 
TransitionalPeriodTransactionMessContainer(GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.transactional.TransitionalPeriodTransactionMessContainer
 
TraversalDescriptionBuilder - Class in org.neo4j.server.rest.domain
 
TraversalDescriptionBuilder(boolean) - Constructor for class org.neo4j.server.rest.domain.TraversalDescriptionBuilder
 
traverse(long, Map<String, Object>, TraverserReturnType) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
traverse(long, TraverserReturnType, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
TraverserReturnType - Enum in org.neo4j.server.rest.domain
 
traverseUriTemplate() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
traverseUriTemplate() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
txCommitUri(long) - Method in class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
txCommitUri(long) - Method in interface org.neo4j.server.rest.web.TransactionUriScheme
 
txUri(long) - Method in class org.neo4j.server.rest.web.TransactionalService.TransactionUriBuilder
 
txUri(long) - Method in interface org.neo4j.server.rest.web.TransactionUriScheme
 

U

UnableToSampleException - Exception in org.neo4j.server.rrd
 
UnableToSampleException() - Constructor for exception org.neo4j.server.rrd.UnableToSampleException
 
update(double, long) - Method in class org.neo4j.server.statistic.StatisticCollector
add one datapoint for statistics
updateSample() - Method in class org.neo4j.server.rrd.RrdSamplerImpl
 
uri() - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
URIHelper - Class in org.neo4j.server.rest.domain
 
URIHelper() - Constructor for class org.neo4j.server.rest.domain.URIHelper
 
UriPathWildcardMatcher - Class in org.neo4j.server.rest.security
 
UriPathWildcardMatcher(String) - Constructor for class org.neo4j.server.rest.security.UriPathWildcardMatcher
 
UriToDatabaseMatcher - Class in org.neo4j.server.rest.domain
 
UriToDatabaseMatcher() - Constructor for class org.neo4j.server.rest.domain.UriToDatabaseMatcher
 
UrlFormFormat - Class in org.neo4j.server.rest.repr.formats
 
UrlFormFormat() - Constructor for class org.neo4j.server.rest.repr.formats.UrlFormFormat
 
usePrettyPrinter() - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
UserScriptClassWhiteList - Class in org.neo4j.server.scripting
A set of classes that we trust unknown entities to work with.
UserScriptClassWhiteList() - Constructor for class org.neo4j.server.scripting.UserScriptClassWhiteList
 

V

validate(Configuration) - Method in class org.neo4j.server.configuration.validation.DatabaseLocationMustBeSpecifiedRule
 
validate(Configuration) - Method in interface org.neo4j.server.configuration.validation.ValidationRule
 
validate(Configuration, ConsoleLogger) - Method in class org.neo4j.server.configuration.validation.Validator
 
validate(Configuration) - Method in class org.neo4j.server.configuration.validation.WebadminConfigurationRule
 
validateKeys(Map<String, T>, String...) - Static method in class org.neo4j.server.rest.repr.DefaultFormat
 
ValidationRule - Interface in org.neo4j.server.configuration.validation
 
Validator - Class in org.neo4j.server.configuration.validation
 
Validator(ValidationRule...) - Constructor for class org.neo4j.server.configuration.validation.Validator
 
value(Object) - Static method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
valueOf(String) - Static method in enum org.neo4j.server.InterruptThreadTimer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.domain.HtmlHelper.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.domain.RelationshipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.domain.TraverserReturnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.transactional.ResultDataContent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.rest.web.DatabaseActions.RelationshipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.server.scripting.javascript.GlobalJavascriptInitializer.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.server.InterruptThreadTimer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.domain.HtmlHelper.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.domain.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.domain.TraverserReturnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.transactional.ResultDataContent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.rest.web.DatabaseActions.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.server.scripting.javascript.GlobalJavascriptInitializer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
VersionAndEditionService - Class in org.neo4j.server.webadmin.rest
 
VersionAndEditionService(NeoServer) - Constructor for class org.neo4j.server.webadmin.rest.VersionAndEditionService
 
visibleToScripts(String) - Method in class org.neo4j.server.scripting.javascript.WhiteListClassShutter
 

W

WADL_ENABLED - Static variable in interface org.neo4j.server.configuration.Configurator
 
warn(Throwable) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
warn(String, Throwable) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
warn(String, Object...) - Method in class org.neo4j.server.logging.JettyLoggerAdapter
 
wasExecuted() - Method in class org.neo4j.server.InterruptThreadTimer.InterruptThreadTask
 
wasTriggered() - Method in class org.neo4j.server.InterruptThreadTimer
 
WEB_SERVER_STARTUP_ERROR_CODE - Static variable in class org.neo4j.server.Bootstrapper
 
WebadminConfigurationRule - Class in org.neo4j.server.configuration.validation
 
WebadminConfigurationRule() - Constructor for class org.neo4j.server.configuration.validation.WebadminConfigurationRule
 
WebAdminModule - Class in org.neo4j.server.modules
 
WebAdminModule(WebServer, Logging) - Constructor for class org.neo4j.server.modules.WebAdminModule
 
WebServer - Interface in org.neo4j.server.web
 
WEBSERVER_ADDRESS_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_ENABLE_STATISTICS_COLLECTION - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_HTTPS_CERT_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_HTTPS_ENABLED_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_HTTPS_KEY_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_HTTPS_PORT_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_KEYSTORE_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_LIMIT_EXECUTION_TIME_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_MAX_THREADS_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WEBSERVER_PORT_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
 
WebServerProvider - Class in org.neo4j.server.web
 
WebServerProvider(WebServer) - Constructor for class org.neo4j.server.web.WebServerProvider
 
weight() - Method in class org.neo4j.server.rest.repr.WeightedPathRepresentation
 
WeightedPathRepresentation - Class in org.neo4j.server.rest.repr
 
WeightedPathRepresentation(WeightedPath) - Constructor for class org.neo4j.server.rest.repr.WeightedPathRepresentation
 
WhiteListClassShutter - Class in org.neo4j.server.scripting.javascript
 
WhiteListClassShutter(Set<String>) - Constructor for class org.neo4j.server.scripting.javascript.WhiteListClassShutter
 
WhiteListJavaWrapper - Class in org.neo4j.server.scripting.javascript
 
WhiteListJavaWrapper(ClassShutter) - Constructor for class org.neo4j.server.scripting.javascript.WhiteListJavaWrapper
 
WhiteListJavaWrapper.JavascriptJavaObject - Class in org.neo4j.server.scripting.javascript
 
WhiteListJavaWrapper.JavascriptJavaObject(Scriptable, Object, Class) - Constructor for class org.neo4j.server.scripting.javascript.WhiteListJavaWrapper.JavascriptJavaObject
 
wrapAsJavaObject(Context, Scriptable, Object, Class) - Method in class org.neo4j.server.scripting.javascript.WhiteListJavaWrapper
 
WrappedDatabase - Class in org.neo4j.server.database
 
WrappedDatabase(AbstractGraphDatabase) - Constructor for class org.neo4j.server.database.WrappedDatabase
 
WrappedDatabase(AbstractGraphDatabase, Configurator) - Constructor for class org.neo4j.server.database.WrappedDatabase
 
WrappingNeoServer - Class in org.neo4j.server
 
WrappingNeoServer(GraphDatabaseAPI) - Constructor for class org.neo4j.server.WrappingNeoServer
 
WrappingNeoServer(GraphDatabaseAPI, Configurator) - Constructor for class org.neo4j.server.WrappingNeoServer
 
WrappingNeoServerBootstrapper - Class in org.neo4j.server
Deprecated.
WrappingNeoServerBootstrapper(GraphDatabaseAPI) - Constructor for class org.neo4j.server.WrappingNeoServerBootstrapper
Deprecated.
Create an instance with default settings.
WrappingNeoServerBootstrapper(GraphDatabaseAPI, Configurator) - Constructor for class org.neo4j.server.WrappingNeoServerBootstrapper
Deprecated.
Create an instance with custom documentation.
write(Representation, RepresentationFormat, URI) - Static method in class org.neo4j.server.rest.repr.OutputFormat
 
write(JsonGenerator, Iterable<String>, Map<String, Object>) - Method in interface org.neo4j.server.rest.transactional.ResultDataContentWriter
 
writeError(int, String) - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
writer(URI) - Method in enum org.neo4j.server.rest.transactional.ResultDataContent
 
writeTo(OutputStream) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat
 
writeTo(OutputStream) - Method in interface org.neo4j.server.rest.repr.StreamingFormat
 
writeValue(JsonGenerator, Object) - Method in class org.neo4j.server.rest.transactional.Neo4jJsonCodec
 
wwwAuthenticateHeader() - Method in interface org.neo4j.server.rest.security.SecurityRule
 
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.