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

A

about() - Method in class org.apache.hugegraph.controller.AboutController
 
AboutController - Class in org.apache.hugegraph.controller
 
AboutController() - Constructor for class org.apache.hugegraph.controller.AboutController
 
add(PropertyKeyEntity, ConflictStatus) - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
add(PropertyIndex, ConflictStatus) - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
add(VertexLabelEntity, ConflictStatus) - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
add(EdgeLabelEntity, ConflictStatus) - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
add(String) - Method in class org.apache.hugegraph.service.license.LicenseService.VerifyResult
 
add(EdgeLabelEntity, int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
add(PropertyKeyEntity, int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
add(VertexLabelEntity, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
addBatch(List<EdgeLabel>, HugeClient) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
addBatch(List<IndexLabel>, HugeClient) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
addBatch(List<PropertyKey>, HugeClient) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
addBatch(List<T>, HugeClient, BiConsumer<HugeClient, T>, SchemaType) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
addBatch(List<T>, HugeClient, BiFunction<HugeClient, T, Long>, SchemaType) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
addBatch(List<VertexLabel>, HugeClient) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
addEdge(int, EdgeEntity) - Method in class org.apache.hugegraph.controller.graph.GraphController
 
addEdge(int, EdgeEntity) - Method in class org.apache.hugegraph.service.graph.GraphService
 
addEdgeMapping(int, int, EdgeMapping) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
addInterceptors(InterceptorRegistry) - Method in class org.apache.hugegraph.config.WebMvcConfig
 
addVertex(int, VertexEntity) - Method in class org.apache.hugegraph.controller.graph.GraphController
 
addVertex(int, VertexEntity) - Method in class org.apache.hugegraph.service.graph.GraphService
 
addVertexMapping(int, int, VertexMapping) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
addViewControllers(ViewControllerRegistry) - Method in class org.apache.hugegraph.config.WebMvcConfig
 
AdjacentQuery - Class in org.apache.hugegraph.entity.query
 
AdjacentQuery() - Constructor for class org.apache.hugegraph.entity.query.AdjacentQuery
 
AdjacentQuery.Condition - Class in org.apache.hugegraph.entity.query
 
anyPropertyIndexConflict(Collection<String>) - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
anyPropertyKeyConflict(Collection<String>) - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
anyVertexLabelConflict(Collection<String>) - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
API_V1_1 - Static variable in class org.apache.hugegraph.common.Constant
 
API_V1_2 - Static variable in class org.apache.hugegraph.common.Constant
 
API_VERSION - Static variable in class org.apache.hugegraph.common.Constant
 
args() - Method in exception org.apache.hugegraph.exception.IllegalGremlinException
 
args() - Method in exception org.apache.hugegraph.exception.ParameterizedException
 
AsyncConfig - Class in org.apache.hugegraph.config
 
AsyncConfig() - Constructor for class org.apache.hugegraph.config.AsyncConfig
 
AsyncTask - Class in org.apache.hugegraph.entity.task
 
AsyncTask() - Constructor for class org.apache.hugegraph.entity.task.AsyncTask
 
AsyncTaskController - Class in org.apache.hugegraph.controller.task
 
AsyncTaskController(AsyncTaskService) - Constructor for class org.apache.hugegraph.controller.task.AsyncTaskController
 
AsyncTaskMapper - Interface in org.apache.hugegraph.mapper.algorithm
 
AsyncTaskResult - Class in org.apache.hugegraph.entity.task
 
AsyncTaskResult() - Constructor for class org.apache.hugegraph.entity.task.AsyncTaskResult
 
AsyncTaskService - Class in org.apache.hugegraph.service.algorithm
 
AsyncTaskService() - Constructor for class org.apache.hugegraph.service.algorithm.AsyncTaskService
 
AsyncTaskStatus - Enum in org.apache.hugegraph.entity.enums
 

B

BaseController - Class in org.apache.hugegraph.controller
 
BaseController() - Constructor for class org.apache.hugegraph.controller.BaseController
 
batchTasks(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.apache.hugegraph.handler.ResponseAdvisor
 

C

CacheConfig - Class in org.apache.hugegraph.config
 
CacheConfig() - Constructor for class org.apache.hugegraph.config.CacheConfig
 
CacheConfig.Caches - Enum in org.apache.hugegraph.config
 
caffeineCacheManager() - Method in class org.apache.hugegraph.config.CacheConfig
 
cancel(int, int) - Method in class org.apache.hugegraph.controller.task.AsyncTaskController
 
cancel(int, int) - Method in class org.apache.hugegraph.service.algorithm.AsyncTaskService
 
changeFormatIfNeeded() - Method in class org.apache.hugegraph.entity.load.FileSetting
 
CHARSET - Static variable in class org.apache.hugegraph.common.Constant
 
check(boolean, String, Object...) - Static method in class org.apache.hugegraph.util.Ex
 
check(boolean, int, String, Object...) - Static method in class org.apache.hugegraph.util.Ex
 
check(boolean, Callable<Boolean>, String, Object...) - Static method in class org.apache.hugegraph.util.Ex
 
check(boolean, String, Throwable, Object...) - Static method in class org.apache.hugegraph.util.Ex
 
check(boolean, Callable<Boolean>, String, Throwable, Object...) - Static method in class org.apache.hugegraph.util.Ex
 
check() - Static method in class org.apache.hugegraph.version.HubbleVersion
 
checkConflict(int, int, ConflictCheckEntity) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
 
checkConflict(int, ConflictCheckEntity) - Method in class org.apache.hugegraph.controller.schema.PropertyKeyController
 
checkConflict(ConflictCheckEntity, int, boolean) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
checkConflict(List<PropertyIndex>, ConflictDetail, int, boolean) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
checkConflict(PropertyIndex, int) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
checkConflict(ConflictCheckEntity, int, boolean) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
checkConflict(List<PropertyKeyEntity>, ConflictDetail, int, boolean) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
checkConflict(ConflictCheckEntity, int, boolean) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
checkConflict(List<VertexLabelEntity>, ConflictDetail, int, boolean) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
checkConflicts(int, int, ConflictCheckEntity) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
checkContentLength(String) - Static method in class org.apache.hugegraph.controller.query.GremlinController
 
checkExist(String, int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
checkExist(String, int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
checkExist(String, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
checkIdSameAsBody(Object, Identifiable) - Method in class org.apache.hugegraph.controller.BaseController
 
checkNotExist(String, int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
checkNotExist(String, int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
checkNotExist(String, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
checkParamsNotEmpty(String, String, boolean) - Method in class org.apache.hugegraph.controller.BaseController
 
checkParamsNotEmpty(String, List<?>) - Method in class org.apache.hugegraph.controller.BaseController
 
checkParamsValid(PropertyKeyService, LabelUpdateEntity, int) - Static method in class org.apache.hugegraph.controller.schema.SchemaController
 
checkProperties(PropertyKeyService, Set<Property>, boolean, int) - Static method in class org.apache.hugegraph.controller.schema.SchemaController
Check properties are defined
checkPropertyIndexes(SchemaLabelEntity, int) - Static method in class org.apache.hugegraph.controller.schema.SchemaController
 
checkUsing(int, UsingCheckEntity) - Method in class org.apache.hugegraph.controller.schema.PropertyKeyController
 
checkUsing(int, UsingCheckEntity) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
checkUsing(String, int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
Check the property key is being used, used means that there is any vertex label or edge label contains the property(name)
checkUsing(String, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
clear() - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
client(int) - Method in class org.apache.hugegraph.service.graph.GraphService
 
client(int) - Method in class org.apache.hugegraph.service.schema.SchemaService
 
CLIENT_REQUEST_TIMEOUT - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
CLIENT_TRUSTSTORE_FILE - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
CLIENT_TRUSTSTORE_PASSWORD - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
collectIndexLabels(List<String>, HugeClient) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
collectIndexLabels(SchemaLabelEntity, HugeClient) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
collectNames(List<T>) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
collectProperties(SchemaLabel) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
collectPropertyIndexes(SchemaLabel, List<IndexLabel>) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
COMMON_NAME_PATTERN - Static variable in class org.apache.hugegraph.common.Constant
 
COMMON_REMARK_PATTERN - Static variable in class org.apache.hugegraph.common.Constant
 
compare(SchemaEntity, SchemaEntity) - Static method in interface org.apache.hugegraph.entity.schema.SchemaEntity
 
compareWithEachOther(ConflictDetail, SchemaType) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
compareWithOthers(int, List<SchemaConflict<T>>) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
computeSizeDuration(int) - Method in interface org.apache.hugegraph.mapper.load.JobManagerMapper
 
Condition() - Constructor for class org.apache.hugegraph.entity.query.AdjacentQuery.Condition
 
config(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.hugegraph.controller.SettingController
 
config() - Method in class org.apache.hugegraph.service.schema.SchemaService
 
CONFIG_FILE - Static variable in class org.apache.hugegraph.common.Constant
 
configSSL(HugeConfig, GraphConnection) - Method in class org.apache.hugegraph.service.SettingSSLService
 
configure(SpringApplicationBuilder) - Method in class org.apache.hugegraph.HugeGraphHubble
 
ConflictCheckEntity - Class in org.apache.hugegraph.entity.schema
 
ConflictCheckEntity() - Constructor for class org.apache.hugegraph.entity.schema.ConflictCheckEntity
 
ConflictDetail - Class in org.apache.hugegraph.entity.schema
 
ConflictDetail(SchemaType) - Constructor for class org.apache.hugegraph.entity.schema.ConflictDetail
 
ConflictStatus - Enum in org.apache.hugegraph.entity.schema
 
CONN_PREIFX - Static variable in class org.apache.hugegraph.service.load.FileMappingService
 
CONNECTION_IP_WHITE_LIST - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
CONNECTION_PORT_WHITE_LIST - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
Constant - Class in org.apache.hugegraph.common
 
Constant() - Constructor for class org.apache.hugegraph.common.Constant
 
CONTENT_LENGTH_LIMIT - Static variable in class org.apache.hugegraph.controller.query.GremlinController
 
CONTENT_PATTERN - Static variable in class org.apache.hugegraph.controller.query.GremlinController
 
context() - Method in class org.apache.hugegraph.entity.load.LoadTask
 
CONTROLLER_PACKAGE - Static variable in class org.apache.hugegraph.common.Constant
 
convert(HugeType) - Static method in enum org.apache.hugegraph.entity.schema.SchemaType
 
convert(IndexLabel) - Static method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
convert(PropertyIndex, HugeClient) - Static method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
convert(PropertyKey) - Static method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
convert(PropertyKeyEntity, HugeClient) - Static method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
convertIndexLabels(List<PropertyIndex>, HugeClient, boolean, String) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
COOKIE_USER - Static variable in class org.apache.hugegraph.common.Constant
 
corsFilter() - Method in class org.apache.hugegraph.config.GlobalCorsConfig
 
count() - Method in class org.apache.hugegraph.service.GraphConnectionService
 
count() - Method in class org.apache.hugegraph.service.load.JobManagerService
 
count() - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
count() - Method in class org.apache.hugegraph.service.query.GremlinCollectionService
 
countLines(String) - Static method in class org.apache.hugegraph.util.FileUtil
 
countLines(File) - Static method in class org.apache.hugegraph.util.FileUtil
NOTE: If there is no blank line at the end of the file, one line will be missing
create(GraphConnection) - Method in class org.apache.hugegraph.controller.GraphConnectionController
 
create(int, JobManager) - Method in class org.apache.hugegraph.controller.load.JobManagerController
 
create(int, int, LoadTask) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
create(int, GremlinCollection) - Method in class org.apache.hugegraph.controller.query.GremlinCollectionController
 
create(int, EdgeLabelEntity) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
 
create(int, PropertyKeyEntity) - Method in class org.apache.hugegraph.controller.schema.PropertyKeyController
 
create(int, VertexLabelEntity) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
CustomApplicationRunner - Class in org.apache.hugegraph.handler
 
CustomApplicationRunner() - Constructor for class org.apache.hugegraph.handler.CustomApplicationRunner
 
customInterceptor() - Method in class org.apache.hugegraph.config.WebMvcConfig
 
CustomInterceptor - Class in org.apache.hugegraph.handler
 
CustomInterceptor() - Constructor for class org.apache.hugegraph.handler.CustomInterceptor
 
customize(TomcatServletWebServerFactory) - Method in class org.apache.hugegraph.config.TomcatServletConfig
 

D

delete(int) - Method in class org.apache.hugegraph.controller.GraphConnectionController
 
delete(int) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
delete(int, int, String, String) - Method in class org.apache.hugegraph.controller.load.FileUploadController
 
delete(int) - Method in class org.apache.hugegraph.controller.load.JobManagerController
 
delete(int) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
delete(int, int) - Method in class org.apache.hugegraph.controller.query.ExecuteHistoryController
 
delete(int) - Method in class org.apache.hugegraph.controller.query.GremlinCollectionController
 
delete(int, List<String>) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
Delete edge label doesn't need check checkUsing
delete(int, List<String>, boolean) - Method in class org.apache.hugegraph.controller.schema.PropertyKeyController
Should request "check_using" before delete
delete(int, List<String>, boolean) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
delete(int, List<Integer>) - Method in class org.apache.hugegraph.controller.task.AsyncTaskController
 
deleteDiskFile(FileMapping) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
deleteEdgeMapping(int, String) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
deleteExceedLimit(int) - Method in interface org.apache.hugegraph.mapper.query.ExecuteHistoryMapper
 
deleteUnfinishedFile() - Method in class org.apache.hugegraph.service.load.FileMappingService
 
deleteVertexMapping(int, String) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
DelimiterDeserializer() - Constructor for class org.apache.hugegraph.entity.load.FileSetting.DelimiterDeserializer
 
DelimiterSerializer() - Constructor for class org.apache.hugegraph.entity.load.FileSetting.DelimiterSerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.apache.hugegraph.entity.load.FileSetting.DelimiterDeserializer
 
destroy() - Method in class org.apache.hugegraph.handler.HubbleDisposableBean
 
destroy() - Method in class org.apache.hugegraph.service.HugeClientPoolService
 
displayInSchemaView(int) - Method in class org.apache.hugegraph.controller.schema.SchemaController
 
DurationSerializer() - Constructor for class org.apache.hugegraph.util.SerializeUtil.DurationSerializer
 

E

EDGE_HEADER - Static variable in class org.apache.hugegraph.entity.query.TableView
 
EdgeEntity - Class in org.apache.hugegraph.entity.graph
 
EdgeEntity() - Constructor for class org.apache.hugegraph.entity.graph.EdgeEntity
 
EdgeLabelController - Class in org.apache.hugegraph.controller.schema
 
EdgeLabelController() - Constructor for class org.apache.hugegraph.controller.schema.EdgeLabelController
 
EdgeLabelEntity - Class in org.apache.hugegraph.entity.schema
 
EdgeLabelEntity() - Constructor for class org.apache.hugegraph.entity.schema.EdgeLabelEntity
 
EdgeLabelService - Class in org.apache.hugegraph.service.schema
 
EdgeLabelService() - Constructor for class org.apache.hugegraph.service.schema.EdgeLabelService
 
EdgeLabelStyle - Class in org.apache.hugegraph.entity.schema
 
EdgeLabelStyle() - Constructor for class org.apache.hugegraph.entity.schema.EdgeLabelStyle
 
EdgeLabelStyle(String, Boolean, EdgeLabelStyle.LineType, EdgeLabelStyle.Thickness, List<String>, List<String>) - Constructor for class org.apache.hugegraph.entity.schema.EdgeLabelStyle
 
EdgeLabelStyle.LineType - Enum in org.apache.hugegraph.entity.schema
 
EdgeLabelStyle.Thickness - Enum in org.apache.hugegraph.entity.schema
 
EdgeLabelUpdateEntity - Class in org.apache.hugegraph.entity.schema
 
EdgeLabelUpdateEntity() - Constructor for class org.apache.hugegraph.entity.schema.EdgeLabelUpdateEntity
 
EdgeMapping - Class in org.apache.hugegraph.entity.load
 
EdgeMapping() - Constructor for class org.apache.hugegraph.entity.load.EdgeMapping
 
EdgeMappingTypeHandler - Class in org.apache.hugegraph.handler
 
EdgeMappingTypeHandler() - Constructor for class org.apache.hugegraph.handler.EdgeMappingTypeHandler
 
EdgeSerializer() - Constructor for class org.apache.hugegraph.config.JacksonConfig.EdgeSerializer
 
EDITION_COMMERCIAL - Static variable in class org.apache.hugegraph.common.Constant
 
EDITION_COMMUNITY - Static variable in class org.apache.hugegraph.common.Constant
 
ElementMapping - Class in org.apache.hugegraph.entity.load
 
ElementMapping() - Constructor for class org.apache.hugegraph.entity.load.ElementMapping
 
EMPTY - Static variable in class org.apache.hugegraph.entity.query.GraphView
 
EMPTY - Static variable in class org.apache.hugegraph.entity.query.JsonView
 
EMPTY - Static variable in class org.apache.hugegraph.entity.query.TableView
 
EntityUtil - Class in org.apache.hugegraph.util
 
EntityUtil() - Constructor for class org.apache.hugegraph.util.EntityUtil
 
equalCollection(Collection<?>, Collection<?>) - Static method in class org.apache.hugegraph.util.HubbleUtil
 
equals(Object) - Method in class org.apache.hugegraph.entity.load.EdgeMapping
 
equals(Object) - Method in class org.apache.hugegraph.entity.load.VertexMapping
 
equals(Object) - Method in class org.apache.hugegraph.entity.schema.EdgeLabelEntity
 
equals(Object) - Method in class org.apache.hugegraph.entity.schema.PropertyIndex
 
equals(Object) - Method in class org.apache.hugegraph.entity.schema.PropertyKeyEntity
 
equals(Object) - Method in class org.apache.hugegraph.entity.schema.VertexLabelEntity
 
escape(Object) - Static method in class org.apache.hugegraph.util.GremlinUtil
 
escapeId(Object) - Static method in class org.apache.hugegraph.util.GremlinUtil
 
escapeLike(String) - Static method in class org.apache.hugegraph.util.SQLUtil
 
Ex - Class in org.apache.hugegraph.util
 
Ex() - Constructor for class org.apache.hugegraph.util.Ex
 
ExceptionAdvisor - Class in org.apache.hugegraph.handler
 
ExceptionAdvisor() - Constructor for class org.apache.hugegraph.handler.ExceptionAdvisor
 
exceptionHandler(InternalException) - Method in class org.apache.hugegraph.handler.ExceptionAdvisor
 
exceptionHandler(ExternalException) - Method in class org.apache.hugegraph.handler.ExceptionAdvisor
 
exceptionHandler(GenericException) - Method in class org.apache.hugegraph.handler.ExceptionAdvisor
 
exceptionHandler(ParameterizedException) - Method in class org.apache.hugegraph.handler.ExceptionAdvisor
 
exceptionHandler(Exception) - Method in class org.apache.hugegraph.handler.ExceptionAdvisor
 
exceptionHandler(IllegalGremlinException) - Method in class org.apache.hugegraph.handler.ExceptionAdvisor
 
execute(int, GremlinQuery) - Method in class org.apache.hugegraph.controller.query.GremlinQueryController
 
execute(LoadTask, Runnable) - Method in class org.apache.hugegraph.handler.LoadTaskExecutor
 
EXECUTE_HISTORY_SHOW_LIMIT - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
executeAsyncTask(int, GremlinQuery) - Method in class org.apache.hugegraph.controller.query.GremlinQueryController
 
executeAsyncTask(int, GremlinQuery) - Method in class org.apache.hugegraph.service.query.GremlinQueryService
 
ExecuteHistory - Class in org.apache.hugegraph.entity.query
 
ExecuteHistory() - Constructor for class org.apache.hugegraph.entity.query.ExecuteHistory
 
ExecuteHistoryController - Class in org.apache.hugegraph.controller.query
 
ExecuteHistoryController() - Constructor for class org.apache.hugegraph.controller.query.ExecuteHistoryController
 
ExecuteHistoryMapper - Interface in org.apache.hugegraph.mapper.query
 
ExecuteHistoryService - Class in org.apache.hugegraph.service.query
 
ExecuteHistoryService() - Constructor for class org.apache.hugegraph.service.query.ExecuteHistoryService
 
executeQuery(int, GremlinQuery) - Method in class org.apache.hugegraph.service.query.GremlinQueryService
 
ExecuteStatus - Enum in org.apache.hugegraph.entity.enums
 
ExecuteType - Enum in org.apache.hugegraph.entity.enums
 
expand(int, AdjacentQuery) - Method in class org.apache.hugegraph.controller.query.GremlinQueryController
 
expandVertex(int, AdjacentQuery) - Method in class org.apache.hugegraph.service.query.GremlinQueryService
 
ExternalException - Exception in org.apache.hugegraph.exception
 
ExternalException(String, Object...) - Constructor for exception org.apache.hugegraph.exception.ExternalException
 
ExternalException(int, String, Object...) - Constructor for exception org.apache.hugegraph.exception.ExternalException
 
ExternalException(String, Throwable, Object...) - Constructor for exception org.apache.hugegraph.exception.ExternalException
 
ExternalException(int, String, Throwable, Object...) - Constructor for exception org.apache.hugegraph.exception.ExternalException
 
extractColumns(FileMapping) - Method in class org.apache.hugegraph.service.load.FileMappingService
 

F

FieldMappingItem - Class in org.apache.hugegraph.entity.load
 
FieldMappingItem() - Constructor for class org.apache.hugegraph.entity.load.FieldMappingItem
 
fieldMappingToMap() - Method in class org.apache.hugegraph.entity.load.ElementMapping
 
FILE_PREIFX - Static variable in class org.apache.hugegraph.service.load.FileMappingService
 
FileMapping - Class in org.apache.hugegraph.entity.load
 
FileMapping(int, String, String) - Constructor for class org.apache.hugegraph.entity.load.FileMapping
 
FileMapping(int, String, String, Date) - Constructor for class org.apache.hugegraph.entity.load.FileMapping
 
FileMappingController - Class in org.apache.hugegraph.controller.load
 
FileMappingController() - Constructor for class org.apache.hugegraph.controller.load.FileMappingController
 
FileMappingMapper - Interface in org.apache.hugegraph.mapper.load
 
FileMappingService - Class in org.apache.hugegraph.service.load
 
FileMappingService() - Constructor for class org.apache.hugegraph.service.load.FileMappingService
 
FileMappingStatus - Enum in org.apache.hugegraph.entity.enums
 
fileSetting(int, FileSetting) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
FileSetting - Class in org.apache.hugegraph.entity.load
 
FileSetting() - Constructor for class org.apache.hugegraph.entity.load.FileSetting
 
FileSetting.DelimiterDeserializer - Class in org.apache.hugegraph.entity.load
 
FileSetting.DelimiterSerializer - Class in org.apache.hugegraph.entity.load
 
fileToken(int, int, List<String>) - Method in class org.apache.hugegraph.controller.load.FileUploadController
 
FileUploadController - Class in org.apache.hugegraph.controller.load
 
FileUploadController() - Constructor for class org.apache.hugegraph.controller.load.FileUploadController
 
FileUploadResult - Class in org.apache.hugegraph.entity.load
 
FileUploadResult() - Constructor for class org.apache.hugegraph.entity.load.FileUploadResult
 
FileUploadResult.Status - Enum in org.apache.hugegraph.entity.load
 
FileUtil - Class in org.apache.hugegraph.util
 
FileUtil() - Constructor for class org.apache.hugegraph.util.FileUtil
 
filter(ConflictDetail, HugeClient) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
filter(ConflictDetail, HugeClient) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
filter(ConflictDetail, HugeClient) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
filter(ConflictDetail, HugeClient) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 

G

GENERAL_HEADER - Static variable in class org.apache.hugegraph.entity.query.TableView
 
generateFileToken(String) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
generateSimpleId() - Static method in class org.apache.hugegraph.util.HubbleUtil
 
GenericException - Exception in org.apache.hugegraph.exception
Used to wrap other unexpected exceptions like Client/ServerException, and convert them into this.
GenericException(ServerException) - Constructor for exception org.apache.hugegraph.exception.GenericException
 
GenericException(Exception) - Constructor for exception org.apache.hugegraph.exception.GenericException
 
get(int) - Method in class org.apache.hugegraph.controller.GraphConnectionController
 
get(int) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
get(int) - Method in class org.apache.hugegraph.controller.load.JobManagerController
 
get(int) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
get(int, int) - Method in class org.apache.hugegraph.controller.query.ExecuteHistoryController
 
get(int) - Method in class org.apache.hugegraph.controller.query.GremlinCollectionController
 
get(int, String) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
 
get(int, String) - Method in class org.apache.hugegraph.controller.schema.PropertyKeyController
 
get(int, String) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
get(int, int) - Method in class org.apache.hugegraph.controller.task.AsyncTaskController
 
get(int, int) - Method in class org.apache.hugegraph.service.algorithm.AsyncTaskService
 
get(int) - Method in class org.apache.hugegraph.service.GraphConnectionService
 
get(int) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
get(int, int, String) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
get(int) - Method in class org.apache.hugegraph.service.load.JobManagerService
 
get(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
get(int, int) - Method in class org.apache.hugegraph.service.query.ExecuteHistoryService
 
get(int) - Method in class org.apache.hugegraph.service.query.GremlinCollectionService
 
get(String, int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
get(String, int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
get(String, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
getAppendPropertyIndexNames() - Method in class org.apache.hugegraph.entity.schema.LabelUpdateEntity
 
getAsyncExecutor() - Method in class org.apache.hugegraph.config.AsyncConfig
 
getByName(int, String) - Method in class org.apache.hugegraph.service.query.GremlinCollectionService
 
getByName(String) - Method in class org.apache.hugegraph.service.UserInfoService
 
getConflicts(SchemaType) - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
getCreateTime() - Method in interface org.apache.hugegraph.entity.schema.Timefiable
 
getCreateTime(SchemaElement) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
getDuration() - Method in class org.apache.hugegraph.entity.load.LoadTask
 
getEdgeMapping(String) - Method in class org.apache.hugegraph.entity.load.FileMapping
 
getEdgeMappingLabels() - Method in class org.apache.hugegraph.entity.load.FileMapping
 
getElemDelimiter() - Method in class org.apache.hugegraph.entity.load.ListFormat
 
getEndSymbol() - Method in class org.apache.hugegraph.entity.load.ListFormat
 
getId() - Method in interface org.apache.hugegraph.common.Identifiable
 
getIgnoredElems() - Method in class org.apache.hugegraph.entity.load.ListFormat
 
getIndexProps() - Method in interface org.apache.hugegraph.entity.schema.SchemaLabelEntity
 
getLinkEdgeLabels(int, String) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
getLinkEdgeLabels(String, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
getLinkLabels() - Method in class org.apache.hugegraph.entity.schema.EdgeLabelEntity
 
getLoadProgress() - Method in class org.apache.hugegraph.entity.load.LoadTask
 
getLoadRate() - Method in class org.apache.hugegraph.entity.load.LoadTask
 
getMessage(String, Object...) - Method in class org.apache.hugegraph.handler.MessageSourceHandler
 
getMessage() - Method in class org.apache.hugegraph.service.license.LicenseService.VerifyResult
 
getName() - Method in interface org.apache.hugegraph.entity.schema.SchemaEntity
 
getNonNullableProps() - Method in interface org.apache.hugegraph.entity.schema.SchemaLabelEntity
 
getNullableProps() - Method in interface org.apache.hugegraph.entity.schema.SchemaLabelEntity
 
getNullableResult(ResultSet, String) - Method in class org.apache.hugegraph.handler.EdgeMappingTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.hugegraph.handler.EdgeMappingTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.hugegraph.handler.EdgeMappingTypeHandler
 
getNullableResult(ResultSet, String) - Method in class org.apache.hugegraph.handler.VertexMappingTypeHandler
 
getNullableResult(ResultSet, int) - Method in class org.apache.hugegraph.handler.VertexMappingTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class org.apache.hugegraph.handler.VertexMappingTypeHandler
 
getOptionalColors(int) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
 
getOptionalColors(int) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
getOrCreate(Integer) - Method in class org.apache.hugegraph.service.HugeClientPoolService
 
getProperties() - Method in interface org.apache.hugegraph.entity.schema.SchemaLabelEntity
 
getPropertyIndexes() - Method in interface org.apache.hugegraph.entity.schema.SchemaLabelEntity
 
getPropNames() - Method in interface org.apache.hugegraph.entity.schema.SchemaLabelEntity
 
getSchemaType() - Method in class org.apache.hugegraph.entity.schema.EdgeLabelEntity
 
getSchemaType() - Method in class org.apache.hugegraph.entity.schema.EdgeLabelUpdateEntity
 
getSchemaType() - Method in class org.apache.hugegraph.entity.schema.PropertyIndex
 
getSchemaType() - Method in class org.apache.hugegraph.entity.schema.PropertyKeyEntity
 
getSchemaType() - Method in interface org.apache.hugegraph.entity.schema.Typifiable
 
getSchemaType() - Method in class org.apache.hugegraph.entity.schema.VertexLabelEntity
 
getSchemaType() - Method in class org.apache.hugegraph.entity.schema.VertexLabelUpdateEntity
 
getStartSymbol() - Method in class org.apache.hugegraph.entity.load.ListFormat
 
getStyle() - Method in interface org.apache.hugegraph.entity.schema.SchemaLabelEntity
 
getTask(String, int) - Method in class org.apache.hugegraph.service.load.JobManagerService
 
getUploadingTokenLocks() - Method in class org.apache.hugegraph.service.load.FileMappingService
 
getValue() - Method in enum org.apache.hugegraph.entity.enums.AsyncTaskStatus
 
getValue() - Method in enum org.apache.hugegraph.entity.enums.ExecuteStatus
 
getValue() - Method in enum org.apache.hugegraph.entity.enums.ExecuteType
 
getValue() - Method in enum org.apache.hugegraph.entity.enums.FileMappingStatus
 
getValue() - Method in enum org.apache.hugegraph.entity.enums.JobStatus
 
getValue() - Method in enum org.apache.hugegraph.entity.enums.LoadAction
 
getValue() - Method in enum org.apache.hugegraph.entity.enums.LoadStatus
 
getVertexMapping(String) - Method in class org.apache.hugegraph.entity.load.FileMapping
 
getVertexMappingLabels() - Method in class org.apache.hugegraph.entity.load.FileMapping
 
GlobalCorsConfig - Class in org.apache.hugegraph.config
 
GlobalCorsConfig() - Constructor for class org.apache.hugegraph.config.GlobalCorsConfig
 
GraphConnection - Class in org.apache.hugegraph.entity
 
GraphConnection() - Constructor for class org.apache.hugegraph.entity.GraphConnection
 
GraphConnectionController - Class in org.apache.hugegraph.controller
 
GraphConnectionController() - Constructor for class org.apache.hugegraph.controller.GraphConnectionController
 
GraphConnectionMapper - Interface in org.apache.hugegraph.mapper
 
GraphConnectionService - Class in org.apache.hugegraph.service
 
GraphConnectionService() - Constructor for class org.apache.hugegraph.service.GraphConnectionService
 
GraphController - Class in org.apache.hugegraph.controller.graph
 
GraphController() - Constructor for class org.apache.hugegraph.controller.graph.GraphController
 
GraphService - Class in org.apache.hugegraph.service.graph
 
GraphService() - Constructor for class org.apache.hugegraph.service.graph.GraphService
 
GraphView - Class in org.apache.hugegraph.entity.query
 
GraphView() - Constructor for class org.apache.hugegraph.entity.query.GraphView
 
GREMLIN_BATCH_QUERY_IDS - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
GREMLIN_EDGES_TOTAL_LIMIT - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
GREMLIN_SUFFIX_LIMIT - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
GREMLIN_VERTEX_DEGREE_LIMIT - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
GremlinCollection - Class in org.apache.hugegraph.entity.query
 
GremlinCollection() - Constructor for class org.apache.hugegraph.entity.query.GremlinCollection
 
GremlinCollectionController - Class in org.apache.hugegraph.controller.query
 
GremlinCollectionController(GremlinCollectionService) - Constructor for class org.apache.hugegraph.controller.query.GremlinCollectionController
 
GremlinCollectionMapper - Interface in org.apache.hugegraph.mapper.query
 
GremlinCollectionService - Class in org.apache.hugegraph.service.query
 
GremlinCollectionService() - Constructor for class org.apache.hugegraph.service.query.GremlinCollectionService
 
GremlinController - Class in org.apache.hugegraph.controller.query
 
GremlinController() - Constructor for class org.apache.hugegraph.controller.query.GremlinController
 
GremlinQuery - Class in org.apache.hugegraph.entity.query
 
GremlinQuery() - Constructor for class org.apache.hugegraph.entity.query.GremlinQuery
 
GremlinQueryController - Class in org.apache.hugegraph.controller.query
 
GremlinQueryController() - Constructor for class org.apache.hugegraph.controller.query.GremlinQueryController
 
GremlinQueryService - Class in org.apache.hugegraph.service.query
 
GremlinQueryService() - Constructor for class org.apache.hugegraph.service.query.GremlinQueryService
 
GremlinResult - Class in org.apache.hugegraph.entity.query
 
GremlinResult() - Constructor for class org.apache.hugegraph.entity.query.GremlinResult
 
GremlinResult.Type - Enum in org.apache.hugegraph.entity.query
 
GremlinUtil - Class in org.apache.hugegraph.util
 
GremlinUtil() - Constructor for class org.apache.hugegraph.util.GremlinUtil
 

H

hasConflict() - Method in class org.apache.hugegraph.entity.schema.ConflictDetail
 
hashCode() - Method in class org.apache.hugegraph.entity.load.EdgeMapping
 
hashCode() - Method in class org.apache.hugegraph.entity.load.VertexMapping
 
hashCode() - Method in class org.apache.hugegraph.entity.schema.EdgeLabelEntity
 
hashCode() - Method in class org.apache.hugegraph.entity.schema.PropertyIndex
 
hashCode() - Method in class org.apache.hugegraph.entity.schema.PropertyKeyEntity
 
hashCode() - Method in class org.apache.hugegraph.entity.schema.VertexLabelEntity
 
HOST_PATTERN - Static variable in class org.apache.hugegraph.util.HubbleUtil
 
HubbleConfig - Class in org.apache.hugegraph.config
 
HubbleConfig() - Constructor for class org.apache.hugegraph.config.HubbleConfig
 
HubbleDisposableBean - Class in org.apache.hugegraph.handler
 
HubbleDisposableBean() - Constructor for class org.apache.hugegraph.handler.HubbleDisposableBean
 
HubbleOptions - Class in org.apache.hugegraph.options
 
HubbleUtil - Class in org.apache.hugegraph.util
 
HubbleUtil() - Constructor for class org.apache.hugegraph.util.HubbleUtil
 
HubbleVersion - Class in org.apache.hugegraph.version
 
HubbleVersion() - Constructor for class org.apache.hugegraph.version.HubbleVersion
 
HugeClientPoolService - Class in org.apache.hugegraph.service
 
HugeClientPoolService() - Constructor for class org.apache.hugegraph.service.HugeClientPoolService
 
HugeClientUtil - Class in org.apache.hugegraph.util
 
HugeClientUtil() - Constructor for class org.apache.hugegraph.util.HugeClientUtil
 
hugeConfig() - Method in class org.apache.hugegraph.config.HubbleConfig
 
HugeGraphHubble - Class in org.apache.hugegraph
 
HugeGraphHubble() - Constructor for class org.apache.hugegraph.HugeGraphHubble
 

I

Identifiable - Interface in org.apache.hugegraph.common
 
IllegalGremlinException - Exception in org.apache.hugegraph.exception
 
IllegalGremlinException(String, Object...) - Constructor for exception org.apache.hugegraph.exception.IllegalGremlinException
 
IllegalGremlinException(String, Throwable, Object...) - Constructor for exception org.apache.hugegraph.exception.IllegalGremlinException
 
initEnv() - Static method in class org.apache.hugegraph.HugeGraphHubble
 
inRunning() - Method in enum org.apache.hugegraph.entity.enums.LoadStatus
 
instance() - Static method in class org.apache.hugegraph.options.HubbleOptions
 
InternalException - Exception in org.apache.hugegraph.exception
 
InternalException(String, Object...) - Constructor for exception org.apache.hugegraph.exception.InternalException
 
InternalException(String, Throwable, Object...) - Constructor for exception org.apache.hugegraph.exception.InternalException
 
isConflicted() - Method in enum org.apache.hugegraph.entity.schema.ConflictStatus
 
isEdge() - Method in enum org.apache.hugegraph.entity.query.GremlinResult.Type
 
isEdgeLabel() - Method in enum org.apache.hugegraph.entity.schema.SchemaType
 
isEmpty() - Method in enum org.apache.hugegraph.entity.query.GremlinResult.Type
 
isGeneral() - Method in enum org.apache.hugegraph.entity.query.GremlinResult.Type
 
isGraph() - Method in enum org.apache.hugegraph.entity.query.GremlinResult.Type
 
isLoading() - Method in enum org.apache.hugegraph.entity.enums.JobStatus
 
isOpenLabelIndex() - Method in interface org.apache.hugegraph.entity.schema.SchemaLabelEntity
 
isPath() - Method in enum org.apache.hugegraph.entity.query.GremlinResult.Type
 
isPropertyIndex() - Method in enum org.apache.hugegraph.entity.schema.SchemaType
 
isPropertyKey() - Method in enum org.apache.hugegraph.entity.schema.SchemaType
 
isSetting() - Method in enum org.apache.hugegraph.entity.enums.JobStatus
 
isUploading() - Method in enum org.apache.hugegraph.entity.enums.FileMappingStatus
 
isVertex() - Method in enum org.apache.hugegraph.entity.query.GremlinResult.Type
 
isVertexLabel() - Method in enum org.apache.hugegraph.entity.schema.SchemaType
 

J

JacksonConfig - Class in org.apache.hugegraph.config
 
JacksonConfig() - Constructor for class org.apache.hugegraph.config.JacksonConfig
 
JacksonConfig.EdgeSerializer - Class in org.apache.hugegraph.config
 
JacksonConfig.ResponseSerailizer - Class in org.apache.hugegraph.config
 
JacksonConfig.VertexSerializer - Class in org.apache.hugegraph.config
 
jacksonObjectMapper(Jackson2ObjectMapperBuilder) - Method in class org.apache.hugegraph.config.JacksonConfig
 
JOB_PREIFX - Static variable in class org.apache.hugegraph.service.load.FileMappingService
 
JobManager - Class in org.apache.hugegraph.entity.load
 
JobManager() - Constructor for class org.apache.hugegraph.entity.load.JobManager
 
JobManagerController - Class in org.apache.hugegraph.controller.load
 
JobManagerController(JobManagerService) - Constructor for class org.apache.hugegraph.controller.load.JobManagerController
 
JobManagerItem - Class in org.apache.hugegraph.entity.load
 
JobManagerItem() - Constructor for class org.apache.hugegraph.entity.load.JobManagerItem
 
JobManagerMapper - Interface in org.apache.hugegraph.mapper.load
 
JobManagerReasonResult - Class in org.apache.hugegraph.entity.load
 
JobManagerReasonResult() - Constructor for class org.apache.hugegraph.entity.load.JobManagerReasonResult
 
JobManagerService - Class in org.apache.hugegraph.service.load
 
JobManagerService() - Constructor for class org.apache.hugegraph.service.load.JobManagerService
 
JobStatus - Enum in org.apache.hugegraph.entity.enums
 
JsonView - Class in org.apache.hugegraph.entity.query
 
JsonView() - Constructor for class org.apache.hugegraph.entity.query.JsonView
 

L

LabelUpdateEntity - Class in org.apache.hugegraph.entity.schema
 
LabelUpdateEntity() - Constructor for class org.apache.hugegraph.entity.schema.LabelUpdateEntity
 
LANGUAGES - Static variable in class org.apache.hugegraph.common.Constant
 
LicenseService - Class in org.apache.hugegraph.service.license
 
LicenseService() - Constructor for class org.apache.hugegraph.service.license.LicenseService
 
LicenseService.VerifyResult - Class in org.apache.hugegraph.service.license
 
LIKE_WILDCARDS - Static variable in class org.apache.hugegraph.common.Constant
 
list(String, int, int) - Method in class org.apache.hugegraph.controller.GraphConnectionController
 
list(int, int, int, int) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
list(int, List<Integer>) - Method in class org.apache.hugegraph.controller.load.JobManagerController
 
list(int, int, int, String) - Method in class org.apache.hugegraph.controller.load.JobManagerController
 
list(int, int, int, int) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
list(int, List<Integer>) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
list(int, int, int) - Method in class org.apache.hugegraph.controller.query.ExecuteHistoryController
 
list(int, String, String, String, int, int) - Method in class org.apache.hugegraph.controller.query.GremlinCollectionController
 
list(int, String, String, int, int) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
 
list(int, boolean, String, int, int) - Method in class org.apache.hugegraph.controller.schema.PropertyIndexController
 
list(int, String, String, int, int) - Method in class org.apache.hugegraph.controller.schema.PropertyKeyController
 
list(int, String, String, int, int) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
list(int, List<Long>) - Method in class org.apache.hugegraph.controller.task.AsyncTaskController
 
list(int, int, int, String, String, String) - Method in class org.apache.hugegraph.controller.task.AsyncTaskController
 
list(int, List<Long>) - Method in class org.apache.hugegraph.service.algorithm.AsyncTaskService
 
list(int, int, int, String, String, String) - Method in class org.apache.hugegraph.service.algorithm.AsyncTaskService
 
list(String, long, long) - Method in class org.apache.hugegraph.service.GraphConnectionService
 
list(int, int, int, int) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
list(int, List<Integer>) - Method in class org.apache.hugegraph.service.load.JobManagerService
 
list(int, int, int, String) - Method in class org.apache.hugegraph.service.load.JobManagerService
 
list(int, int, int, int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
list(int, List<Integer>) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
list(int, long, long) - Method in class org.apache.hugegraph.service.query.ExecuteHistoryService
 
list(int, String, Boolean, Boolean, long, long) - Method in class org.apache.hugegraph.service.query.GremlinCollectionService
 
list(int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
list(Collection<String>, int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
list(Collection<String>, int, boolean) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
list(int) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
list(Collection<String>, int) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
list(Collection<String>, int, boolean) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
list(int, HugeType, int, int) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
list(int, HugeType, String, int, int) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
The sort result like that, content is 'name' --------------+------------------------+--------------------------------- base_value | index label name | fields --------------+------------------------+--------------------------------- xxxname | xxxByName | name --------------+------------------------+--------------------------------- | personByName | name person +------------------------+--------------------------------- | personByAgeAndName | age name --------------+------------------------+--------------------------------- | softwareByName | name software +------------------------+--------------------------------- | softwareByPriveAndName | price name --------------+------------------------+---------------------------------
list(int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
list(Collection<String>, int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
list(Collection<String>, int, boolean) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
list(int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
list(Collection<String>, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
list(Collection<String>, int, boolean) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
listAll() - Method in class org.apache.hugegraph.service.GraphConnectionService
 
listAll() - Method in class org.apache.hugegraph.service.load.FileMappingService
 
listAll() - Method in class org.apache.hugegraph.service.load.JobManagerService
 
listAll() - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
ListFormat - Class in org.apache.hugegraph.entity.load
 
ListFormat() - Constructor for class org.apache.hugegraph.entity.load.ListFormat
 
listInPage(Function<Integer, List<T>>, int, String, String, int, int) - Method in class org.apache.hugegraph.controller.schema.SchemaController
 
LoadAction - Enum in org.apache.hugegraph.entity.enums
 
loadParameter(LoadParameter) - Method in class org.apache.hugegraph.controller.load.FileMappingController
TODO: All file mapping share one load paramter now, should be separated in actually
LoadParameter - Class in org.apache.hugegraph.entity.load
 
LoadParameter() - Constructor for class org.apache.hugegraph.entity.load.LoadParameter
 
LoadStatus - Enum in org.apache.hugegraph.entity.enums
 
LoadTask - Class in org.apache.hugegraph.entity.load
 
LoadTask(LoadOptions, GraphConnection, FileMapping) - Constructor for class org.apache.hugegraph.entity.load.LoadTask
 
LoadTaskController - Class in org.apache.hugegraph.controller.load
 
LoadTaskController(LoadTaskService) - Constructor for class org.apache.hugegraph.controller.load.LoadTaskController
 
LoadTaskExecutor - Class in org.apache.hugegraph.handler
 
LoadTaskExecutor() - Constructor for class org.apache.hugegraph.handler.LoadTaskExecutor
 
LoadTaskMapper - Interface in org.apache.hugegraph.mapper.load
 
LoadTaskService - Class in org.apache.hugegraph.service.load
 
LoadTaskService() - Constructor for class org.apache.hugegraph.service.load.LoadTaskService
 
lock() - Method in class org.apache.hugegraph.entity.load.LoadTask
 

M

machineInfo() - Method in class org.apache.hugegraph.license.ServerInfo
 
main(String[]) - Static method in class org.apache.hugegraph.HugeGraphHubble
 
MAPPING_FILE_NAME - Static variable in class org.apache.hugegraph.common.Constant
 
maxSize() - Method in enum org.apache.hugegraph.config.CacheConfig.Caches
 
md5(String) - Static method in class org.apache.hugegraph.util.HubbleUtil
 
merge(T, T) - Static method in class org.apache.hugegraph.util.EntityUtil
 
Mergeable - Interface in org.apache.hugegraph.common
 
mergeEntity(T, T) - Method in class org.apache.hugegraph.controller.BaseController
 
MergeProperty - Annotation Type in org.apache.hugegraph.annotation
 
MessageSourceHandler - Class in org.apache.hugegraph.handler
 
MessageSourceHandler() - Constructor for class org.apache.hugegraph.handler.MessageSourceHandler
 
MODULE_NAME - Static variable in class org.apache.hugegraph.common.Constant
 
moveToNextLevelDir(FileMapping) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
MybatisPlusConfig - Class in org.apache.hugegraph.config
 
MybatisPlusConfig() - Constructor for class org.apache.hugegraph.config.MybatisPlusConfig
 

N

NAME - Static variable in class org.apache.hugegraph.version.HubbleVersion
 
nextStep(int) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
nextStep(int) - Method in class org.apache.hugegraph.controller.load.FileUploadController
 
NO_LIMIT - Static variable in class org.apache.hugegraph.common.Constant
 
nowDate() - Static method in class org.apache.hugegraph.util.HubbleUtil
 
nowTime() - Static method in class org.apache.hugegraph.util.HubbleUtil
 
NullValues - Class in org.apache.hugegraph.entity.load
 
NullValues() - Constructor for class org.apache.hugegraph.entity.load.NullValues
 

O

OltpAlgoController - Class in org.apache.hugegraph.controller.algorithm
 
OltpAlgoController() - Constructor for class org.apache.hugegraph.controller.algorithm.OltpAlgoController
 
OltpAlgoService - Class in org.apache.hugegraph.service.algorithm
 
OltpAlgoService() - Constructor for class org.apache.hugegraph.service.algorithm.OltpAlgoService
 
optimizeLimit(String, int) - Static method in class org.apache.hugegraph.util.GremlinUtil
 
ORDER_ASC - Static variable in class org.apache.hugegraph.controller.BaseController
 
ORDER_DESC - Static variable in class org.apache.hugegraph.controller.BaseController
 
org.apache.hugegraph - package org.apache.hugegraph
 
org.apache.hugegraph.annotation - package org.apache.hugegraph.annotation
 
org.apache.hugegraph.common - package org.apache.hugegraph.common
 
org.apache.hugegraph.config - package org.apache.hugegraph.config
 
org.apache.hugegraph.controller - package org.apache.hugegraph.controller
 
org.apache.hugegraph.controller.algorithm - package org.apache.hugegraph.controller.algorithm
 
org.apache.hugegraph.controller.graph - package org.apache.hugegraph.controller.graph
 
org.apache.hugegraph.controller.load - package org.apache.hugegraph.controller.load
 
org.apache.hugegraph.controller.query - package org.apache.hugegraph.controller.query
 
org.apache.hugegraph.controller.schema - package org.apache.hugegraph.controller.schema
 
org.apache.hugegraph.controller.task - package org.apache.hugegraph.controller.task
 
org.apache.hugegraph.entity - package org.apache.hugegraph.entity
 
org.apache.hugegraph.entity.algorithm - package org.apache.hugegraph.entity.algorithm
 
org.apache.hugegraph.entity.enums - package org.apache.hugegraph.entity.enums
 
org.apache.hugegraph.entity.graph - package org.apache.hugegraph.entity.graph
 
org.apache.hugegraph.entity.load - package org.apache.hugegraph.entity.load
 
org.apache.hugegraph.entity.query - package org.apache.hugegraph.entity.query
 
org.apache.hugegraph.entity.schema - package org.apache.hugegraph.entity.schema
 
org.apache.hugegraph.entity.task - package org.apache.hugegraph.entity.task
 
org.apache.hugegraph.exception - package org.apache.hugegraph.exception
 
org.apache.hugegraph.handler - package org.apache.hugegraph.handler
 
org.apache.hugegraph.license - package org.apache.hugegraph.license
 
org.apache.hugegraph.mapper - package org.apache.hugegraph.mapper
 
org.apache.hugegraph.mapper.algorithm - package org.apache.hugegraph.mapper.algorithm
 
org.apache.hugegraph.mapper.load - package org.apache.hugegraph.mapper.load
 
org.apache.hugegraph.mapper.query - package org.apache.hugegraph.mapper.query
 
org.apache.hugegraph.options - package org.apache.hugegraph.options
 
org.apache.hugegraph.service - package org.apache.hugegraph.service
 
org.apache.hugegraph.service.algorithm - package org.apache.hugegraph.service.algorithm
 
org.apache.hugegraph.service.graph - package org.apache.hugegraph.service.graph
 
org.apache.hugegraph.service.license - package org.apache.hugegraph.service.license
 
org.apache.hugegraph.service.load - package org.apache.hugegraph.service.load
 
org.apache.hugegraph.service.query - package org.apache.hugegraph.service.query
 
org.apache.hugegraph.service.schema - package org.apache.hugegraph.service.schema
 
org.apache.hugegraph.util - package org.apache.hugegraph.util
 
org.apache.hugegraph.version - package org.apache.hugegraph.version
 

P

page(List<T>, int, int) - Static method in class org.apache.hugegraph.util.PageUtil
 
PageUtil - Class in org.apache.hugegraph.util
 
PageUtil() - Constructor for class org.apache.hugegraph.util.PageUtil
 
paginationInterceptor() - Method in class org.apache.hugegraph.config.MybatisPlusConfig
 
ParameterizedException - Exception in org.apache.hugegraph.exception
 
ParameterizedException(String, Object...) - Constructor for exception org.apache.hugegraph.exception.ParameterizedException
 
ParameterizedException(String, Throwable, Object...) - Constructor for exception org.apache.hugegraph.exception.ParameterizedException
 
PATH_HEADER - Static variable in class org.apache.hugegraph.entity.query.TableView
 
pause(int, int, int) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
pause(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
pauseAllTasks() - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.apache.hugegraph.handler.CustomInterceptor
 
Property - Class in org.apache.hugegraph.entity.schema
 
Property() - Constructor for class org.apache.hugegraph.entity.schema.Property
 
PropertyIndex - Class in org.apache.hugegraph.entity.schema
 
PropertyIndex() - Constructor for class org.apache.hugegraph.entity.schema.PropertyIndex
 
PropertyIndexController - Class in org.apache.hugegraph.controller.schema
 
PropertyIndexController() - Constructor for class org.apache.hugegraph.controller.schema.PropertyIndexController
 
PropertyIndexService - Class in org.apache.hugegraph.service.schema
 
PropertyIndexService() - Constructor for class org.apache.hugegraph.service.schema.PropertyIndexService
 
PropertyKeyController - Class in org.apache.hugegraph.controller.schema
 
PropertyKeyController() - Constructor for class org.apache.hugegraph.controller.schema.PropertyKeyController
 
PropertyKeyEntity - Class in org.apache.hugegraph.entity.schema
 
PropertyKeyEntity() - Constructor for class org.apache.hugegraph.entity.schema.PropertyKeyEntity
 
PropertyKeyService - Class in org.apache.hugegraph.service.schema
 
PropertyKeyService() - Constructor for class org.apache.hugegraph.service.schema.PropertyKeyService
 
put(GraphConnection, HugeClient) - Method in class org.apache.hugegraph.service.HugeClientPoolService
 

R

readLoadFailedReason(FileMapping) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
reason(int, int) - Method in class org.apache.hugegraph.controller.load.JobManagerController
 
reason(int, int, int) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
recheckConflict(int, ConflictCheckEntity) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
 
recheckConflict(int, ConflictCheckEntity) - Method in class org.apache.hugegraph.controller.schema.PropertyKeyController
 
recheckConflicts(int, ConflictCheckEntity) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
remove(int, int) - Method in class org.apache.hugegraph.service.algorithm.AsyncTaskService
 
remove(int) - Method in class org.apache.hugegraph.service.GraphConnectionService
 
remove(GraphConnection) - Method in class org.apache.hugegraph.service.HugeClientPoolService
 
remove(int) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
remove(int) - Method in class org.apache.hugegraph.service.load.JobManagerService
 
remove(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
remove(int, int) - Method in class org.apache.hugegraph.service.query.ExecuteHistoryService
 
remove(int) - Method in class org.apache.hugegraph.service.query.GremlinCollectionService
 
remove(String, int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
remove(String, int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
remove(String, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
removeBatch(List<EdgeLabel>, HugeClient) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
removeBatch(List<String>, HugeClient) - Method in class org.apache.hugegraph.service.schema.PropertyIndexService
 
removeBatch(List<PropertyKey>, HugeClient) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
removeBatch(List<String>, HugeClient, BiFunction<HugeClient, String, Long>, SchemaType) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
removeBatch(List<String>, HugeClient, BiConsumer<HugeClient, String>, SchemaType) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
removeBatch(List<VertexLabel>, HugeClient) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
removeExceedLimit() - Method in class org.apache.hugegraph.service.query.ExecuteHistoryService
 
Response - Class in org.apache.hugegraph.common
 
Response() - Constructor for class org.apache.hugegraph.common.Response
 
ResponseAdvisor - Class in org.apache.hugegraph.handler
 
ResponseAdvisor() - Constructor for class org.apache.hugegraph.handler.ResponseAdvisor
 
ResponseSerailizer() - Constructor for class org.apache.hugegraph.config.JacksonConfig.ResponseSerailizer
 
resume(int, int, int) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
resume(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
retainEdge(Edge) - Method in class org.apache.hugegraph.entity.query.AdjacentQuery
 
retainVertex(Vertex) - Method in class org.apache.hugegraph.entity.query.AdjacentQuery
 
retry(int, int, int) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
retry(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
reuse(int, ConflictDetail) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
 
reuse(int, ConflictDetail) - Method in class org.apache.hugegraph.controller.schema.PropertyKeyController
 
reuse(int, ConflictDetail) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
reuse(ConflictDetail, int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
reuse(ConflictDetail, int) - Method in class org.apache.hugegraph.service.schema.PropertyKeyService
 
reuse(ConflictDetail, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
rootCause(Throwable) - Static method in class org.apache.hugegraph.util.Ex
 
run() - Method in class org.apache.hugegraph.entity.load.LoadTask
 
run(ApplicationArguments) - Method in class org.apache.hugegraph.handler.CustomApplicationRunner
 

S

save(GraphConnection) - Method in class org.apache.hugegraph.service.GraphConnectionService
 
save(FileMapping) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
save(JobManager) - Method in class org.apache.hugegraph.service.load.JobManagerService
 
save(LoadTask) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
save(ExecuteHistory) - Method in class org.apache.hugegraph.service.query.ExecuteHistoryService
 
save(GremlinCollection) - Method in class org.apache.hugegraph.service.query.GremlinCollectionService
 
save(UserInfo) - Method in class org.apache.hugegraph.service.UserInfoService
 
SCHEMA_NAME_PATTERN - Static variable in class org.apache.hugegraph.common.Constant
 
SchemaConflict<T extends SchemaEntity> - Class in org.apache.hugegraph.entity.schema
 
SchemaConflict() - Constructor for class org.apache.hugegraph.entity.schema.SchemaConflict
 
SchemaController - Class in org.apache.hugegraph.controller.schema
 
SchemaController() - Constructor for class org.apache.hugegraph.controller.schema.SchemaController
 
SchemaEntity - Interface in org.apache.hugegraph.entity.schema
 
SchemaLabelEntity - Interface in org.apache.hugegraph.entity.schema
 
SchemaService - Class in org.apache.hugegraph.service.schema
 
SchemaService() - Constructor for class org.apache.hugegraph.service.schema.SchemaService
 
SchemaStyle - Class in org.apache.hugegraph.entity.schema
 
SchemaStyle() - Constructor for class org.apache.hugegraph.entity.schema.SchemaStyle
 
SchemaType - Enum in org.apache.hugegraph.entity.schema
 
selectByContentInPage(IPage<GraphConnection>, String) - Method in interface org.apache.hugegraph.mapper.GraphConnectionMapper
NOTE: Page must be the first param, otherwise throw exception
selectByContentInPage(IPage<GremlinCollection>, int, String) - Method in interface org.apache.hugegraph.mapper.query.GremlinCollectionMapper
 
serialize(Edge, JsonGenerator, SerializerProvider) - Method in class org.apache.hugegraph.config.JacksonConfig.EdgeSerializer
 
serialize(Response, JsonGenerator, SerializerProvider) - Method in class org.apache.hugegraph.config.JacksonConfig.ResponseSerailizer
 
serialize(Vertex, JsonGenerator, SerializerProvider) - Method in class org.apache.hugegraph.config.JacksonConfig.VertexSerializer
 
serialize(String, JsonGenerator, SerializerProvider) - Method in class org.apache.hugegraph.entity.load.FileSetting.DelimiterSerializer
 
serialize(Long, JsonGenerator, SerializerProvider) - Method in class org.apache.hugegraph.util.SerializeUtil.DurationSerializer
 
serialize(Long, JsonGenerator, SerializerProvider) - Method in class org.apache.hugegraph.util.SerializeUtil.SizeSerializer
 
SerializeUtil - Class in org.apache.hugegraph.util
 
SerializeUtil() - Constructor for class org.apache.hugegraph.util.SerializeUtil
 
SerializeUtil.DurationSerializer - Class in org.apache.hugegraph.util
 
SerializeUtil.SizeSerializer - Class in org.apache.hugegraph.util
 
SERVER_HOST - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
SERVER_ID - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
SERVER_NAME - Static variable in class org.apache.hugegraph.common.Constant
 
SERVER_PORT - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
SERVER_PROTOCOL - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
serverId() - Method in class org.apache.hugegraph.license.ServerInfo
 
ServerInfo - Class in org.apache.hugegraph.license
 
ServerInfo(String) - Constructor for class org.apache.hugegraph.license.ServerInfo
 
setAsyncStatus(AsyncTaskStatus) - Method in class org.apache.hugegraph.entity.query.ExecuteHistory
 
setAsyncStatus(String) - Method in class org.apache.hugegraph.entity.query.ExecuteHistory
 
setNonNullParameter(PreparedStatement, int, Set<EdgeMapping>, JdbcType) - Method in class org.apache.hugegraph.handler.EdgeMappingTypeHandler
 
setNonNullParameter(PreparedStatement, int, Set<VertexMapping>, JdbcType) - Method in class org.apache.hugegraph.handler.VertexMappingTypeHandler
 
SettingController - Class in org.apache.hugegraph.controller
 
SettingController() - Constructor for class org.apache.hugegraph.controller.SettingController
 
SettingSSLService - Class in org.apache.hugegraph.service
 
SettingSSLService() - Constructor for class org.apache.hugegraph.service.SettingSSLService
 
ShortestPath - Class in org.apache.hugegraph.entity.algorithm
 
ShortestPath() - Constructor for class org.apache.hugegraph.entity.algorithm.ShortestPath
 
shortestPath(int, ShortestPath) - Method in class org.apache.hugegraph.service.algorithm.OltpAlgoService
 
shortPath(int, ShortestPath) - Method in class org.apache.hugegraph.controller.algorithm.OltpAlgoController
 
SizeSerializer() - Constructor for class org.apache.hugegraph.util.SerializeUtil.SizeSerializer
 
sortByCreateTime(List<T>, boolean) - Method in class org.apache.hugegraph.controller.schema.SchemaController
 
sortByName(List<T>, boolean) - Method in class org.apache.hugegraph.controller.schema.SchemaController
 
sortByRelativity(List<T>, String) - Method in class org.apache.hugegraph.controller.schema.SchemaController
 
SQLUtil - Class in org.apache.hugegraph.util
 
SQLUtil() - Constructor for class org.apache.hugegraph.util.SQLUtil
 
start(int, int, List<Integer>) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
start(GraphConnection, FileMapping) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
status() - Method in exception org.apache.hugegraph.exception.ExternalException
 
STATUS_BAD_REQUEST - Static variable in class org.apache.hugegraph.common.Constant
 
STATUS_ILLEGAL_GREMLIN - Static variable in class org.apache.hugegraph.common.Constant
 
STATUS_INTERNAL_ERROR - Static variable in class org.apache.hugegraph.common.Constant
 
STATUS_NOT_FOUND - Static variable in class org.apache.hugegraph.common.Constant
 
STATUS_OK - Static variable in class org.apache.hugegraph.common.Constant
 
STATUS_UNAUTHORIZED - Static variable in class org.apache.hugegraph.common.Constant
 
stop(int, int, int) - Method in class org.apache.hugegraph.controller.load.LoadTaskController
 
stop() - Method in class org.apache.hugegraph.entity.load.LoadTask
 
stop(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
string() - Method in enum org.apache.hugegraph.entity.schema.SchemaType
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.apache.hugegraph.handler.ResponseAdvisor
 

T

TableView - Class in org.apache.hugegraph.entity.query
 
TableView() - Constructor for class org.apache.hugegraph.entity.query.TableView
 
taskCountByJob(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
taskListByJob(int) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
Timefiable - Interface in org.apache.hugegraph.entity.schema
 
TomcatServletConfig - Class in org.apache.hugegraph.config
 
TomcatServletConfig() - Constructor for class org.apache.hugegraph.config.TomcatServletConfig
 
toStringArray(Collection<String>) - Static method in class org.apache.hugegraph.service.schema.SchemaService
 
tryConnect(GraphConnection) - Static method in class org.apache.hugegraph.util.HugeClientUtil
 
tryMergePartFiles(String, int) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
ttl() - Method in enum org.apache.hugegraph.config.CacheConfig.Caches
 
TypedResult - Class in org.apache.hugegraph.entity.query
 
TypedResult() - Constructor for class org.apache.hugegraph.entity.query.TypedResult
 
Typifiable - Interface in org.apache.hugegraph.entity.schema
 

U

unlock() - Method in class org.apache.hugegraph.entity.load.LoadTask
 
update(int, GraphConnection) - Method in class org.apache.hugegraph.controller.GraphConnectionController
 
update(int, int, JobManager) - Method in class org.apache.hugegraph.controller.load.JobManagerController
 
update(int, GremlinCollection) - Method in class org.apache.hugegraph.controller.query.GremlinCollectionController
 
update(int, String, EdgeLabelUpdateEntity) - Method in class org.apache.hugegraph.controller.schema.EdgeLabelController
 
update(int, String, VertexLabelUpdateEntity) - Method in class org.apache.hugegraph.controller.schema.VertexLabelController
 
update(GraphConnection) - Method in class org.apache.hugegraph.service.GraphConnectionService
 
update(FileMapping) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
update(JobManager) - Method in class org.apache.hugegraph.service.load.JobManagerService
 
update(LoadTask) - Method in class org.apache.hugegraph.service.load.LoadTaskService
 
update(ExecuteHistory) - Method in class org.apache.hugegraph.service.query.ExecuteHistoryService
 
update(GremlinCollection) - Method in class org.apache.hugegraph.service.query.GremlinCollectionService
 
update(EdgeLabelUpdateEntity, int) - Method in class org.apache.hugegraph.service.schema.EdgeLabelService
 
update(VertexLabelUpdateEntity, int) - Method in class org.apache.hugegraph.service.schema.VertexLabelService
 
update(UserInfo) - Method in class org.apache.hugegraph.service.UserInfoService
 
updateAllGraphStatus() - Method in class org.apache.hugegraph.service.license.LicenseService
 
updateEdge(int, String, EdgeEntity) - Method in class org.apache.hugegraph.controller.graph.GraphController
 
updateEdge(int, EdgeEntity) - Method in class org.apache.hugegraph.service.graph.GraphService
 
updateEdgeMapping(int, int, String, EdgeMapping) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
updateLoadTaskProgress() - Method in class org.apache.hugegraph.service.load.LoadTaskService
Update progress periodically
updateVertex(int, String, VertexEntity) - Method in class org.apache.hugegraph.controller.graph.GraphController
 
updateVertex(int, VertexEntity) - Method in class org.apache.hugegraph.service.graph.GraphService
 
updateVertexMapping(int, int, String, VertexMapping) - Method in class org.apache.hugegraph.controller.load.FileMappingController
 
upload(int, int, MultipartFile, String, String, int, int) - Method in class org.apache.hugegraph.controller.load.FileUploadController
 
UPLOAD_FILE_FORMAT_LIST - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
UPLOAD_FILE_LOCATION - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
UPLOAD_FILE_MAX_TIME_CONSUMING - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
UPLOAD_SINGLE_FILE_SIZE_LIMIT - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
UPLOAD_TOTAL_FILE_SIZE_LIMIT - Static variable in class org.apache.hugegraph.options.HubbleOptions
 
uploadFile(MultipartFile, int, String) - Method in class org.apache.hugegraph.service.load.FileMappingService
 
USER_KEY_CREATE_TIME - Static variable in class org.apache.hugegraph.service.schema.SchemaService
 
USER_KEY_STYLE - Static variable in class org.apache.hugegraph.service.schema.SchemaService
 
UserInfo - Class in org.apache.hugegraph.entity
 
UserInfo() - Constructor for class org.apache.hugegraph.entity.UserInfo
 
UserInfoMapper - Interface in org.apache.hugegraph.mapper
 
UserInfoService - Class in org.apache.hugegraph.service
 
UserInfoService() - Constructor for class org.apache.hugegraph.service.UserInfoService
 
UsingCheckEntity - Class in org.apache.hugegraph.entity.schema
 
UsingCheckEntity() - Constructor for class org.apache.hugegraph.entity.schema.UsingCheckEntity
 

V

ValueItem() - Constructor for class org.apache.hugegraph.entity.load.ValueMappingItem.ValueItem
 
ValueMappingItem - Class in org.apache.hugegraph.entity.load
 
ValueMappingItem() - Constructor for class org.apache.hugegraph.entity.load.ValueMappingItem
 
ValueMappingItem.ValueItem - Class in org.apache.hugegraph.entity.load
 
valueMappingToMap() - Method in class org.apache.hugegraph.entity.load.ElementMapping
 
valueOf(String) - Static method in enum org.apache.hugegraph.config.CacheConfig.Caches
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.enums.AsyncTaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.enums.ExecuteStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.enums.ExecuteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.enums.FileMappingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.enums.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.enums.LoadAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.enums.LoadStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.load.FileUploadResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.query.GremlinResult.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.schema.ConflictStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.schema.EdgeLabelStyle.LineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.schema.EdgeLabelStyle.Thickness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.schema.SchemaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hugegraph.entity.schema.VertexLabelStyle.Size
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hugegraph.config.CacheConfig.Caches
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.enums.AsyncTaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.enums.ExecuteStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.enums.ExecuteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.enums.FileMappingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.enums.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.enums.LoadAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.enums.LoadStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.load.FileUploadResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.query.GremlinResult.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.schema.ConflictStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.schema.EdgeLabelStyle.LineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.schema.EdgeLabelStyle.Thickness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.schema.SchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hugegraph.entity.schema.VertexLabelStyle.Size
Returns an array containing the constants of this enum type, in the order they are declared.
verifyGraphs(int) - Method in class org.apache.hugegraph.service.license.LicenseService
 
VerifyResult(boolean) - Constructor for class org.apache.hugegraph.service.license.LicenseService.VerifyResult
 
VerifyResult(boolean, String) - Constructor for class org.apache.hugegraph.service.license.LicenseService.VerifyResult
 
VERSION - Static variable in class org.apache.hugegraph.version.HubbleVersion
 
VERTEX_HEADER - Static variable in class org.apache.hugegraph.entity.query.TableView
 
VertexEntity - Class in org.apache.hugegraph.entity.graph
 
VertexEntity() - Constructor for class org.apache.hugegraph.entity.graph.VertexEntity
 
VertexLabelController - Class in org.apache.hugegraph.controller.schema
 
VertexLabelController() - Constructor for class org.apache.hugegraph.controller.schema.VertexLabelController
 
VertexLabelEntity - Class in org.apache.hugegraph.entity.schema
 
VertexLabelEntity() - Constructor for class org.apache.hugegraph.entity.schema.VertexLabelEntity
 
VertexLabelService - Class in org.apache.hugegraph.service.schema
 
VertexLabelService() - Constructor for class org.apache.hugegraph.service.schema.VertexLabelService
 
VertexLabelStyle - Class in org.apache.hugegraph.entity.schema
 
VertexLabelStyle() - Constructor for class org.apache.hugegraph.entity.schema.VertexLabelStyle
 
VertexLabelStyle(String, String, VertexLabelStyle.Size, List<String>, List<String>) - Constructor for class org.apache.hugegraph.entity.schema.VertexLabelStyle
 
VertexLabelStyle.Size - Enum in org.apache.hugegraph.entity.schema
 
VertexLabelUpdateEntity - Class in org.apache.hugegraph.entity.schema
 
VertexLabelUpdateEntity() - Constructor for class org.apache.hugegraph.entity.schema.VertexLabelUpdateEntity
 
VertexMapping - Class in org.apache.hugegraph.entity.load
 
VertexMapping() - Constructor for class org.apache.hugegraph.entity.load.VertexMapping
 
VertexMappingTypeHandler - Class in org.apache.hugegraph.handler
 
VertexMappingTypeHandler() - Constructor for class org.apache.hugegraph.handler.VertexMappingTypeHandler
 
VertexSerializer() - Constructor for class org.apache.hugegraph.config.JacksonConfig.VertexSerializer
 

W

WebMvcConfig - Class in org.apache.hugegraph.config
 
WebMvcConfig() - Constructor for class org.apache.hugegraph.config.WebMvcConfig
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2024 The Apache Software Foundation. All rights reserved.