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

A

AbstractNeoServer - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release. Please use Neo4j Server and plugins or un-managed extensions for bespoke solutions.
AbstractNeoServer(Config, Database.Factory, GraphDatabaseFacadeFactory.Dependencies, LogProvider) - Constructor for class org.neo4j.server.AbstractNeoServer
Deprecated.
 
AccessDeniedDiscoveryRepresentation - Class in org.neo4j.server.rest.repr
 
AccessDeniedDiscoveryRepresentation(String) - Constructor for class org.neo4j.server.rest.repr.AccessDeniedDiscoveryRepresentation
 
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.rest.management.repr.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(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(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(String, String, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
AdvertisableService - Interface in org.neo4j.server.rest.management
 
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
 
apply(String) - Method in class org.neo4j.server.configuration.HttpLogSetting
 
assemble(Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
assertSupportedPropertyValue(Object) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
augment() - Method in class org.neo4j.server.security.auth.User
Use this user as a base for a new user object
auth_enabled - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
auth_store - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
AUTH_STORE_FILE_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
authenticate(User, String) - Method in interface org.neo4j.server.security.auth.AuthenticationStrategy
Verify a user by password
authenticate(String, String) - Method in class org.neo4j.server.security.auth.AuthManager
 
authenticate(User, String) - Method in class org.neo4j.server.security.auth.RateLimitedAuthenticationStrategy
 
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
 
AuthenticationResult - Enum in org.neo4j.server.security.auth
 
AuthenticationStrategy - Interface in org.neo4j.server.security.auth
Strategy for determining if the credentials presented by a user are valid
AuthManager - Class in org.neo4j.server.security.auth
Manages server authentication and authorization.
AuthManager(UserRepository, AuthenticationStrategy, boolean) - Constructor for class org.neo4j.server.security.auth.AuthManager
 
AuthManager(UserRepository, AuthenticationStrategy) - Constructor for class org.neo4j.server.security.auth.AuthManager
 
AuthManager(UserRepository, Clock, boolean) - Constructor for class org.neo4j.server.security.auth.AuthManager
 
AuthorizationFilter - Class in org.neo4j.server.rest.dbms
 
AuthorizationFilter(AuthManager, LogProvider, Pattern...) - Constructor for class org.neo4j.server.rest.dbms.AuthorizationFilter
 
AuthorizationHeaders - Class in org.neo4j.server.rest.dbms
 
AuthorizationHeaders() - Constructor for class org.neo4j.server.rest.dbms.AuthorizationHeaders
 
AuthorizationModule - Class in org.neo4j.server.modules
 
AuthorizationModule(WebServer, AuthManager, LogProvider, Config, Pattern[]) - Constructor for class org.neo4j.server.modules.AuthorizationModule
 
AuthorizationRepresentation - Class in org.neo4j.server.rest.repr
 
AuthorizationRepresentation(User) - Constructor for class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
AuthorizedRequestWrapper - Class in org.neo4j.server.rest.dbms
 
AuthorizedRequestWrapper(String, String, HttpServletRequest) - Constructor for class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 

B

badRequest(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
badRequest(MediaType, String) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
badRequestWithoutLegacyStacktrace(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
Before the 'errors' response existed, we would just spit out stack traces.
BaseServerConfigLoader - Class in org.neo4j.server.configuration
This is responsible for loading Server Configuration from disk, maintaining backwards-compatibility with several mechanisms of determining where config is located.
BaseServerConfigLoader() - Constructor for class org.neo4j.server.configuration.BaseServerConfigLoader
 
baseUri() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
baseUri() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
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.rest.management.JmxService
 
begin(TransactionHandle) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
begin(TransactionHandle) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
bolt_enabled - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
bolt_socket_address - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
bolt_tls_enabled - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
bolt_ws_address - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
Bootstrapper - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release. Please use Neo4j Server and plugins or un-managed extensions for bespoke solutions.
Bootstrapper() - Constructor for class org.neo4j.server.Bootstrapper
Deprecated.
 
BROWSER_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
browser_path - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
build() - Method in class org.neo4j.server.security.auth.User.Builder
 
buildURI(String, int, boolean) - Method in class org.neo4j.server.web.SimpleUriBuilder
 

C

cancel() - Method in class org.neo4j.server.rrd.ScheduledJob
 
cause() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
Certificates - Class in org.neo4j.server.security.ssl
 
Certificates() - Constructor for class org.neo4j.server.security.ssl.Certificates
 
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.logging.JULBridge
 
close() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
closeTransaction() - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
CollectUserAgentFilter - Class in org.neo4j.server.rest.web
Collects user agent information and publishes it to a tracker of most recently seen user agents.
CollectUserAgentFilter(RecentK<String>) - Constructor for class org.neo4j.server.rest.web.CollectUserAgentFilter
 
commit(StatementDeserializer, ExecutionResultSerializer, boolean, HttpServletRequest) - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
commitNewTransaction(InputStream, UriInfo, HttpServletRequest) - 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, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
COMMUNITY_FACTORY - Static variable in class org.neo4j.server.CommunityNeoServer
Deprecated.
 
CommunityBootstrapper - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release. Please use Neo4j Server and plugins or un-managed extensions for bespoke solutions.
CommunityBootstrapper() - Constructor for class org.neo4j.server.CommunityBootstrapper
Deprecated.
 
CommunityNeoServer - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release. Please use Neo4j Server and plugins or un-managed extensions for bespoke solutions.
CommunityNeoServer(Config, GraphDatabaseFacadeFactory.Dependencies, LogProvider) - Constructor for class org.neo4j.server.CommunityNeoServer
Deprecated.
 
CommunityNeoServer(Config, Database.Factory, GraphDatabaseFacadeFactory.Dependencies, LogProvider) - Constructor for class org.neo4j.server.CommunityNeoServer
Deprecated.
 
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
 
ConcurrentModificationException - Exception in org.neo4j.server.security.auth.exception
 
ConcurrentModificationException() - Constructor for exception org.neo4j.server.security.auth.exception.ConcurrentModificationException
 
configFile() - Method in class org.neo4j.server.ServerCommandLineArgs
 
configOverrides() - Method in class org.neo4j.server.ServerCommandLineArgs
 
configuration() - Method in interface org.neo4j.server.configuration.ConfigurationBuilder
Deprecated.
 
configuration() - Method in class org.neo4j.server.configuration.ConfigurationBuilder.ConfiguratorWrappingConfigurationBuilder
Deprecated.
 
configuration() - Method in class org.neo4j.server.configuration.ConfigurationBuilder.ConfigWrappingConfigurator
Deprecated.
 
configuration() - Method in class org.neo4j.server.configuration.Configurator.Adapter
Deprecated.
 
configuration() - Method in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
configuration() - Method in class org.neo4j.server.configuration.PropertyFileConfigurator
Deprecated.
 
configuration() - Method in class org.neo4j.server.configuration.ServerConfigurator
Deprecated.
 
ConfigurationBuilder - Interface in org.neo4j.server.configuration
Deprecated.
this is no longer supported, public programmatic access to Neo4j Server is deprecated, internal config should use Config. This will be removed in the next major version of Neo4j.
ConfigurationBuilder.ConfiguratorWrappingConfigurationBuilder - Class in org.neo4j.server.configuration
Deprecated.
 
ConfigurationBuilder.ConfiguratorWrappingConfigurationBuilder(Configurator) - Constructor for class org.neo4j.server.configuration.ConfigurationBuilder.ConfiguratorWrappingConfigurationBuilder
Deprecated.
 
ConfigurationBuilder.ConfigWrappingConfigurator - Class in org.neo4j.server.configuration
Deprecated.
 
ConfigurationBuilder.ConfigWrappingConfigurator(Config) - Constructor for class org.neo4j.server.configuration.ConfigurationBuilder.ConfigWrappingConfigurator
Deprecated.
 
Configurator - Interface in org.neo4j.server.configuration
Deprecated.
Configurator.Adapter - Class in org.neo4j.server.configuration
Deprecated.
 
Configurator.Adapter() - Constructor for class org.neo4j.server.configuration.Configurator.Adapter
Deprecated.
 
ConfigWrappingConfiguration - Class in org.neo4j.server.configuration
Deprecated.
ConfigWrappingConfiguration(Config) - Constructor for class org.neo4j.server.configuration.ConfigWrappingConfiguration
Deprecated.
 
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.rest.management.console
 
ConsoleService(Config, Database, LogProvider, HttpServletRequest, OutputFormat, CypherExecutor) - Constructor for class org.neo4j.server.rest.management.console.ConsoleService
 
ConsoleService(ConsoleSessionFactory, Database, LogProvider, OutputFormat) - Constructor for class org.neo4j.server.rest.management.console.ConsoleService
 
ConsoleServiceRepresentation - Class in org.neo4j.server.rest.management.repr
 
ConsoleServiceRepresentation(String, Iterable<String>) - Constructor for class org.neo4j.server.rest.management.repr.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.ConfigWrappingConfiguration
Deprecated.
 
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
 
create(HttpServletRequest) - Method in class org.neo4j.server.rest.web.QuerySessionProvider
 
create(User) - Method in class org.neo4j.server.security.auth.FileUserRepository
 
create(User) - Method in interface org.neo4j.server.security.auth.UserRepository
Create a user, given that the users token is unique.
create(Collection<InjectableProvider<?>>, boolean) - Method in class org.neo4j.server.web.JaxRsServletHolderFactory
 
createConnector(Server, KeyStoreInformation, String, int, JettyThreadCalculator) - Method in class org.neo4j.server.security.ssl.SslSocketConnectorFactory
 
createConnector(Server, String, int, JettyThreadCalculator) - Method in class org.neo4j.server.web.HttpConnectorFactory
 
createConnector(Server, String, int, JettyThreadCalculator, ConnectionFactory...) - Method in class org.neo4j.server.web.HttpConnectorFactory
 
created(REPR) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
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) - Method in class org.neo4j.server.security.ssl.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(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
createNodeIndex(Map<String, Object>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
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(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.ssl.Certificates
 
createSession(String, Database, LogProvider) - Method in class org.neo4j.server.rest.management.console.SessionFactoryImpl
 
createSession(String, Database, LogProvider) - Method in interface org.neo4j.server.webadmin.console.ConsoleSessionFactory
 
Credential - Class in org.neo4j.server.security.auth
 
Credential(byte[], byte[]) - Constructor for class org.neo4j.server.security.auth.Credential
 
credentials() - Method in class org.neo4j.server.security.auth.User
 
currentKernelInstance(Database) - Method in class org.neo4j.server.rest.management.JmxService
 
CustomStatusType - Class in org.neo4j.server.rest.web
 
CustomStatusType(int, String) - Constructor for class org.neo4j.server.rest.web.CustomStatusType
 
cypher(String, HttpServletRequest, boolean, boolean, boolean) - Method in class org.neo4j.server.rest.web.CypherService
 
CypherExecutor - Class in org.neo4j.server.database
 
CypherExecutor(Database) - Constructor for class org.neo4j.server.database.CypherExecutor
 
cypherExecutor - Variable in class org.neo4j.server.database.CypherExecutorProvider
 
cypherExecutor - Variable in class org.neo4j.server.database.ExecutionEngineProvider
Deprecated.
 
CypherExecutorProvider - Class in org.neo4j.server.database
 
CypherExecutorProvider(CypherExecutor) - Constructor for class org.neo4j.server.database.CypherExecutorProvider
 
CypherPlanRepresentation - Class in org.neo4j.server.rest.repr
This takes a function that resolves to a ExecutionPlanDescription, and it does so for two reasons: - The plan description needs to be fetched *after* the result is streamed to the user - This method is recursive, so it's not enough to just pass in the execution plan to the root call of it subsequent inner calls could not re-use that execution plan (that would just lead to an infinite loop)
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(Result, boolean, boolean) - Constructor for class org.neo4j.server.rest.repr.CypherResultRepresentation
 
CypherService - Class in org.neo4j.server.rest.web
 
CypherService(CypherExecutor, InputFormat, OutputFormat, GraphDatabaseService) - Constructor for class org.neo4j.server.rest.web.CypherService
 
CypherSession - Class in org.neo4j.server.rest.management.console
 
CypherSession(CypherExecutor, LogProvider, HttpServletRequest) - Constructor for class org.neo4j.server.rest.management.console.CypherSession
 
CypherSessionCreator - Class in org.neo4j.server.rest.management.console
 
CypherSessionCreator() - Constructor for class org.neo4j.server.rest.management.console.CypherSessionCreator
 
CypherStatisticsRepresentation - Class in org.neo4j.server.rest.repr
 
CypherStatisticsRepresentation(QueryStatistics) - Constructor for class org.neo4j.server.rest.repr.CypherStatisticsRepresentation
 

D

DATA_FROM_PATH - Static variable in class org.neo4j.server.rest.management.MonitorService
 
DATA_PATH - Static variable in class org.neo4j.server.rest.management.MonitorService
 
DATA_SPAN_PATH - Static variable in class org.neo4j.server.rest.management.MonitorService
 
Database - Interface in org.neo4j.server.database
 
database - Variable in class org.neo4j.server.database.GraphDatabaseServiceProvider
 
Database.Factory - Interface in org.neo4j.server.database
 
DATABASE_LOCATION_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DatabaseActions - Class in org.neo4j.server.rest.web
 
DatabaseActions(LeaseManager, boolean, GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.web.DatabaseActions
 
DatabaseActions(LeaseManager, 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
 
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(NeoStoresSupplier, AvailabilityGuard) - 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
Deprecated.
 
DB_TUNING_CONFIG_FILE_NAME - Static variable in class org.neo4j.server.web.ServerInternalSettings
Default name for the db configuration file.
DB_TUNING_PROPERTY_FILE_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DBMSModule - Class in org.neo4j.server.modules
Mounts the DBMS REST API.
DBMSModule(WebServer) - Constructor for class org.neo4j.server.modules.DBMSModule
 
debug(String, Object...) - Method in class org.neo4j.server.logging.JettyLogBridge
 
debug(Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
debug(String, Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
debug(String, Object...) - Method in class org.neo4j.server.web.FastSlf4jLog
 
debug(Throwable) - Method in class org.neo4j.server.web.FastSlf4jLog
 
debug(String, Throwable) - Method in class org.neo4j.server.web.FastSlf4jLog
 
decode(String) - Static method in class org.neo4j.server.rest.dbms.AuthorizationHeaders
Extract the encoded username and password from a HTTP Authorization header value.
DEFAULT_ADDRESS - Static variable in class org.neo4j.server.web.Jetty9WebServer
 
DEFAULT_CONFIG_DIR - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_DATA_API_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_DATABASE_LOCATION_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_DATABASE_PATH - Static variable in interface org.neo4j.server.rest.security.SecurityRule
 
DEFAULT_HTTP_CONTENT_LOGGING - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_HTTP_LOGGING - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_MANAGEMENT_API_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_MANAGEMENT_CONSOLE_ENGINES - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_PORT - Static variable in class org.neo4j.server.web.Jetty9WebServer
 
DEFAULT_SCRIPT_SANDBOXING_ENABLED - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_STARTUP_TIMEOUT - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_TIMESPAN - Static variable in class org.neo4j.server.rest.management.MonitorService
 
DEFAULT_TRANSACTION_TIMEOUT - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_WEBSERVER_ADDRESS - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_WEBSERVER_HTTPS_CERT_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_WEBSERVER_HTTPS_ENABLED - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_WEBSERVER_HTTPS_KEY_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_WEBSERVER_HTTPS_PORT - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_WEBSERVER_KEYSTORE_PATH - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DEFAULT_WEBSERVER_PORT - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
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
 
delete(User) - Method in class org.neo4j.server.security.auth.FileUserRepository
 
delete(User) - Method in interface org.neo4j.server.security.auth.UserRepository
Deletes a user.
deleteAllNodeProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteAllRelationshipProperties(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndexNoKeyValue(String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromNodeIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndex(String, String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndex(String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteFromRelationshipIndexNoValue(String, String, long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNode(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
deleteNode(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNodeIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationship(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
deleteRelationship(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationshipIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteRelationshipProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
deleteUser(String) - Method in class org.neo4j.server.security.auth.AuthManager
 
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
 
describeTo(Log) - Method in exception org.neo4j.server.exception.UpgradeDisallowedStartupException
 
describeTo(Log) - Method in exception org.neo4j.server.ServerStartupException
Deprecated.
 
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
 
deserializeUsers(byte[]) - Method in class org.neo4j.server.security.auth.UserSerialization
 
destroy() - Method in class org.neo4j.server.guard.GuardingRequestFilter
 
destroy() - Method in class org.neo4j.server.rest.dbms.AuthorizationFilter
 
destroy() - Method in class org.neo4j.server.rest.security.SecurityFilter
 
destroy() - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
destroy() - Method in class org.neo4j.server.web.NoCacheHtmlFilter
 
DIAGNOSTICS - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
DIGEST_ALGO - Static variable in class org.neo4j.server.security.auth.Credential
 
directions() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
DISCOVERY_API_PACKAGE - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
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(Config, 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.dbms.AuthorizationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.security.SecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.neo4j.server.web.NoCacheHtmlFilter
 
DOMAIN_TEMPLATE - Static variable in class org.neo4j.server.rest.management.JmxService
 
DOMAINS_PATH - Static variable in class org.neo4j.server.rest.management.JmxService
 
dropNodePropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropNodePropertyExistenceConstraint(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
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
 
dropRelationshipPropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
dropRelationshipPropertyExistenceConstraint(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
Deprecated.
 
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(NodeNotFoundException) - 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
 
EnsurePreparedForHttpLogging - Class in org.neo4j.server.preflight
 
EnsurePreparedForHttpLogging(Config) - 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.dbms.AuthorizedRequestWrapper
 
equals(Object) - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
equals(Object) - Method in class org.neo4j.server.security.auth.Credential
 
equals(Object) - Method in class org.neo4j.server.security.auth.User
 
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.graphdb.Result, 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.rest.management.console.CypherSession
 
evaluate(String) - Method in class org.neo4j.server.rest.management.console.ShellSession
 
evaluate(String) - Method in interface org.neo4j.server.webadmin.console.ScriptSession
 
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
 
ExceptionRepresentation(Throwable, boolean) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
ExceptionRepresentation(Neo4jError...) - Constructor for class org.neo4j.server.rest.repr.ExceptionRepresentation
 
exec(InputFormat, String) - Method in class org.neo4j.server.rest.management.console.ConsoleService
 
execute(StatementDeserializer, ExecutionResultSerializer, HttpServletRequest) - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
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, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
executeStatementsInNewTransaction(InputStream, UriInfo, HttpServletRequest) - Method in class org.neo4j.server.rest.web.TransactionalService
 
ExecutionEngineProvider - Class in org.neo4j.server.database
Deprecated.
Use GraphDatabaseService.execute(String) instead.
ExecutionEngineProvider(CypherExecutor) - Constructor for class org.neo4j.server.database.ExecutionEngineProvider
Deprecated.
 
ExecutionResultSerializer - Class in org.neo4j.server.rest.transactional
Writes directly to an output stream, therefore implicitly stateful.
ExecutionResultSerializer(OutputStream, URI, LogProvider) - 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
 
externalUri(String, String, String) - Static method in class org.neo4j.server.web.XForwardUtil
 
externalUri(URI, String, String) - Static method in class org.neo4j.server.web.XForwardUtil
 

F

failedTask() - Method in class org.neo4j.server.preflight.PreFlightTasks
 
FastSlf4jLog - Class in org.neo4j.server.web
Slf4jLog.isDebugEnabled delegates in the end to Logback, and since this method is called a lot and that method is relatively slow, it has a big impact on the overall performance.
FastSlf4jLog() - Constructor for class org.neo4j.server.web.FastSlf4jLog
 
FastSlf4jLog(String) - Constructor for class org.neo4j.server.web.FastSlf4jLog
 
FileUserRepository - Class in org.neo4j.server.security.auth
Stores user auth data.
FileUserRepository(Path, LogProvider) - Constructor for class org.neo4j.server.security.auth.FileUserRepository
 
filter(ContainerRequest, ContainerResponse) - Method in class org.neo4j.server.rest.web.AllowAjaxFilter
 
filter(ContainerRequest) - Method in class org.neo4j.server.web.XForwardFilter
 
findByName(String) - Method in class org.neo4j.server.security.auth.FileUserRepository
 
findByName(String) - Method in interface org.neo4j.server.security.auth.UserRepository
 
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.
flush() - Method in class org.neo4j.server.logging.JULBridge
 
flushBuffer() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
ForbiddingSecurityRule - Interface in org.neo4j.server.rest.security
A variant of SecurityRule which adds the ability to forbid access, even if the request is authenticated, which results in an HTTP 403.
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(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.rest.management.JmxService
 
forPassword(String) - Static method in class org.neo4j.server.security.auth.Credential
 
forUriPath() - Method in interface org.neo4j.server.rest.security.SecurityRule
 
forwardTo(LogProvider) - Static method in class org.neo4j.server.logging.JULBridge
 
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
 
generateSeed(int) - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
generateStatusCodeDocs() - Method in class org.neo4j.server.rest.transactional.error.ErrorDocumentationGenerator
 
generateUriFor(URI, String) - Static method in class org.neo4j.server.JAXRSHelper
Deprecated.
 
get() - Method in interface org.neo4j.server.database.RrdDbWrapper
 
get() - Method in class org.neo4j.server.database.RrdDbWrapper.Plain
 
getAcceptors() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getAlgorithm() - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
getAllLabels(boolean) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getAllLabels(boolean) - 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.rest.management.repr.JmxMBeanRepresentation
 
getAuthType() - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
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
 
getBean(String, String) - Method in class org.neo4j.server.rest.management.JmxService
 
getBeans() - Method in class org.neo4j.server.rest.management.repr.JmxDomainRepresentation
 
getBufferSize() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getClock() - Method in class org.neo4j.server.rest.paging.LeaseManager
 
getConfig() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
getConfig() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
getConfiguration() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
getConfiguration() - Method in interface org.neo4j.server.NeoServer
Deprecated.
getConfigurator() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
getConfigurator() - Method in interface org.neo4j.server.NeoServer
Deprecated.
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.rest.management.MonitorService
 
getData(long) - Method in class org.neo4j.server.rest.management.MonitorService
 
getData(long, long) - Method in class org.neo4j.server.rest.management.MonitorService
 
getDatabase() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
getDatabase() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
getDatabaseTuningProperties() - Method in class org.neo4j.server.configuration.ConfigurationBuilder.ConfiguratorWrappingConfigurationBuilder
Deprecated.
 
getDatabaseTuningProperties() - Method in class org.neo4j.server.configuration.ConfigurationBuilder.ConfigWrappingConfigurator
Deprecated.
 
getDatabaseTuningProperties() - Method in interface org.neo4j.server.configuration.ConfigurationBuilder
Deprecated.
 
getDatabaseTuningProperties() - Method in class org.neo4j.server.configuration.Configurator.Adapter
Deprecated.
 
getDatabaseTuningProperties() - Method in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
getDatabaseTuningProperties() - Method in class org.neo4j.server.configuration.PropertyFileConfigurator
Deprecated.
 
getDatabaseTuningProperties() - Method in class org.neo4j.server.configuration.ServerConfigurator
Deprecated.
 
getDatasources() - Method in class org.neo4j.server.rest.management.repr.RrdDataRepresentation
 
getDateHeader(String) - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
getDependencyResolver() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
getDescription() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
getDescription() - Method in class org.neo4j.server.rest.management.repr.JmxCompositeDataRepresentation
 
getDescription() - Method in class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
getDescription() - Method in class org.neo4j.server.rest.management.repr.NameDescriptionValueRepresentation
 
getDiscoveryDocument() - Method in class org.neo4j.server.rest.discovery.DiscoveryService
 
getDomain(String) - Method in class org.neo4j.server.rest.management.JmxService
 
getDomainName() - Method in class org.neo4j.server.rest.management.repr.JmxDomainRepresentation
 
getEndTime() - Method in class org.neo4j.server.rest.management.repr.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
Deprecated.
 
getExtensionManager() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
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.EnsurePreparedForHttpLogging
 
getFailureMessage() - Method in interface org.neo4j.server.preflight.PreflightTask
 
getFamily() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getGraph() - Method in interface org.neo4j.server.database.Database
 
getGraph() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
getGraph() - Method in class org.neo4j.server.database.WrappedDatabase
 
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
 
getHttpChannelState() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
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
 
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.ssl.KeyStoreInformation
 
getKeys() - Method in class org.neo4j.server.configuration.ConfigWrappingConfiguration
Deprecated.
 
getKeyStore() - Method in class org.neo4j.server.security.ssl.KeyStoreInformation
 
getKeyStorePassword() - Method in class org.neo4j.server.security.ssl.KeyStoreInformation
 
getLabelConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getLabelExistenceConstraints(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 interface org.neo4j.server.database.Database
 
getLocation() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
getLocation() - Method in class org.neo4j.server.database.WrappedDatabase
 
getLocations() - Method in class org.neo4j.server.rest.batch.BatchOperationResults
 
getLocations() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
getMapRepresentation(Map) - Static method in class org.neo4j.server.rest.repr.ObjectToRepresentationConverter
 
getMaxCapacity() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getMaxThreads() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
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
 
getMinThreads() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getMountPoint() - Method in class org.neo4j.server.configuration.ThirdPartyJaxRsPackage
 
getName() - Method in class org.neo4j.server.logging.JettyLogBridge
 
getName() - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
getName() - Method in interface org.neo4j.server.rest.management.AdvertisableService
 
getName() - Method in class org.neo4j.server.rest.management.console.ConsoleService
 
getName() - Method in class org.neo4j.server.rest.management.JmxService
 
getName() - Method in class org.neo4j.server.rest.management.MonitorService
 
getName() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
getName() - Method in class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
getName() - Method in class org.neo4j.server.rest.management.repr.NameDescriptionValueRepresentation
 
getName() - Method in class org.neo4j.server.rest.management.VersionAndEditionService
 
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
 
getNode(long) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNode(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeDegree(long, DatabaseActions.RelationshipDirection, Collection<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeDegree(long, DatabaseActions.RelationshipDirection) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeDegree(long, DatabaseActions.RelationshipDirection, RestfulGraphDatabase.AmpersandSeparatedCollection) - 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
 
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(long) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getNodeProperty(long, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getNodePropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
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
 
getPlugins() - Method in class org.neo4j.server.modules.RESTApiModule
 
getProperty(String) - Method in class org.neo4j.server.configuration.ConfigWrappingConfiguration
Deprecated.
 
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
 
getReasonPhrase() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
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
 
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
 
getRelationshipPropertyExistenceConstraint(String, Iterable<String>) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipTypeExistenceConstraints(String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
getRelationshipTypes(boolean) - 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
 
getRepresentationWriteHandler() - Method in class org.neo4j.server.rest.repr.OutputFormat
 
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
 
getSchemaConstraintsForLabelAndExistence(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForLabelAndPropertyExistence(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - 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
 
getSchemaConstraintsForRelationshipTypeAndExistence(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
getSchemaConstraintsForRelationshipTypeAndPropertyExistence(String, RestfulGraphDatabase.AmpersandSeparatedCollection) - 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
 
getSelectors() - Method in class org.neo4j.server.web.JettyThreadCalculator
 
getServer() - Method in class org.neo4j.server.Bootstrapper
Deprecated.
 
getServerPath() - Method in interface org.neo4j.server.rest.management.AdvertisableService
 
getServerPath() - Method in class org.neo4j.server.rest.management.console.ConsoleService
 
getServerPath() - Method in class org.neo4j.server.rest.management.JmxService
 
getServerPath() - Method in class org.neo4j.server.rest.management.MonitorService
 
getServerPath() - Method in class org.neo4j.server.rest.management.VersionAndEditionService
 
getServiceDefinition() - Method in class org.neo4j.server.rest.management.console.ConsoleService
 
getServiceDefinition() - Method in class org.neo4j.server.rest.management.JmxService
 
getServiceDefinition() - Method in class org.neo4j.server.rest.management.MonitorService
 
getServiceDefinition(UriInfo, OutputFormat) - Method in class org.neo4j.server.rest.management.RootService
 
getServices() - Method in class org.neo4j.server.CommunityNeoServer
Deprecated.
 
getServices() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
getServletOutputStream() - Method in class org.neo4j.server.rest.batch.StreamingBatchOperationResults
 
getStackTraceAsString() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
getStartTime() - Method in class org.neo4j.server.rest.management.repr.RrdDataRepresentation
 
getStartTime() - Method in class org.neo4j.server.rest.paging.Lease
 
getStatus() - Method in exception org.neo4j.server.rest.domain.BatchOperationFailedException
 
getStatus() - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
getStatusCode() - Method in class org.neo4j.server.rest.web.CustomStatusType
 
getThirdpartyJaxRsClasses() - Method in class org.neo4j.server.configuration.Configurator.Adapter
Deprecated.
 
getThirdpartyJaxRsClasses() - Method in interface org.neo4j.server.configuration.Configurator
Deprecated.
getThirdpartyJaxRsPackages() - Method in class org.neo4j.server.configuration.ConfigurationBuilder.ConfigWrappingConfigurator
Deprecated.
 
getThirdpartyJaxRsPackages() - Method in class org.neo4j.server.configuration.Configurator.Adapter
Deprecated.
 
getThirdpartyJaxRsPackages() - Method in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
getThirdpartyJaxRsPackages() - Method in class org.neo4j.server.configuration.ServerConfigurator
Deprecated.
 
getTime() - Method in class org.neo4j.server.rrd.SystemBackedTimeSource
 
getTime() - Method in interface org.neo4j.server.rrd.TimeSource
 
getTimestamps() - Method in class org.neo4j.server.rest.management.repr.RrdDataRepresentation
 
getTransactionRegistry() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
getTransactionRegistry() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
getType() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
getType() - Method in class org.neo4j.server.rest.management.repr.JmxCompositeDataRepresentation
 
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
 
getUrl() - Method in class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
getUser(String, HttpServletRequest) - Method in class org.neo4j.server.rest.dbms.UserService
 
getUser(String) - Method in class org.neo4j.server.security.auth.AuthManager
 
getUserPrincipal() - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
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.ExecutionEngineProvider
Deprecated.
 
getValue(HttpContext) - Method in class org.neo4j.server.database.GraphDatabaseServiceProvider
 
getValue(HttpContext) - Method in class org.neo4j.server.LoggingProvider
Deprecated.
 
getValue(HttpContext) - Method in class org.neo4j.server.NeoServerProvider
Deprecated.
 
getValue(HttpContext) - Method in class org.neo4j.server.plugins.PluginInvocatorProvider
 
getValue() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
getValue() - Method in class org.neo4j.server.rest.management.repr.JmxCompositeDataRepresentation
 
getValue() - Method in class org.neo4j.server.rest.management.repr.NameDescriptionValueRepresentation
 
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.DatabasePrimitivesSampleableBase
 
getValue() - Method in class org.neo4j.server.rrd.sampler.MemoryUsedSampleable
 
getValue(HttpContext) - Method in class org.neo4j.server.web.InjectableWrapper
 
getValue(HttpContext) - Method in class org.neo4j.server.web.WebServerProvider
 
getVersionAndEditionData() - Method in class org.neo4j.server.rest.management.VersionAndEditionService
 
getWebServer() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
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
Deprecated.
 
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
 
GuardingRequestFilter - Class in org.neo4j.server.guard
 
GuardingRequestFilter(Guard, long) - Constructor for class org.neo4j.server.guard.GuardingRequestFilter
 

H

hashCode() - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
hashCode() - Method in class org.neo4j.server.rest.domain.GraphDatabaseName
 
hashCode() - Method in class org.neo4j.server.security.auth.Credential
 
hashCode() - Method in class org.neo4j.server.security.auth.User
 
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_CONTENT_LOGGING - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
http_content_logging_enabled - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
http_log_config_file - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
HTTP_LOG_CONFIG_LOCATION - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
HTTP_LOGGING - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
http_logging_enabled - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
HttpConnectorFactory - Class in org.neo4j.server.web
 
HttpConnectorFactory(Config) - Constructor for class org.neo4j.server.web.HttpConnectorFactory
 
HttpHeaderUtils - Class in org.neo4j.server.web
 
HttpHeaderUtils() - Constructor for class org.neo4j.server.web.HttpHeaderUtils
 
HttpLogSetting - Class in org.neo4j.server.configuration
Validates a config setting for the location of a HTTP log config file.
HttpLogSetting() - Constructor for class org.neo4j.server.configuration.HttpLogSetting
 
httpsUri() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 

I

ignore(Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
IllegalUsernameException - Exception in org.neo4j.server.security.auth.exception
 
IllegalUsernameException(String) - Constructor for exception org.neo4j.server.security.auth.exception.IllegalUsernameException
 
INACCESSIBLE - Static variable in class org.neo4j.server.security.auth.Credential
 
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.JettyLogBridge
 
info(Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
info(String, Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
init() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
init() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
init(FilterConfig) - Method in class org.neo4j.server.guard.GuardingRequestFilter
 
init() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
init(FilterConfig) - Method in class org.neo4j.server.rest.dbms.AuthorizationFilter
 
init(FilterConfig) - Method in class org.neo4j.server.rest.security.SecurityFilter
 
init(FilterConfig) - Method in class org.neo4j.server.rest.web.CollectUserAgentFilter
 
init(FilterConfig) - Method in class org.neo4j.server.web.NoCacheHtmlFilter
 
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
 
InsecureRandom - Class in org.neo4j.server.security.ssl
 
InsecureRandom() - Constructor for class org.neo4j.server.security.ssl.InsecureRandom
 
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, String, String, InternalJettyServletResponse, HttpServletRequest) - 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
 
InvalidConcurrentTransactionAccess - Exception in org.neo4j.server.rest.transactional.error
 
InvalidConcurrentTransactionAccess() - Constructor for exception org.neo4j.server.rest.transactional.error.InvalidConcurrentTransactionAccess
 
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.JettyLogBridge
 
isDebugEnabled() - Method in class org.neo4j.server.web.FastSlf4jLog
 
isEmpty() - Method in class org.neo4j.server.configuration.ConfigWrappingConfiguration
Deprecated.
 
isEmpty() - Method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
isForbidden(HttpServletRequest) - Method in interface org.neo4j.server.rest.security.ForbiddingSecurityRule
 
isIs() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
isReadable() - Method in class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
isRunning() - Method in interface org.neo4j.server.database.Database
 
isRunning() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
isRunning() - Method in class org.neo4j.server.database.WrappedDatabase
 
isSecure() - Method in class org.neo4j.server.rest.web.InternalJettyServletRequest
 
isUserInRole(String) - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
isValidName(String) - Method in class org.neo4j.server.security.auth.FileUserRepository
 
isValidName(String) - Method in interface org.neo4j.server.security.auth.UserRepository
Utility for API consumers to tell if #save() will accept a given username
isWriteable() - Method in class org.neo4j.server.rest.management.repr.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
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release.
JAXRSHelper() - Constructor for class org.neo4j.server.JAXRSHelper
Deprecated.
 
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
This class handles the configuration and runtime management of a Jetty web server.
Jetty9WebServer(LogProvider, Config) - Constructor for class org.neo4j.server.web.Jetty9WebServer
 
JettyLogBridge - Class in org.neo4j.server.logging
 
JettyLogBridge() - Constructor for class org.neo4j.server.logging.JettyLogBridge
 
JettyLogBridge(String) - Constructor for class org.neo4j.server.logging.JettyLogBridge
 
JettyThreadCalculator - Class in org.neo4j.server.web
 
JettyThreadCalculator(int) - Constructor for class org.neo4j.server.web.JettyThreadCalculator
 
JmxAttributeRepresentation - Class in org.neo4j.server.rest.management.repr
 
JmxAttributeRepresentation(ObjectName, MBeanAttributeInfo) - Constructor for class org.neo4j.server.rest.management.repr.JmxAttributeRepresentation
 
JmxAttributeRepresentationDispatcher - Class in org.neo4j.server.rest.management.repr
Converts CompositeData, to allow representations of JMX beans.
JmxAttributeRepresentationDispatcher() - Constructor for class org.neo4j.server.rest.management.repr.JmxAttributeRepresentationDispatcher
 
JmxCompositeDataRepresentation - Class in org.neo4j.server.rest.management.repr
 
JmxCompositeDataRepresentation(CompositeData) - Constructor for class org.neo4j.server.rest.management.repr.JmxCompositeDataRepresentation
 
JmxDomainRepresentation - Class in org.neo4j.server.rest.management.repr
 
JmxDomainRepresentation(String) - Constructor for class org.neo4j.server.rest.management.repr.JmxDomainRepresentation
 
JmxMBeanRepresentation - Class in org.neo4j.server.rest.management.repr
 
JmxMBeanRepresentation(ObjectName) - Constructor for class org.neo4j.server.rest.management.repr.JmxMBeanRepresentation
 
JmxService - Class in org.neo4j.server.rest.management
 
JmxService(OutputFormat, InputFormat) - Constructor for class org.neo4j.server.rest.management.JmxService
 
JobScheduler - Interface in org.neo4j.server.rrd
 
JsonBuildRuntimeException - Exception in org.neo4j.server.rest.domain
 
JsonBuildRuntimeException(Throwable) - Constructor for exception org.neo4j.server.rest.domain.JsonBuildRuntimeException
 
jsonCreateNodeIndex(String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
jsonCreateRelationshipIndex(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(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
 
JULBridge - Class in org.neo4j.server.logging
 

K

KERNEL_NAME_PATH - Static variable in class org.neo4j.server.rest.management.JmxService
 
KeyStoreFactory - Class in org.neo4j.server.security.ssl
 
KeyStoreFactory() - Constructor for class org.neo4j.server.security.ssl.KeyStoreFactory
 
KeyStoreInformation - Class in org.neo4j.server.security.ssl
 
KeyStoreInformation(KeyStore, char[], char[]) - Constructor for class org.neo4j.server.security.ssl.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
 
legacy_db_config - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
legacy_db_location - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
length() - Method in class org.neo4j.server.rest.repr.FullPathRepresentation
 
length() - Method in class org.neo4j.server.rest.repr.PathRepresentation
 
LifecycleManagingDatabase - Class in org.neo4j.server.database
Wraps a neo4j database in lifecycle management.
LifecycleManagingDatabase(Config, LifecycleManagingDatabase.GraphFactory, GraphDatabaseFacadeFactory.Dependencies) - Constructor for class org.neo4j.server.database.LifecycleManagingDatabase
 
lifecycleManagingDatabase(LifecycleManagingDatabase.GraphFactory) - Static method in class org.neo4j.server.database.LifecycleManagingDatabase
 
LifecycleManagingDatabase.GraphFactory - Interface in org.neo4j.server.database
 
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.rest.management.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
Deprecated.
 
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.ssl.Certificates
 
loadConfig(File, File, Log, Pair<String, String>...) - Method in class org.neo4j.server.configuration.BaseServerConfigLoader
 
loadConfig(File, File, File, Log, Pair<String, String>...) - Method in class org.neo4j.server.configuration.BaseServerConfigLoader
 
loadPrivateKey(File) - Method in class org.neo4j.server.security.ssl.Certificates
 
LoggingProvider - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release.
LoggingProvider(LogProvider) - Constructor for class org.neo4j.server.LoggingProvider
Deprecated.
 
lookup(URI) - Method in class org.neo4j.server.rest.domain.UriToDatabaseMatcher
 

M

main(String[]) - Static method in class org.neo4j.server.Bootstrapper
Deprecated.
 
main(String[]) - Static method in class org.neo4j.server.CommunityBootstrapper
Deprecated.
 
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
Deprecated.
 
management_api_path - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
MANAGEMENT_CONSOLE_ENGINES - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
management_console_engines - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
MANAGEMENT_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
ManagementApiModule - Class in org.neo4j.server.modules
 
ManagementApiModule(WebServer, Config) - Constructor for class org.neo4j.server.modules.ManagementApiModule
 
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
 
matchesPassword(String) - Method in class org.neo4j.server.security.auth.Credential
 
MAX_TIMESPAN - Static variable in class org.neo4j.server.rest.management.MonitorService
 
maximum_request_header_size - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
maximum_response_header_size - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
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
 
metadata() - Method in class org.neo4j.server.rest.repr.NodeRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.RelationshipRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.ScoredNodeRepresentation
 
metadata() - Method in class org.neo4j.server.rest.repr.ScoredRelationshipRepresentation
 
methodName() - Method in class org.neo4j.server.rest.repr.ExtensionPointRepresentation
 
methodNotAllowed(UnsupportedOperationException) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
migrator - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
MonitorService - Class in org.neo4j.server.rest.management
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.rest.management.MonitorService
 

N

name() - Method in class org.neo4j.server.rest.management.console.CypherSessionCreator
 
NAME - Static variable in class org.neo4j.server.rest.management.console.ShellSessionCreator
 
name() - Method in class org.neo4j.server.rest.management.console.ShellSessionCreator
 
name() - Method in class org.neo4j.server.security.auth.User
 
name() - Method in interface org.neo4j.server.webadmin.console.ConsoleSessionCreator
 
NameDescriptionValueRepresentation - Class in org.neo4j.server.rest.management.repr
 
NameDescriptionValueRepresentation(String, String, Representation) - Constructor for class org.neo4j.server.rest.management.repr.NameDescriptionValueRepresentation
 
Neo4jBrowserModule - Class in org.neo4j.server.modules
 
Neo4jBrowserModule(WebServer) - 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, String) - Constructor for class org.neo4j.server.rest.transactional.error.Neo4jError
 
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
Deprecated.
 
NeoJettyErrorHandler - Class in org.neo4j.server.web
 
NeoJettyErrorHandler() - Constructor for class org.neo4j.server.web.NeoJettyErrorHandler
 
NeoServer - Interface in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release. Please use Neo4j Server and plugins or un-managed extensions for bespoke solutions.
neoServer - Variable in class org.neo4j.server.NeoServerProvider
Deprecated.
 
NeoServerProvider - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release. Please use Neo4j Server and plugins or un-managed extensions for bespoke solutions.
NeoServerProvider(NeoServer) - Constructor for class org.neo4j.server.NeoServerProvider
Deprecated.
 
NeoServletContainer - Class in org.neo4j.server.web
 
NeoServletContainer(Collection<InjectableProvider<?>>) - Constructor for class org.neo4j.server.web.NeoServletContainer
 
Netty4LogBridge - Class in org.neo4j.server.logging
Glue code for swapping in Neo4j logging into Netty4
Netty4LogBridge() - Constructor for class org.neo4j.server.logging.Netty4LogBridge
 
Netty4LoggerFactory - Class in org.neo4j.server.logging
This class replaces Nettys regular logging system, injecting our own.
Netty4LoggerFactory(LogProvider) - Constructor for class org.neo4j.server.logging.Netty4LoggerFactory
 
newDatabase(Config, GraphDatabaseFacadeFactory.Dependencies) - Method in interface org.neo4j.server.database.Database.Factory
 
newFromPlan(ExecutionPlanDescription) - Static method in class org.neo4j.server.rest.repr.CypherPlanRepresentation
 
newFromProvider(Function<Object, ExecutionPlanDescription>) - Static method in class org.neo4j.server.rest.repr.CypherPlanRepresentation
 
newGraphDatabase(Config, GraphDatabaseFacadeFactory.Dependencies) - Method in interface org.neo4j.server.database.LifecycleManagingDatabase.GraphFactory
 
newInstance(String) - Method in class org.neo4j.server.logging.Netty4LoggerFactory
 
newSession(Database, CypherExecutor, HttpServletRequest, LogProvider) - Method in class org.neo4j.server.rest.management.console.CypherSessionCreator
 
newSession(Database, CypherExecutor, HttpServletRequest, LogProvider) - Method in class org.neo4j.server.rest.management.console.ShellSessionCreator
 
newSession(Database, CypherExecutor, HttpServletRequest, LogProvider) - Method in interface org.neo4j.server.webadmin.console.ConsoleSessionCreator
 
newTransaction() - Method in class org.neo4j.server.rest.transactional.TransitionalPeriodTransactionMessContainer
 
newTransactionHandle(TransactionUriScheme) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
newUser(String, String, boolean) - Method in class org.neo4j.server.security.auth.AuthManager
 
next() - Method in class org.neo4j.server.rest.paging.PagedTraverser
 
nextBoolean() - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
nextBytes(byte[]) - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
nextDouble() - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
nextFloat() - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
nextGaussian() - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
nextInt() - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
nextInt(int) - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
nextLong() - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
NO_NAME - Static variable in class org.neo4j.server.rest.domain.GraphDatabaseName
 
NoCacheHtmlFilter - Class in org.neo4j.server.web
 
NoCacheHtmlFilter() - Constructor for class org.neo4j.server.web.NoCacheHtmlFilter
 
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(NeoStoresSupplier, AvailabilityGuard) - 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
 
notifications(Iterable<Notification>) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
 
NullFormat - Class in org.neo4j.server.rest.repr.formats
 
NullFormat(Collection<MediaType>, MediaType...) - Constructor for class org.neo4j.server.rest.repr.formats.NullFormat
 
numberOfUsers() - Method in class org.neo4j.server.security.auth.FileUserRepository
 
numberOfUsers() - Method in interface org.neo4j.server.security.auth.UserRepository
 

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
Deprecated.
 
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
 
org.neo4j.server - package org.neo4j.server
 
org.neo4j.server.configuration - package org.neo4j.server.configuration
 
org.neo4j.server.database - package org.neo4j.server.database
 
org.neo4j.server.exception - package org.neo4j.server.exception
 
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.dbms - package org.neo4j.server.rest.dbms
 
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.management - package org.neo4j.server.rest.management
 
org.neo4j.server.rest.management.console - package org.neo4j.server.rest.management.console
 
org.neo4j.server.rest.management.repr - package org.neo4j.server.rest.management.repr
 
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.auth - package org.neo4j.server.security.auth
 
org.neo4j.server.security.auth.exception - package org.neo4j.server.security.auth.exception
 
org.neo4j.server.security.ssl - package org.neo4j.server.security.ssl
 
org.neo4j.server.web - package org.neo4j.server.web
 
org.neo4j.server.webadmin.console - package org.neo4j.server.webadmin.console
 
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
 
parse(String[]) - Static method in class org.neo4j.server.ServerCommandLineArgs
 
parseTimestamp(String) - Static method in class org.neo4j.server.rest.repr.util.RFC1123
 
PASSWORD - Static variable in class org.neo4j.server.rest.dbms.UserService
 
passwordChange() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
passwordChangeRequired() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
passwordChangeRequired() - Method in class org.neo4j.server.security.auth.User
 
passwordHash() - Method in class org.neo4j.server.security.auth.Credential
 
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_EXISTENCE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_CONSTRAINT_LABEL_EXISTENCE_PROPERTY - 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_SCHEMA_RELATIONSHIP_CONSTRAINT - Static variable in interface org.neo4j.server.rest.web.Surface
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_EXISTENCE_PROPERTY - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_TYPE - Static variable in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
PATH_SCHEMA_RELATIONSHIP_CONSTRAINT_TYPE_EXISTENCE - 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
 
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, HttpServletRequest, InputStream) - Method in class org.neo4j.server.rest.batch.NonStreamingBatchOperations
 
performBatchOperations(UriInfo, HttpHeaders, HttpServletRequest, InputStream) - Method in class org.neo4j.server.rest.web.BatchOperationService
 
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(Config, LogProvider) - Constructor for class org.neo4j.server.plugins.PluginManager
 
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(LogProvider, 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(NeoStoresSupplier, AvailabilityGuard) - Constructor for class org.neo4j.server.rrd.sampler.PropertyCountSampleable
 
PropertyFileConfigurator - Class in org.neo4j.server.configuration
Deprecated.
this will be removed in the next major version of Neo4j
PropertyFileConfigurator(File, Log) - Constructor for class org.neo4j.server.configuration.PropertyFileConfigurator
Deprecated.
 
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) - Constructor for exception org.neo4j.server.rest.web.PropertyValueException
 
provider - Static variable in class org.neo4j.server.rest.web.QuerySessionProvider
 
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
 
publish(LogRecord) - Method in class org.neo4j.server.logging.JULBridge
 

Q

QUERY_PATH - Static variable in class org.neo4j.server.rest.management.JmxService
 
queryBeans(String) - Method in class org.neo4j.server.rest.management.JmxService
 
QuerySessionProvider - Class in org.neo4j.server.rest.web
 
QuerySessionProvider() - Constructor for class org.neo4j.server.rest.web.QuerySessionProvider
 

R

RateLimitedAuthenticationStrategy - Class in org.neo4j.server.security.auth
 
RateLimitedAuthenticationStrategy(Clock, int) - Constructor for class org.neo4j.server.security.auth.RateLimitedAuthenticationStrategy
 
readAndExecuteOperations(UriInfo, HttpHeaders, HttpServletRequest, 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(NeoStoresSupplier, AvailabilityGuard) - 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(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
 
resetJUL() - Static method in class org.neo4j.server.logging.JULBridge
 
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.rest.management.repr.ServiceDefinitionRepresentation
 
resourceUri(String, String) - Method in class org.neo4j.server.rest.management.repr.ServiceDefinitionRepresentation
 
response(Response.StatusType, Representation) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
REST_API_PACKAGE - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
rest_api_path - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
REST_API_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
RESTApiModule - Class in org.neo4j.server.modules
Mounts the database REST API.
RESTApiModule(WebServer, Database, Config, DependencyResolver, LogProvider) - Constructor for class org.neo4j.server.modules.RESTApiModule
 
RestfulGraphDatabase - Class in org.neo4j.server.rest.web
 
RestfulGraphDatabase(InputFormat, OutputFormat, DatabaseActions, Configuration) - 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, UriInfo) - 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.rest.management.JmxService
 
ROOT_PATH - Static variable in class org.neo4j.server.rest.management.MonitorService
 
RootService - Class in org.neo4j.server.rest.management
 
RootService(NeoServer) - Constructor for class org.neo4j.server.rest.management.RootService
 
RoundRobinJobScheduler - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release.
RoundRobinJobScheduler(LogProvider) - Constructor for class org.neo4j.server.RoundRobinJobScheduler
Deprecated.
 
rrd_store - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
rrdb_enabled - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
rrdb_location - Static variable in interface org.neo4j.server.configuration.ServerSettings
Deprecated.
RRDB_LOCATION_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
RrdDataRepresentation - Class in org.neo4j.server.rest.management.repr
 
RrdDataRepresentation(FetchData) - Constructor for class org.neo4j.server.rest.management.repr.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(Config, LogProvider) - 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.
run() - Method in class org.neo4j.server.preflight.EnsurePreparedForHttpLogging
 
run() - Method in interface org.neo4j.server.preflight.PreflightTask
 
run() - Method in class org.neo4j.server.preflight.PreFlightTasks
 
run() - Method in class org.neo4j.server.rrd.RrdJob
 

S

salt() - Method in class org.neo4j.server.security.auth.Credential
 
Sampleable - Interface in org.neo4j.server.rrd
 
scheduleAtFixedRate(Runnable, String, long, long) - Method in class org.neo4j.server.RoundRobinJobScheduler
Deprecated.
 
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, LogProvider) - 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 - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
SCRIPT_SANDBOXING_ENABLED_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
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 - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
SECURITY_RULES_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
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, Config, LogProvider) - Constructor for class org.neo4j.server.modules.SecurityRulesModule
 
seeOther(URI) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
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.rest.management.repr.ConsoleServiceRepresentation
 
serialize() - Method in class org.neo4j.server.rest.management.repr.ServerRootRepresentation
 
serialize(MappingSerializer) - Method in class org.neo4j.server.rest.management.repr.ServiceDefinitionRepresentation
 
serialize(Collection<User>) - Method in class org.neo4j.server.security.auth.UserSerialization
 
serializeMapping(String) - Method in class org.neo4j.server.rest.repr.formats.StreamingJsonFormat.StreamingRepresentationFormat
 
serializer(OutputStream, URI) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
SERVER_CONFIG_FILE - Static variable in class org.neo4j.server.web.ServerInternalSettings
Path to the server configuration file.
SERVER_CONFIG_FILE_KEY - Static variable in class org.neo4j.server.web.ServerInternalSettings
Key for the server configuration file.
SERVER_PATH - Static variable in class org.neo4j.server.rest.management.VersionAndEditionService
 
ServerCommandLineArgs - Class in org.neo4j.server
Parses command line arguments for the server bootstrappers.
ServerCommandLineArgs(File, Pair<String, String>[]) - Constructor for class org.neo4j.server.ServerCommandLineArgs
 
ServerConfigurationMigrator - Class in org.neo4j.server.configuration
 
ServerConfigurationMigrator() - Constructor for class org.neo4j.server.configuration.ServerConfigurationMigrator
 
ServerConfigurator - Class in org.neo4j.server.configuration
Deprecated.
this will be removed in the next major version of Neo4j
ServerConfigurator(GraphDatabaseAPI) - Constructor for class org.neo4j.server.configuration.ServerConfigurator
Deprecated.
 
serverError(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
serverErrorWithoutLegacyStacktrace(Throwable) - Method in class org.neo4j.server.rest.repr.OutputFormat
Server error with stack trace included as needed, see OutputFormat.badRequestWithoutLegacyStacktrace(java.lang.Throwable).
ServerExtensionRepresentation - Class in org.neo4j.server.rest.repr
 
ServerExtensionRepresentation(String, List<ExtensionPointRepresentation>) - Constructor for class org.neo4j.server.rest.repr.ServerExtensionRepresentation
 
ServerInternalSettings - Class in org.neo4j.server.web
The settings for internal use.
ServerInternalSettings() - Constructor for class org.neo4j.server.web.ServerInternalSettings
 
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.
ServerQuerySession - Class in org.neo4j.server.rest.web
 
ServerQuerySession(HttpServletRequest) - Constructor for class org.neo4j.server.rest.web.ServerQuerySession
 
ServerRootRepresentation - Class in org.neo4j.server.rest.management.repr
 
ServerRootRepresentation(URI, Iterable<AdvertisableService>) - Constructor for class org.neo4j.server.rest.management.repr.ServerRootRepresentation
 
ServerSettings - Interface in org.neo4j.server.configuration
 
ServerStartupErrors - Class in org.neo4j.server.exception
Helps translate known common user errors to avoid long java stack traces and other bulk logging that obscures what went wrong.
ServerStartupErrors() - Constructor for class org.neo4j.server.exception.ServerStartupErrors
 
ServerStartupException - Exception in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release
ServerStartupException(String, Integer) - Constructor for exception org.neo4j.server.ServerStartupException
Deprecated.
Creates a new exception with a message and an error code.
ServerStartupException(String, Throwable) - Constructor for exception org.neo4j.server.ServerStartupException
Deprecated.
 
ServerStartupException(String) - Constructor for exception org.neo4j.server.ServerStartupException
Deprecated.
 
SERVICE_PATH - Static variable in class org.neo4j.server.rest.management.console.ConsoleService
 
ServiceDefinitionRepresentation - Class in org.neo4j.server.rest.management.repr
 
ServiceDefinitionRepresentation(String) - Constructor for class org.neo4j.server.rest.management.repr.ServiceDefinitionRepresentation
 
SessionFactoryImpl - Class in org.neo4j.server.rest.management.console
 
SessionFactoryImpl(HttpServletRequest, List<String>, CypherExecutor) - Constructor for class org.neo4j.server.rest.management.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(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(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.JettyLogBridge
 
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, boolean) - Method in class org.neo4j.server.web.Jetty9WebServer
 
setHttpLoggingConfiguration(File, boolean) - 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
 
setLogProvider(LogProvider) - Static method in class org.neo4j.server.logging.JettyLogBridge
 
setLogProvider(LogProvider) - Static method in class org.neo4j.server.logging.Netty4LogBridge
 
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(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(long, String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
setPassword(String, HttpServletRequest, String) - Method in class org.neo4j.server.rest.dbms.UserService
 
setPassword(String, String) - Method in class org.neo4j.server.security.auth.AuthManager
 
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(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
 
setSeed(byte[]) - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
setSeed(long) - Method in class org.neo4j.server.security.ssl.InsecureRandom
 
setStatus(int) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setStatus(int, String) - Method in class org.neo4j.server.rest.web.InternalJettyServletResponse
 
setTransaction(Transaction) - Method in class org.neo4j.server.rest.transactional.CommitOnSuccessfulStatusCodeRepresentationWriteHandler
 
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.rest.management.console
 
ShellSession(GraphDatabaseAPI) - Constructor for class org.neo4j.server.rest.management.console.ShellSession
 
ShellSessionCreator - Class in org.neo4j.server.rest.management.console
 
ShellSessionCreator() - Constructor for class org.neo4j.server.rest.management.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.LifecycleManagingDatabase
 
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
 
SslSocketConnectorFactory - Class in org.neo4j.server.security.ssl
 
SslSocketConnectorFactory(Config) - Constructor for class org.neo4j.server.security.ssl.SslSocketConnectorFactory
 
start() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
start(File, Pair<String, String>...) - Method in class org.neo4j.server.Bootstrapper
Deprecated.
 
start(Bootstrapper, String[]) - Static method in class org.neo4j.server.CommunityBootstrapper
Deprecated.
Start a bootstrapper with the specified command-line arguments, returns a status code indicating success or failure outcomes.
start() - Method in class org.neo4j.server.database.CypherExecutor
 
start() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
start() - Method in class org.neo4j.server.modules.AuthorizationModule
 
start() - Method in class org.neo4j.server.modules.DBMSModule
 
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.ThirdPartyJAXRSModule
 
start() - Method in class org.neo4j.server.modules.WebAdminModule
 
start() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
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.security.auth.AuthManager
 
start() - Method in class org.neo4j.server.security.auth.FileUserRepository
 
start() - Method in class org.neo4j.server.web.Jetty9WebServer
 
start() - Method in interface org.neo4j.server.web.WebServer
 
start() - Method in class org.neo4j.server.WrappingNeoServerBootstrapper
Deprecated.
 
startAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.DatabaseActions
 
startAutoIndexingProperty(String, String) - Method in class org.neo4j.server.rest.web.RestfulGraphDatabase
 
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(NodeNotFoundException) - Constructor for exception org.neo4j.server.rest.domain.StartNodeNotFoundException
 
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
Deprecated.
 
startup_timeout - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
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(Result, boolean, ResultDataContent...) - Method in class org.neo4j.server.rest.transactional.ExecutionResultSerializer
Will get called at most once per statement.
status() - Method in exception org.neo4j.server.rest.domain.JsonParseException
 
status() - Method in class org.neo4j.server.rest.transactional.error.Neo4jError
 
status() - Method in exception org.neo4j.server.rest.web.NoSuchPropertyException
 
status() - Method in exception org.neo4j.server.rest.web.PropertyValueException
 
status() - Method in exception org.neo4j.server.security.auth.exception.ConcurrentModificationException
 
status() - Method in exception org.neo4j.server.security.auth.exception.IllegalUsernameException
 
STEP_SIZE - Static variable in class org.neo4j.server.rrd.RrdFactory
 
stop() - Method in class org.neo4j.server.AbstractNeoServer
Deprecated.
 
stop() - Method in class org.neo4j.server.Bootstrapper
Deprecated.
 
stop() - Method in class org.neo4j.server.database.CypherExecutor
 
stop() - Method in class org.neo4j.server.database.LifecycleManagingDatabase
 
stop() - Method in class org.neo4j.server.modules.AuthorizationModule
 
stop() - Method in class org.neo4j.server.modules.DBMSModule
 
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.ThirdPartyJAXRSModule
 
stop() - Method in class org.neo4j.server.modules.WebAdminModule
 
stop() - Method in interface org.neo4j.server.NeoServer
Deprecated.
 
stop() - Method in interface org.neo4j.server.plugins.SPIPluginLifecycle
 
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
 
stopJobs() - Method in class org.neo4j.server.RoundRobinJobScheduler
Deprecated.
 
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 class org.neo4j.server.rest.management.console.SessionFactoryImpl
 
supportedEngines() - Method in interface org.neo4j.server.webadmin.console.ConsoleSessionFactory
 
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
 
terminate(long) - Method in class org.neo4j.server.rest.transactional.TransactionFacade
 
terminate() - Method in class org.neo4j.server.rest.transactional.TransactionHandle
 
terminate(long) - Method in class org.neo4j.server.rest.transactional.TransactionHandleRegistry
 
terminate(long) - Method in interface org.neo4j.server.rest.transactional.TransactionRegistry
 
terminate() - Method in interface org.neo4j.server.rest.transactional.TransactionTerminationHandle
 
terminate() - Method in class org.neo4j.server.rest.transactional.TransactionTerminator
 
third_party_packages - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
THIRD_PARTY_PACKAGES_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
ThirdPartyJAXRSModule - Class in org.neo4j.server.modules
 
ThirdPartyJAXRSModule(WebServer, Config, LogProvider, 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
 
tls_certificate_file - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
tls_key_file - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
toJSON() - Method in class org.neo4j.server.rest.batch.BatchOperationResults
 
toNeo4jError() - Method in exception org.neo4j.server.rest.transactional.error.TransactionLifecycleException
 
TOO_MANY - Static variable in class org.neo4j.server.rest.web.CustomStatusType
 
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.configuration.HttpLogSetting
 
toString() - Method in class org.neo4j.server.rest.dbms.AuthorizedRequestWrapper
 
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.transactional.error.Neo4jError
 
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.rest.web.ServerQuerySession
 
toString() - Method in class org.neo4j.server.security.auth.Credential
 
toString() - Method in class org.neo4j.server.security.auth.User
 
toStringForThirdPartyPackageProperty(List<ThirdPartyJaxRsPackage>) - Static method in class org.neo4j.server.configuration.ConfigurationBuilder.ConfiguratorWrappingConfigurationBuilder
Deprecated.
 
TRANSACTION_TIMEOUT - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
transaction_timeout - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
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, 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, QueryExecutionEngine, TransactionRegistry, LogProvider) - 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, QueryExecutionEngine, TransactionRegistry, TransactionUriScheme, LogProvider, QuerySessionProvider) - Constructor for class org.neo4j.server.rest.transactional.TransactionHandle
 
TransactionHandleRegistry - Class in org.neo4j.server.rest.transactional
 
TransactionHandleRegistry(Clock, long, LogProvider) - 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 Status.Code.
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
 
TransactionTerminationHandle - Interface in org.neo4j.server.rest.transactional
 
TransactionTerminator - Class in org.neo4j.server.rest.transactional
 
TransactionTerminator(Transaction) - Constructor for class org.neo4j.server.rest.transactional.TransactionTerminator
 
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
 
translateToServerStartupError(Throwable) - Static method in class org.neo4j.server.exception.ServerStartupErrors
 
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(String) - Constructor for exception org.neo4j.server.rrd.UnableToSampleException
 
UnableToSampleException(String, Exception) - Constructor for exception org.neo4j.server.rrd.UnableToSampleException
 
unauthorized(Representation, String) - Method in class org.neo4j.server.rest.repr.OutputFormat
 
UNPROCESSABLE - Static variable in class org.neo4j.server.rest.web.CustomStatusType
 
update(User, User) - Method in class org.neo4j.server.security.auth.FileUserRepository
 
update(User, User) - Method in interface org.neo4j.server.security.auth.UserRepository
Update a user, given that the users token is unique.
updateSample() - Method in class org.neo4j.server.rrd.RrdSamplerImpl
 
UpgradeDisallowedStartupException - Exception in org.neo4j.server.exception
 
UpgradeDisallowedStartupException(UpgradeNotAllowedException) - Constructor for exception org.neo4j.server.exception.UpgradeDisallowedStartupException
 
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
 
user() - Method in class org.neo4j.server.rest.repr.AuthorizationRepresentation
 
User - Class in org.neo4j.server.security.auth
Controls authorization and authentication for an individual user.
User(String, Credential, boolean) - Constructor for class org.neo4j.server.security.auth.User
 
User.Builder - Class in org.neo4j.server.security.auth
 
User.Builder() - Constructor for class org.neo4j.server.security.auth.User.Builder
 
User.Builder(User) - Constructor for class org.neo4j.server.security.auth.User.Builder
 
UserRepository - Interface in org.neo4j.server.security.auth
A component that can store and retrieve users.
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
 
UserSerialization - Class in org.neo4j.server.security.auth
Serializes user authorization and authentication data to a format similar to unix passwd files.
UserSerialization() - Constructor for class org.neo4j.server.security.auth.UserSerialization
 
UserSerialization.FormatException - Exception in org.neo4j.server.security.auth
 
UserService - Class in org.neo4j.server.rest.dbms
 
UserService(AuthManager, InputFormat, OutputFormat) - Constructor for class org.neo4j.server.rest.dbms.UserService
 

V

validateKeys(Map<String, T>, String...) - Static method in class org.neo4j.server.rest.repr.DefaultFormat
 
value(Object) - Static method in class org.neo4j.server.rest.repr.PropertiesRepresentation
 
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.
valueOf(String) - Static method in enum org.neo4j.server.security.auth.AuthenticationResult
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum org.neo4j.server.security.auth.AuthenticationResult
Returns an array containing the constants of this enum type, in the order they are declared.
VersionAndEditionService - Class in org.neo4j.server.rest.management
 
VersionAndEditionService(NeoServer) - Constructor for class org.neo4j.server.rest.management.VersionAndEditionService
 
visibleToScripts(String) - Method in class org.neo4j.server.scripting.javascript.WhiteListClassShutter
 

W

WADL_ENABLED - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
wadl_enabled - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
warn(String, Object...) - Method in class org.neo4j.server.logging.JettyLogBridge
 
warn(Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
warn(String, Throwable) - Method in class org.neo4j.server.logging.JettyLogBridge
 
WEB_SERVER_STARTUP_ERROR_CODE - Static variable in class org.neo4j.server.Bootstrapper
Deprecated.
 
webadmin_enabled - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
WebAdminModule - Class in org.neo4j.server.modules
 
WebAdminModule(WebServer, Config) - Constructor for class org.neo4j.server.modules.WebAdminModule
 
WebServer - Interface in org.neo4j.server.web
 
webserver_address - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
WEBSERVER_ADDRESS_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
WEBSERVER_ENABLE_STATISTICS_COLLECTION - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
webserver_https_cert_path - Static variable in interface org.neo4j.server.configuration.ServerSettings
Deprecated.
WEBSERVER_HTTPS_CERT_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
webserver_https_enabled - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
WEBSERVER_HTTPS_ENABLED_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
webserver_https_key_path - Static variable in interface org.neo4j.server.configuration.ServerSettings
Deprecated.
WEBSERVER_HTTPS_KEY_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
webserver_https_port - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
WEBSERVER_HTTPS_PORT_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
WEBSERVER_KEYSTORE_PATH_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
webserver_limit_execution_time - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
WEBSERVER_LIMIT_EXECUTION_TIME_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
webserver_max_threads - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
WEBSERVER_MAX_THREADS_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
webserver_port - Static variable in interface org.neo4j.server.configuration.ServerSettings
 
WEBSERVER_PORT_PROPERTY_KEY - Static variable in interface org.neo4j.server.configuration.Configurator
Deprecated.
 
webserver_statistics_collection_enabled - Static variable in class org.neo4j.server.web.ServerInternalSettings
 
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
 
withCredentials(Credential) - Method in class org.neo4j.server.security.auth.User.Builder
 
withName(String) - Method in class org.neo4j.server.security.auth.User.Builder
 
withRequiredPasswordChange(boolean) - Method in class org.neo4j.server.security.auth.User.Builder
 
wrapAsJavaObject(Context, Scriptable, Object, Class) - Method in class org.neo4j.server.scripting.javascript.WhiteListJavaWrapper
 
WrappedDatabase - Class in org.neo4j.server.database
 
WrappedDatabase(GraphDatabaseAPI) - Constructor for class org.neo4j.server.database.WrappedDatabase
 
wrappedDatabase(GraphDatabaseAPI) - Static method in class org.neo4j.server.database.WrappedDatabase
 
WrappingNeoServer - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release. Please use Neo4j Server and plugins or un-managed extensions for bespoke solutions.
WrappingNeoServer(GraphDatabaseAPI) - Constructor for class org.neo4j.server.WrappingNeoServer
Deprecated.
 
WrappingNeoServer(GraphDatabaseAPI, Configurator) - Constructor for class org.neo4j.server.WrappingNeoServer
Deprecated.
WrappingNeoServer(GraphDatabaseAPI, ConfigurationBuilder) - Constructor for class org.neo4j.server.WrappingNeoServer
Deprecated.
WrappingNeoServerBootstrapper - Class in org.neo4j.server
Deprecated.
This class is for internal use only and will be moved to an internal package in a future release. Please use Neo4j Server and plugins or un-managed extensions for bespoke solutions.
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.
write(Representation, RepresentationFormat, URI) - Static method in class org.neo4j.server.rest.repr.OutputFormat
 
write(JsonGenerator, Iterable<String>, Result.ResultRow) - 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) - Static method in class org.neo4j.server.rest.domain.JsonHelper
 
writeValue(JsonGenerator, Object) - Method in class org.neo4j.server.rest.transactional.Neo4jJsonCodec
 
wwwAuthenticateHeader() - Method in interface org.neo4j.server.rest.security.SecurityRule
 

X

X_FORWARD_HOST_HEADER_KEY - Static variable in class org.neo4j.server.web.XForwardUtil
 
X_FORWARD_PROTO_HEADER_KEY - Static variable in class org.neo4j.server.web.XForwardUtil
 
XForwardFilter - Class in org.neo4j.server.web
Changes the value of the base and request URIs to match the provided X-Forwarded-Host and X-Forwarded-Proto header values.
XForwardFilter() - Constructor for class org.neo4j.server.web.XForwardFilter
 
XForwardUtil - Class in org.neo4j.server.web
 
XForwardUtil() - Constructor for class org.neo4j.server.web.XForwardUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

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