A B C D E F G I J K L N O P Q R S U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addEdge(String, List<EdgeRequest>) - Method in interface com.alibaba.graphscope.interactive.client.EdgeInterface
- addEdge(String, List<EdgeRequest>) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- addVertex(String, VertexEdgeRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- addVertex(String, VertexEdgeRequest) - Method in interface com.alibaba.graphscope.interactive.client.VertexInterface
B
- badRequest(String) - Static method in class com.alibaba.graphscope.interactive.client.common.Status
- build() - Method in class com.alibaba.graphscope.interactive.client.common.Config.ConfigBuilder
- bulkLoading(String, SchemaMapping) - Method in interface com.alibaba.graphscope.interactive.client.GraphInterface
- bulkLoading(String, SchemaMapping) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
C
- callProcedure(StoredProcedure.Query) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedure(StoredProcedure.Query) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedure(QueryRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedure(QueryRequest) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedure(String, StoredProcedure.Query) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedure(String, StoredProcedure.Query) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedure(String, QueryRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedure(String, QueryRequest) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedureAsync(StoredProcedure.Query) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedureAsync(StoredProcedure.Query) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedureAsync(QueryRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedureAsync(QueryRequest) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedureAsync(String, StoredProcedure.Query) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedureAsync(String, StoredProcedure.Query) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedureAsync(String, QueryRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedureAsync(String, QueryRequest) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedureRaw(byte[]) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedureRaw(byte[]) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedureRaw(String, byte[]) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
-
Call procedure with raw bytes.
- callProcedureRaw(String, byte[]) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedureRawAsync(byte[]) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedureRawAsync(byte[]) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- callProcedureRawAsync(String, byte[]) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- callProcedureRawAsync(String, byte[]) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- cancelJob(String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- cancelJob(String) - Method in interface com.alibaba.graphscope.interactive.client.JobInterface
- close() - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
-
Closes this resource, relinquishing any underlying resources.
- com.alibaba.graphscope.interactive.client - package com.alibaba.graphscope.interactive.client
- com.alibaba.graphscope.interactive.client.common - package com.alibaba.graphscope.interactive.client.common
- com.alibaba.graphscope.interactive.client.impl - package com.alibaba.graphscope.interactive.client.impl
- com.alibaba.graphscope.interactive.client.utils - package com.alibaba.graphscope.interactive.client.utils
- Config - Class in com.alibaba.graphscope.interactive.client.common
- Config.ConfigBuilder - Class in com.alibaba.graphscope.interactive.client.common
- ConfigBuilder() - Constructor for class com.alibaba.graphscope.interactive.client.common.Config.ConfigBuilder
- connect() - Static method in class com.alibaba.graphscope.interactive.client.Driver
-
Connect to the interactive service with the environment variables INTERACTIVE_ADMIN_ENDPOINT, INTERACTIVE_STORED_PROC_ENDPOINT, INTERACTIVE_CYPHER_ENDPOINT, INTERACTIVE_GREMLIN_ENDPOINT
- connect(String) - Static method in class com.alibaba.graphscope.interactive.client.Driver
-
Should only be used internally.
- connect(String, String, String, String) - Static method in class com.alibaba.graphscope.interactive.client.Driver
-
Connect to the interactive service by specifying the URIs of the admin, stored procedure, cypher, and gremlin services.
- connectionPoolMaxIdle(int) - Method in class com.alibaba.graphscope.interactive.client.common.Config.ConfigBuilder
- connectionTimeout(long) - Method in class com.alibaba.graphscope.interactive.client.common.Config.ConfigBuilder
- CPP_ENCODER - com.alibaba.graphscope.interactive.client.utils.InputFormat
- createGraph(CreateGraphRequest) - Method in interface com.alibaba.graphscope.interactive.client.GraphInterface
- createGraph(CreateGraphRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- createProcedure(String, CreateProcedureRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- createProcedure(String, CreateProcedureRequest) - Method in interface com.alibaba.graphscope.interactive.client.ProcedureInterface
- CYPHER_JSON - com.alibaba.graphscope.interactive.client.utils.InputFormat
- CYPHER_PROTO_ADHOC - com.alibaba.graphscope.interactive.client.utils.InputFormat
- CYPHER_PROTO_PROCEDURE - com.alibaba.graphscope.interactive.client.utils.InputFormat
D
- Decoder - Class in com.alibaba.graphscope.interactive.client.utils
- Decoder(byte[]) - Constructor for class com.alibaba.graphscope.interactive.client.utils.Decoder
- DEFAULT_READ_TIMEOUT - Static variable in class com.alibaba.graphscope.interactive.client.common.Config
- DEFAULT_WRITE_TIMEOUT - Static variable in class com.alibaba.graphscope.interactive.client.common.Config
- DefaultSession - Class in com.alibaba.graphscope.interactive.client.impl
-
A default implementation of the GraphScope interactive session interface.
- deleteEdge(String, String, Object, String, Object) - Method in interface com.alibaba.graphscope.interactive.client.EdgeInterface
- deleteEdge(String, String, Object, String, Object) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- deleteGraph(String) - Method in interface com.alibaba.graphscope.interactive.client.GraphInterface
- deleteGraph(String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- deleteProcedure(String, String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- deleteProcedure(String, String) - Method in interface com.alibaba.graphscope.interactive.client.ProcedureInterface
- deleteVertex(String, String, Object) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- deleteVertex(String, String, Object) - Method in interface com.alibaba.graphscope.interactive.client.VertexInterface
- Driver - Class in com.alibaba.graphscope.interactive.client
-
The entrypoint for all graphscope operations.
E
- EdgeInterface - Interface in com.alibaba.graphscope.interactive.client
-
Interface for Create/Read/Update/Delete edge.
- empty() - Method in class com.alibaba.graphscope.interactive.client.utils.Decoder
- enableTracing(boolean) - Method in class com.alibaba.graphscope.interactive.client.common.Config.ConfigBuilder
- Encoder - Class in com.alibaba.graphscope.interactive.client.utils
- Encoder(byte[]) - Constructor for class com.alibaba.graphscope.interactive.client.utils.Encoder
- error(String) - Static method in class com.alibaba.graphscope.interactive.client.common.Result
F
- fromException(ApiException) - Static method in class com.alibaba.graphscope.interactive.client.common.Result
- fromException(ApiException) - Static method in class com.alibaba.graphscope.interactive.client.common.Status
- fromResponse(ApiResponse<T>) - Static method in class com.alibaba.graphscope.interactive.client.common.Result
- fromResponse(ApiResponse<T>) - Static method in class com.alibaba.graphscope.interactive.client.common.Status
G
- get_byte() - Method in class com.alibaba.graphscope.interactive.client.utils.Decoder
- get_int() - Method in class com.alibaba.graphscope.interactive.client.utils.Decoder
- get_int(byte[], int) - Static method in class com.alibaba.graphscope.interactive.client.utils.Decoder
- get_long() - Method in class com.alibaba.graphscope.interactive.client.utils.Decoder
- get_long(byte[], int) - Static method in class com.alibaba.graphscope.interactive.client.utils.Decoder
- get_string() - Method in class com.alibaba.graphscope.interactive.client.utils.Decoder
- getAllGraphs() - Method in interface com.alibaba.graphscope.interactive.client.GraphInterface
- getAllGraphs() - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getCode() - Method in class com.alibaba.graphscope.interactive.client.common.Status
- getConnectionTimeout() - Method in class com.alibaba.graphscope.interactive.client.common.Config
- getDefaultSession() - Method in class com.alibaba.graphscope.interactive.client.Driver
- getEdge(String, String, String, Object, String, Object) - Method in interface com.alibaba.graphscope.interactive.client.EdgeInterface
- getEdge(String, String, String, Object, String, Object) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getGraphMeta(String) - Method in interface com.alibaba.graphscope.interactive.client.GraphInterface
- getGraphMeta(String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getGraphSchema(String) - Method in interface com.alibaba.graphscope.interactive.client.GraphInterface
- getGraphSchema(String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getGraphStatistics(String) - Method in interface com.alibaba.graphscope.interactive.client.GraphInterface
- getGraphStatistics(String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getGremlinClient() - Method in class com.alibaba.graphscope.interactive.client.Driver
- getGremlinEndpoint() - Method in class com.alibaba.graphscope.interactive.client.Driver
-
Get the gremlin endpoint.
- getJobStatus(String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getJobStatus(String) - Method in interface com.alibaba.graphscope.interactive.client.JobInterface
- getKeepAliveDuration() - Method in class com.alibaba.graphscope.interactive.client.common.Config
- getMaxIdleConnections() - Method in class com.alibaba.graphscope.interactive.client.common.Config
- getMessage() - Method in class com.alibaba.graphscope.interactive.client.common.Status
- getNeo4jEndpoint() - Method in class com.alibaba.graphscope.interactive.client.Driver
- getNeo4jSession() - Method in class com.alibaba.graphscope.interactive.client.Driver
-
Create a neo4j session with default session config.
- getNeo4jSession(SessionConfig) - Method in class com.alibaba.graphscope.interactive.client.Driver
-
Create a neo4j session with the given session config.
- getProcedure(String, String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getProcedure(String, String) - Method in interface com.alibaba.graphscope.interactive.client.ProcedureInterface
- getReadTimeout() - Method in class com.alibaba.graphscope.interactive.client.common.Config
- getServiceStatus() - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getServiceStatus() - Method in interface com.alibaba.graphscope.interactive.client.QueryServiceInterface
- getStatus() - Method in class com.alibaba.graphscope.interactive.client.common.Result
- getStatusCode() - Method in class com.alibaba.graphscope.interactive.client.common.Result
- getStatusMessage() - Method in class com.alibaba.graphscope.interactive.client.common.Result
- getValue() - Method in class com.alibaba.graphscope.interactive.client.common.Result
- getVertex(String, String, Object) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- getVertex(String, String, Object) - Method in interface com.alibaba.graphscope.interactive.client.VertexInterface
- getWriteTimeout() - Method in class com.alibaba.graphscope.interactive.client.common.Config
- GraphInterface - Interface in com.alibaba.graphscope.interactive.client
-
All APIs about Graph Creation/Deletion/Updating/Getting, and dataloading.
I
- InputFormat - Enum in com.alibaba.graphscope.interactive.client.utils
-
Enum representing various input formats for the Interactive SDK to submit queries to the Query service.
- isEnableTracing() - Method in class com.alibaba.graphscope.interactive.client.common.Config
- isOk() - Method in class com.alibaba.graphscope.interactive.client.common.Result
- IsOk() - Method in class com.alibaba.graphscope.interactive.client.common.Status
J
- JobInterface - Interface in com.alibaba.graphscope.interactive.client
-
Get/Cancel/List jobs.
K
- keepAliveDuration(long) - Method in class com.alibaba.graphscope.interactive.client.common.Config.ConfigBuilder
L
- listJobs() - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- listJobs() - Method in interface com.alibaba.graphscope.interactive.client.JobInterface
- listProcedures(String) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- listProcedures(String) - Method in interface com.alibaba.graphscope.interactive.client.ProcedureInterface
N
- newBuilder() - Static method in class com.alibaba.graphscope.interactive.client.common.Config
- newInstance(String) - Static method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- newInstance(String, Config) - Static method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- newInstance(String, String) - Static method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- newInstance(String, String, Config) - Static method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
O
- ok(String) - Static method in class com.alibaba.graphscope.interactive.client.common.Status
- ok(T) - Static method in class com.alibaba.graphscope.interactive.client.common.Result
- Ok() - Static method in class com.alibaba.graphscope.interactive.client.common.Status
P
- ProcedureInterface - Interface in com.alibaba.graphscope.interactive.client
-
All APIs about procedure management.
- put_byte(byte) - Method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- put_bytes(byte[]) - Method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- put_double(double) - Method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- put_int(int) - Method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- put_long(long) - Method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- put_string(String) - Method in class com.alibaba.graphscope.interactive.client.utils.Encoder
Q
- QueryInterface - Interface in com.alibaba.graphscope.interactive.client
- queryInterfaceOnly(String, Config) - Static method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
-
Create defaultSession in stored procedure only mode, which means the session will only connect to query service, for launching queries.
- QueryServiceInterface - Interface in com.alibaba.graphscope.interactive.client
-
Manage the query interface.
- queryServiceOnly(String) - Static method in class com.alibaba.graphscope.interactive.client.Driver
- queryServiceOnly(String, Config) - Static method in class com.alibaba.graphscope.interactive.client.Driver
R
- readTimeout(long) - Method in class com.alibaba.graphscope.interactive.client.common.Config.ConfigBuilder
- restartService() - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- restartService() - Method in interface com.alibaba.graphscope.interactive.client.QueryServiceInterface
- Result<T> - Class in com.alibaba.graphscope.interactive.client.common
-
A class which wrap the result of the API
- Result(Status) - Constructor for class com.alibaba.graphscope.interactive.client.common.Result
- Result(Status, T) - Constructor for class com.alibaba.graphscope.interactive.client.common.Result
- Result(T) - Constructor for class com.alibaba.graphscope.interactive.client.common.Result
- runAdhocQuery(GraphAlgebraPhysical.PhysicalPlan) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
-
Submit a adhoc query, represented via physical plan.
- runAdhocQuery(GraphAlgebraPhysical.PhysicalPlan) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
-
Submit a adhoc query, represented via physical plan.
- runAdhocQuery(String, GraphAlgebraPhysical.PhysicalPlan) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
-
Submit a adhoc query, represented via physical plan.
- runAdhocQuery(String, GraphAlgebraPhysical.PhysicalPlan) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
-
Submit a adhoc query, represented via physical plan.
- runAdhocQueryAsync(GraphAlgebraPhysical.PhysicalPlan) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- runAdhocQueryAsync(GraphAlgebraPhysical.PhysicalPlan) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
- runAdhocQueryAsync(String, GraphAlgebraPhysical.PhysicalPlan) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- runAdhocQueryAsync(String, GraphAlgebraPhysical.PhysicalPlan) - Method in interface com.alibaba.graphscope.interactive.client.QueryInterface
S
- serialize_byte(byte[], int, byte) - Static method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- serialize_bytes(byte[], int, byte[]) - Static method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- serialize_double(byte[], int, double) - Static method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- serialize_int(byte[], int, int) - Static method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- serialize_long(byte[], int, long) - Static method in class com.alibaba.graphscope.interactive.client.utils.Encoder
- serverInternalError(String) - Static method in class com.alibaba.graphscope.interactive.client.common.Status
- session() - Method in class com.alibaba.graphscope.interactive.client.Driver
-
Create a GraphScope session
- session(Config) - Method in class com.alibaba.graphscope.interactive.client.Driver
- Session - Interface in com.alibaba.graphscope.interactive.client
- startService(StartServiceRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- startService(StartServiceRequest) - Method in interface com.alibaba.graphscope.interactive.client.QueryServiceInterface
- Status - Class in com.alibaba.graphscope.interactive.client.common
-
Mapping http status code to our status code, along with a message
- Status() - Constructor for class com.alibaba.graphscope.interactive.client.common.Status
- Status(Code, String) - Constructor for class com.alibaba.graphscope.interactive.client.common.Status
- stopService(StopServiceRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- stopService(StopServiceRequest) - Method in interface com.alibaba.graphscope.interactive.client.QueryServiceInterface
U
- updateEdge(String, EdgeRequest) - Method in interface com.alibaba.graphscope.interactive.client.EdgeInterface
- updateEdge(String, EdgeRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- updateProcedure(String, String, UpdateProcedureRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- updateProcedure(String, String, UpdateProcedureRequest) - Method in interface com.alibaba.graphscope.interactive.client.ProcedureInterface
- updateVertex(String, VertexRequest) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
- updateVertex(String, VertexRequest) - Method in interface com.alibaba.graphscope.interactive.client.VertexInterface
- uploadFile(File) - Method in class com.alibaba.graphscope.interactive.client.impl.DefaultSession
-
Upload a file to the server.
- uploadFile(File) - Method in interface com.alibaba.graphscope.interactive.client.UtilsInterface
- UtilsInterface - Interface in com.alibaba.graphscope.interactive.client
V
- valueOf(String) - Static method in enum com.alibaba.graphscope.interactive.client.utils.InputFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.alibaba.graphscope.interactive.client.utils.InputFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VertexInterface - Interface in com.alibaba.graphscope.interactive.client
-
Create/Update/Read/Delete vertex
W
- writeTimeout(long) - Method in class com.alibaba.graphscope.interactive.client.common.Config.ConfigBuilder
All Classes All Packages