A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String, byte[]) - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- add(Header) - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- AND - io.kgraph.kgiraffe.schema.Logical
- argumentEnvironment(DataFetchingEnvironment, Argument) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- argumentEnvironment(DataFetchingEnvironment, Map<String, Object>) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- ASC - io.kgraph.kgiraffe.schema.OrderBy
- asString(List<String>) - Method in class io.kgraph.kgiraffe.KGiraffeConfig.ListPropertyParser
- asString(Map<String, String>) - Method in class io.kgraph.kgiraffe.KGiraffeConfig.MapPropertyParser
- AttributeFetcher - Class in io.kgraph.kgiraffe.schema
- AttributeFetcher(String) - Constructor for class io.kgraph.kgiraffe.schema.AttributeFetcher
- AVRO - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
B
- BINARY - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
C
- cache(ParsedSchema, GraphQLType) - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- cacheIfAbsent(ParsedSchema, String) - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- canonicalString() - Method in class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- close() - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- closeInstance() - Static method in class io.kgraph.kgiraffe.KGiraffeEngine
- COMPATIBILITY_ERRORS_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- CompatibilityFetcher - Class in io.kgraph.kgiraffe.schema
- CompatibilityFetcher(KGiraffeEngine) - Constructor for class io.kgraph.kgiraffe.schema.CompatibilityFetcher
- configure(KGiraffeConfig) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- configure(Map<String, ?>) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- constants - Variable in class io.kgraph.kgiraffe.util.proto.EnumElem
- consumer(String) - Method in interface io.kgraph.kgiraffe.notifier.Notifier
- consumer(String) - Method in class io.kgraph.kgiraffe.notifier.RxBusNotifier
- convertValue(DataFetchingEnvironment, Argument, Value) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- createInputFieldOp(SchemaContext, String, String, GraphQLInputType) - Static method in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- createInputFieldOp(String, GraphQLInputType) - Static method in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- createInputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLAvroConverter
- createInputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLJsonSchemaConverter
- createInputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLPrimitiveConverter
- createInputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- createInputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLSchemaConverter
- createOutputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLAvroConverter
- createOutputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLJsonSchemaConverter
- createOutputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLPrimitiveConverter
- createOutputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- createOutputType(SchemaContext, Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLSchemaConverter
- createOutputType(SchemaContext, String, Schema) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLJsonSchemaConverter
- createOutputType(SchemaContext, Schema) - Method in class io.kgraph.kgiraffe.schema.converters.GraphQLAvroConverter
- createSchemaRegistry(List<String>, List<SchemaProvider>, Map<String, Object>) - Static method in class io.kgraph.kgiraffe.KGiraffeEngine
- createState() - Method in class io.kgraph.kgiraffe.schema.timeout.MaxQueryDurationInstrumentation
D
- DataFetchingEnvironmentBuilder - Class in io.kgraph.kgiraffe.schema.util
-
Wrapper utility class to bridge between Graphql-java11 and Graphql-java13 Api changes
- DataFetchingEnvironmentBuilder() - Constructor for class io.kgraph.kgiraffe.schema.util.DataFetchingEnvironmentBuilder
- DefaultDataFetcherExceptionHandler - Class in io.kgraph.kgiraffe.schema.util
-
The standard handling of data fetcher error involves placing a
DefaultGraphQLErrorerror into the error collection - DefaultDataFetcherExceptionHandler() - Constructor for class io.kgraph.kgiraffe.schema.util.DefaultDataFetcherExceptionHandler
- DefaultGraphQLError - Class in io.kgraph.kgiraffe.schema.util
-
This graphql error will be used if a runtime exception is encountered while a data fetcher is invoked
- DefaultGraphQLError(ResultPath, Throwable, SourceLocation) - Constructor for class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- defaultValue - Variable in class io.kgraph.kgiraffe.util.proto.FieldElem
- DESC - io.kgraph.kgiraffe.schema.OrderBy
- deserializeKey(String, byte[]) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- deserializeValue(String, byte[]) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- DOUBLE - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
E
- EntityFetcher - Class in io.kgraph.kgiraffe.schema
- EntityFetcher(GraphQLQueryFactory) - Constructor for class io.kgraph.kgiraffe.schema.EntityFetcher
- EnumConstantElem - Class in io.kgraph.kgiraffe.util.proto
- EnumConstantElem(EnumConstantElement) - Constructor for class io.kgraph.kgiraffe.util.proto.EnumConstantElem
- EnumElem - Class in io.kgraph.kgiraffe.util.proto
- EnumElem(EnumElement) - Constructor for class io.kgraph.kgiraffe.util.proto.EnumElem
- enums - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- enums - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- equals(Object) - Method in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- equals(Object) - Method in class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- equals(Object) - Method in class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- equals(Object) - Method in class io.kgraph.kgiraffe.util.RecordHeader
- equals(Object) - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- ERRORED - io.kgraph.kgiraffe.schema.Status
- execute(String) - Method in class io.kgraph.kgiraffe.schema.GraphQLExecutor
- execute(String, Map<String, Object>) - Method in class io.kgraph.kgiraffe.schema.GraphQLExecutor
- extendDeclarations - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- ExtendElem - Class in io.kgraph.kgiraffe.util.proto
- ExtendElem(ExtendElement) - Constructor for class io.kgraph.kgiraffe.util.proto.ExtendElem
- extensions - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- ExtensionsElem - Class in io.kgraph.kgiraffe.util.proto
- ExtensionsElem(ExtensionsElement) - Constructor for class io.kgraph.kgiraffe.util.proto.ExtensionsElem
F
- FieldElem - Class in io.kgraph.kgiraffe.util.proto
- FieldElem(FieldElement) - Constructor for class io.kgraph.kgiraffe.util.proto.FieldElem
- fields - Variable in class io.kgraph.kgiraffe.util.proto.ExtendElem
- fields - Variable in class io.kgraph.kgiraffe.util.proto.GroupElem
- fields - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- fields - Variable in class io.kgraph.kgiraffe.util.proto.OneOfElem
- FLOAT - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
G
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.AttributeFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.CompatibilityFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.EntityFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.MutationFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.QuerySchemasFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.QuerySubjectsFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.RegistrationFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.StageFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.SubscriptionFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.timeout.TimeoutDataFetcher
- get(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.UnstageFetcher
- get(String) - Static method in enum io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- get(String) - Static method in enum io.kgraph.kgiraffe.schema.Logical
- get(String) - Static method in enum io.kgraph.kgiraffe.schema.OrderBy
- get(String) - Static method in enum io.kgraph.kgiraffe.schema.Status
- getArgument(Field, String) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getArgumentPredicate(DataFetchingEnvironment, Argument) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getArgumentsPredicate(DataFetchingEnvironment, Argument) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getCache(String) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getCached(ParsedSchema) - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- getConfiguredInstance(String, Map<String, ?>) - Static method in class io.kgraph.kgiraffe.KGiraffeEngine
- getCriteriaQuery(DataFetchingEnvironment, Field) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getDeserializer(Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getDocDB() - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getErrorType() - Method in class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- getExtensions() - Method in class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- getFieldDefinition(GraphQLSchema, GraphQLFieldsContainer, Field) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getFieldPredicates(Field, DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getGraphQL() - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getGraphQL() - Method in class io.kgraph.kgiraffe.schema.GraphQLExecutor
- getGraphQLMaxComplexity() - Method in class io.kgraph.kgiraffe.KGiraffeConfig
- getGraphQLMaxDepth() - Method in class io.kgraph.kgiraffe.KGiraffeConfig
- getGraphQLSchema() - Method in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- getGraphQLTimeoutMs() - Method in class io.kgraph.kgiraffe.KGiraffeConfig
- getId() - Method in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- getInstance() - Static method in class io.kgraph.kgiraffe.KGiraffeEngine
- getKeySchema(String) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getKeySerdes() - Method in class io.kgraph.kgiraffe.KGiraffeConfig
- getLatestSchema(String) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getLocations() - Method in class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- getMessage() - Method in class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- getNotifier() - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getObjectFieldPredicate(DataFetchingEnvironment, Logical, ObjectField, Argument, Map<String, Object>) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getObjectType() - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getOrderBy(DataFetchingEnvironment, Field) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getPath() - Method in class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- getPredicate(Field, DataFetchingEnvironment, Argument) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- getPropsFromFile(File) - Static method in class io.kgraph.kgiraffe.KGiraffeConfig
- getSchema() - Method in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- getSchemaBuilder(Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- getSchemaById(int) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getSchemaByVersion(String, int) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getSchemaProvider(String) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getSchemaReferences() - Method in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- getSchemaRegistry() - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getSchemaRegistryUrls() - Method in class io.kgraph.kgiraffe.KGiraffeConfig
- getSchemaType() - Method in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- getSerdeType() - Method in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- getSerializer(Either<Value.Type, ParsedSchema>) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getStagedSchemas() - Method in class io.kgraph.kgiraffe.KGiraffeConfig
- getTime() - Method in class io.kgraph.kgiraffe.schema.timeout.MaxQueryInstrumentationState
- getTopics() - Method in class io.kgraph.kgiraffe.KGiraffeConfig
- getValueSchema(String) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- getValueSerdes() - Method in class io.kgraph.kgiraffe.KGiraffeConfig
- getWherePredicate(DataFetchingEnvironment, Argument) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- GRAPHQL_MAX_COMPLEXITY_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GRAPHQL_MAX_COMPLEXITY_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GRAPHQL_MAX_COMPLEXITY_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GRAPHQL_MAX_DEPTH_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GRAPHQL_MAX_DEPTH_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GRAPHQL_MAX_DEPTH_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GRAPHQL_TIMEOUT_MS_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GRAPHQL_TIMEOUT_MS_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GRAPHQL_TIMEOUT_MS_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- GraphQLAvroConverter - Class in io.kgraph.kgiraffe.schema.converters
- GraphQLAvroConverter() - Constructor for class io.kgraph.kgiraffe.schema.converters.GraphQLAvroConverter
- GraphQLDate - Static variable in class io.kgraph.kgiraffe.schema.JavaScalars
- GraphQLExecutor - Class in io.kgraph.kgiraffe.schema
- GraphQLExecutor(KGiraffeConfig, GraphQLSchemaBuilder) - Constructor for class io.kgraph.kgiraffe.schema.GraphQLExecutor
- GraphQLJsonPrimitive - Static variable in class io.kgraph.kgiraffe.schema.JavaScalars
- GraphQLJsonSchemaConverter - Class in io.kgraph.kgiraffe.schema.converters
- GraphQLJsonSchemaConverter() - Constructor for class io.kgraph.kgiraffe.schema.converters.GraphQLJsonSchemaConverter
- GraphQLPrimitiveConverter - Class in io.kgraph.kgiraffe.schema.converters
- GraphQLPrimitiveConverter() - Constructor for class io.kgraph.kgiraffe.schema.converters.GraphQLPrimitiveConverter
- GraphQLProtobufConverter - Class in io.kgraph.kgiraffe.schema.converters
- GraphQLProtobufConverter() - Constructor for class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- GraphQLQueryFactory - Class in io.kgraph.kgiraffe.schema
- GraphQLQueryFactory(KGiraffeEngine, String, GraphQLOutputType) - Constructor for class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- GraphQLSchemaBuilder - Class in io.kgraph.kgiraffe.schema
-
A wrapper for the
GraphQLSchema.Builder. - GraphQLSchemaBuilder(KGiraffeEngine, Set<String>) - Constructor for class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- GraphQLSchemaConverter - Class in io.kgraph.kgiraffe.schema.converters
- GraphQLSchemaConverter() - Constructor for class io.kgraph.kgiraffe.schema.converters.GraphQLSchemaConverter
- GraphQLSupport - Class in io.kgraph.kgiraffe.schema.util
- GraphQLSupport() - Constructor for class io.kgraph.kgiraffe.schema.util.GraphQLSupport
- GraphQLVoid - Static variable in class io.kgraph.kgiraffe.schema.JavaScalars
- GroupElem - Class in io.kgraph.kgiraffe.util.proto
- GroupElem(GroupElement) - Constructor for class io.kgraph.kgiraffe.util.proto.GroupElem
- groups - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- groups - Variable in class io.kgraph.kgiraffe.util.proto.OneOfElem
H
- hashCode() - Method in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- hashCode() - Method in class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- hashCode() - Method in class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- hashCode() - Method in class io.kgraph.kgiraffe.util.RecordHeader
- hashCode() - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- hasMultipleMessageTypes(ProtobufSchema) - Static method in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- headers(String) - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- HEADERS_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
I
- ID - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- ID_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- imports - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- incrementNameIndex() - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- init(Notifier) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters) - Method in class io.kgraph.kgiraffe.schema.timeout.MaxQueryDurationInstrumentation
- INT - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- io.kgraph.kgiraffe - package io.kgraph.kgiraffe
- io.kgraph.kgiraffe.notifier - package io.kgraph.kgiraffe.notifier
- io.kgraph.kgiraffe.schema - package io.kgraph.kgiraffe.schema
- io.kgraph.kgiraffe.schema.converters - package io.kgraph.kgiraffe.schema.converters
- io.kgraph.kgiraffe.schema.timeout - package io.kgraph.kgiraffe.schema.timeout
- io.kgraph.kgiraffe.schema.util - package io.kgraph.kgiraffe.schema.util
- io.kgraph.kgiraffe.util - package io.kgraph.kgiraffe.util
- io.kgraph.kgiraffe.util.proto - package io.kgraph.kgiraffe.util.proto
- IS_BACKWARD_COMPATIBLE_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- isBackwardCompatible(ParsedSchema) - Method in class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- isInitialized() - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- isLimitArgument(Argument) - Static method in class io.kgraph.kgiraffe.schema.util.GraphQLSupport
- isOffsetArgument(Argument) - Static method in class io.kgraph.kgiraffe.schema.util.GraphQLSupport
- isOrderBy() - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- isOrderByArgument(Argument) - Static method in class io.kgraph.kgiraffe.schema.util.GraphQLSupport
- isRoot() - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- isWhere() - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- isWhereArgument(Argument) - Static method in class io.kgraph.kgiraffe.schema.util.GraphQLSupport
- iterator() - Method in class io.kgraph.kgiraffe.util.RecordHeaders
J
- Jackson - Class in io.kgraph.kgiraffe.util
-
A utility class for Jackson.
- JavaScalars - Class in io.kgraph.kgiraffe.schema
- JavaScalars() - Constructor for class io.kgraph.kgiraffe.schema.JavaScalars
- JSON - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- jsonName - Variable in class io.kgraph.kgiraffe.util.proto.FieldElem
K
- key() - Method in class io.kgraph.kgiraffe.util.RecordHeader
- KEY_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- KEY_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- KEY_ERROR_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- KEY_SCHEMA_ID_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- KEY_SERDES_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- KEY_SERDES_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- KGiraffeConfig - Class in io.kgraph.kgiraffe
- KGiraffeConfig(File) - Constructor for class io.kgraph.kgiraffe.KGiraffeConfig
- KGiraffeConfig(Map<?, ?>) - Constructor for class io.kgraph.kgiraffe.KGiraffeConfig
- KGiraffeConfig.ListPropertyParser - Class in io.kgraph.kgiraffe
- KGiraffeConfig.MapPropertyParser - Class in io.kgraph.kgiraffe
- KGiraffeConfig.Serde - Class in io.kgraph.kgiraffe
- KGiraffeConfig.SerdeType - Enum in io.kgraph.kgiraffe
- KGiraffeEngine - Class in io.kgraph.kgiraffe
- kind - Variable in class io.kgraph.kgiraffe.util.proto.OptionElem
L
- label - Variable in class io.kgraph.kgiraffe.util.proto.FieldElem
- label - Variable in class io.kgraph.kgiraffe.util.proto.GroupElem
- lastHeader(String) - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- LATEST - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- LEADER_EPOCH_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- LIMIT_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- LISTENER_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- LISTENER_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- LISTENER_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- ListPropertyParser() - Constructor for class io.kgraph.kgiraffe.KGiraffeConfig.ListPropertyParser
- Logical - Enum in io.kgraph.kgiraffe.schema
- LONG - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
M
- MapPropertyParser() - Constructor for class io.kgraph.kgiraffe.KGiraffeConfig.MapPropertyParser
- MaxQueryDurationInstrumentation - Class in io.kgraph.kgiraffe.schema.timeout
- MaxQueryDurationInstrumentation(long) - Constructor for class io.kgraph.kgiraffe.schema.timeout.MaxQueryDurationInstrumentation
- MaxQueryInstrumentationState - Class in io.kgraph.kgiraffe.schema.timeout
- MaxQueryInstrumentationState() - Constructor for class io.kgraph.kgiraffe.schema.timeout.MaxQueryInstrumentationState
- MessageElem - Class in io.kgraph.kgiraffe.util.proto
- MessageElem(MessageElement) - Constructor for class io.kgraph.kgiraffe.util.proto.MessageElem
- messages - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- messages - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- mode() - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- MUTATION - io.kgraph.kgiraffe.schema.SchemaContext.Mode
- MUTATION_ROOT - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- MutationFetcher - Class in io.kgraph.kgiraffe.schema
- MutationFetcher(KGiraffeEngine, String) - Constructor for class io.kgraph.kgiraffe.schema.MutationFetcher
N
- name - Variable in class io.kgraph.kgiraffe.util.proto.EnumConstantElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.EnumElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.ExtendElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.FieldElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.GroupElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.OneOfElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.OptionElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.RpcElem
- name - Variable in class io.kgraph.kgiraffe.util.proto.ServiceElem
- name() - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- name() - Method in class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- NAME_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- NamedProtobufSchema - Class in io.kgraph.kgiraffe.util.proto
- NamedProtobufSchema(Descriptors.Descriptor) - Constructor for class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- NamedProtobufSchema(Descriptors.EnumDescriptor) - Constructor for class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- newDataFetchingEnvironment() - Static method in class io.kgraph.kgiraffe.schema.util.DataFetchingEnvironmentBuilder
- newDataFetchingEnvironment(ExecutionContext) - Static method in class io.kgraph.kgiraffe.schema.util.DataFetchingEnvironmentBuilder
- newDataFetchingEnvironment(DataFetchingEnvironment) - Static method in class io.kgraph.kgiraffe.schema.util.DataFetchingEnvironmentBuilder
- newObjectMapper() - Static method in class io.kgraph.kgiraffe.util.Jackson
-
Creates a new
ObjectMapper. - newObjectMapper(boolean) - Static method in class io.kgraph.kgiraffe.util.Jackson
-
Creates a new
ObjectMapper. - newObjectMapper(JsonFactory) - Static method in class io.kgraph.kgiraffe.util.Jackson
-
Creates a new
ObjectMapperwith a customJsonFactory. - NEXT_ID_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- nextId() - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- NORMALIZE_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- Notifier - Interface in io.kgraph.kgiraffe.notifier
O
- OFFSET_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- OFFSET_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- OneOfElem - Class in io.kgraph.kgiraffe.util.proto
- OneOfElem(OneOfElement) - Constructor for class io.kgraph.kgiraffe.util.proto.OneOfElem
- oneofs - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- onException(DataFetcherExceptionHandlerParameters) - Method in class io.kgraph.kgiraffe.schema.util.DefaultDataFetcherExceptionHandler
- OptionElem - Class in io.kgraph.kgiraffe.util.proto
- OptionElem(OptionElement) - Constructor for class io.kgraph.kgiraffe.util.proto.OptionElem
- options - Variable in class io.kgraph.kgiraffe.util.proto.EnumConstantElem
- options - Variable in class io.kgraph.kgiraffe.util.proto.EnumElem
- options - Variable in class io.kgraph.kgiraffe.util.proto.FieldElem
- options - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- options - Variable in class io.kgraph.kgiraffe.util.proto.OneOfElem
- options - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- options - Variable in class io.kgraph.kgiraffe.util.proto.RpcElem
- options - Variable in class io.kgraph.kgiraffe.util.proto.ServiceElem
- OR - io.kgraph.kgiraffe.schema.Logical
- ORDER_BY_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- OrderBy - Enum in io.kgraph.kgiraffe.schema
- orderByEnum - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- OUTPUT - io.kgraph.kgiraffe.schema.SchemaContext.Mode
P
- packageName - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- parse(String) - Method in class io.kgraph.kgiraffe.KGiraffeConfig.ListPropertyParser
- parse(String) - Method in class io.kgraph.kgiraffe.KGiraffeConfig.MapPropertyParser
- PARTITION_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- PREV_ID_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- PREV_SUBJECT_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- PREV_VERSION_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- PROTO - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- PROTOBUF_ANY_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_BOOL_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_BYTES_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_DOUBLE_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_DURATION_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_EMPTY_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_FIELD_MASK_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_FLOAT_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_INT32_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_INT64_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_LIST_VALUE_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_NULL_VALUE_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_STRING_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_STRUCT_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_TIMESTAMP_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_UINT32_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_UINT64_WRAPPER_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- PROTOBUF_VALUE_TYPE - Static variable in class io.kgraph.kgiraffe.schema.converters.GraphQLProtobufConverter
- ProtoFileElem - Class in io.kgraph.kgiraffe.util.proto
- ProtoFileElem(ProtoFileElement) - Constructor for class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- publicImports - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- publish(String, Document) - Method in interface io.kgraph.kgiraffe.notifier.Notifier
- publish(String, Document) - Method in class io.kgraph.kgiraffe.notifier.RxBusNotifier
Q
- qualify(String) - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- qualify(String, String) - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- QUERY_ORDER_BY - io.kgraph.kgiraffe.schema.SchemaContext.Mode
- QUERY_ROOT - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- QUERY_WHERE - io.kgraph.kgiraffe.schema.SchemaContext.Mode
- queryResult(DataFetchingEnvironment) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
- QuerySchemasFetcher - Class in io.kgraph.kgiraffe.schema
- QuerySchemasFetcher(KGiraffeEngine) - Constructor for class io.kgraph.kgiraffe.schema.QuerySchemasFetcher
- QuerySubjectsFetcher - Class in io.kgraph.kgiraffe.schema
- QuerySubjectsFetcher(KGiraffeEngine) - Constructor for class io.kgraph.kgiraffe.schema.QuerySubjectsFetcher
- QueryTimeoutException - Exception in io.kgraph.kgiraffe.schema.timeout
- QueryTimeoutException() - Constructor for exception io.kgraph.kgiraffe.schema.timeout.QueryTimeoutException
- QueryTimeoutException(String) - Constructor for exception io.kgraph.kgiraffe.schema.timeout.QueryTimeoutException
- QueryTimeoutException(String, Throwable) - Constructor for exception io.kgraph.kgiraffe.schema.timeout.QueryTimeoutException
R
- rawSchema() - Method in class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- RecordHeader - Class in io.kgraph.kgiraffe.util
- RecordHeader(String, byte[]) - Constructor for class io.kgraph.kgiraffe.util.RecordHeader
- RecordHeader(ByteBuffer, ByteBuffer) - Constructor for class io.kgraph.kgiraffe.util.RecordHeader
- RecordHeaders - Class in io.kgraph.kgiraffe.util
- RecordHeaders() - Constructor for class io.kgraph.kgiraffe.util.RecordHeaders
- RecordHeaders(Iterable<Header>) - Constructor for class io.kgraph.kgiraffe.util.RecordHeaders
- RecordHeaders(Header[]) - Constructor for class io.kgraph.kgiraffe.util.RecordHeaders
- references() - Method in class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- REFERENCES_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- REGISTERED - io.kgraph.kgiraffe.schema.Status
- REGISTERED_SCHEMAS_COLLECTION_NAME - Static variable in class io.kgraph.kgiraffe.KGiraffeEngine
- registerSchema(String, int, boolean) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- RegistrationFetcher - Class in io.kgraph.kgiraffe.schema
- RegistrationFetcher(KGiraffeEngine) - Constructor for class io.kgraph.kgiraffe.schema.RegistrationFetcher
- remove(String) - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- requestType - Variable in class io.kgraph.kgiraffe.util.proto.RpcElem
- ReservedElem - Class in io.kgraph.kgiraffe.util.proto
- ReservedElem(ReservedElement) - Constructor for class io.kgraph.kgiraffe.util.proto.ReservedElem
- reserveds - Variable in class io.kgraph.kgiraffe.util.proto.EnumElem
- reserveds - Variable in class io.kgraph.kgiraffe.util.proto.MessageElem
- resetSchemaRegistry(List<String>, SchemaRegistryClient) - Static method in class io.kgraph.kgiraffe.KGiraffeEngine
- responseType - Variable in class io.kgraph.kgiraffe.util.proto.RpcElem
- RpcElem - Class in io.kgraph.kgiraffe.util.proto
- RpcElem(RpcElement) - Constructor for class io.kgraph.kgiraffe.util.proto.RpcElem
- rpcs - Variable in class io.kgraph.kgiraffe.util.proto.ServiceElem
- RxBusNotifier - Class in io.kgraph.kgiraffe.notifier
- RxBusNotifier() - Constructor for class io.kgraph.kgiraffe.notifier.RxBusNotifier
S
- SCHEMA_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- SCHEMA_ERROR_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- SCHEMA_RAW_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- SCHEMA_REGISTRY_URL_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SCHEMA_REGISTRY_URL_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SCHEMA_TYPE_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- SchemaContext - Class in io.kgraph.kgiraffe.schema
- SchemaContext(String, SchemaContext.Mode) - Constructor for class io.kgraph.kgiraffe.schema.SchemaContext
- SchemaContext.Mode - Enum in io.kgraph.kgiraffe.schema
- schemaType() - Method in class io.kgraph.kgiraffe.util.proto.NamedProtobufSchema
- Serde(KGiraffeConfig.SerdeType, int, String, String) - Constructor for class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- Serde(String) - Constructor for class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- serializeKey(String, Object) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- serializeValue(String, Object) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- ServiceElem - Class in io.kgraph.kgiraffe.util.proto
- ServiceElem(ServiceElement) - Constructor for class io.kgraph.kgiraffe.util.proto.ServiceElem
- services - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
- setReadOnly() - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- setRoot(boolean) - Method in class io.kgraph.kgiraffe.schema.SchemaContext
- SHORT - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- SSL_CIPHER_SUITES_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_CIPHER_SUITES_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_CIPHER_SUITES_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_CLIENT_AUTHENTICATION_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_CLIENT_AUTHENTICATION_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_CLIENT_AUTHENTICATION_NONE - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_CLIENT_AUTHENTICATION_REQUESTED - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_CLIENT_AUTHENTICATION_REQUIRED - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_CLIENT_AUTHENTICATION_VALIDATOR - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_ENABLED_PROTOCOLS_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_ENABLED_PROTOCOLS_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_ENABLED_PROTOCOLS_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEY_PASSWORD_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEY_PASSWORD_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEY_PASSWORD_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYMANAGER_ALGORITHM_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYMANAGER_ALGORITHM_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYMANAGER_ALGORITHM_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYSTORE_LOCATION_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYSTORE_LOCATION_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYSTORE_LOCATION_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYSTORE_PASSWORD_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYSTORE_PASSWORD_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYSTORE_PASSWORD_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYSTORE_TYPE_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_KEYSTORE_TYPE_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_PROTOCOL_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_PROTOCOL_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_PROTOCOL_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_PROVIDER_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_PROVIDER_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_PROVIDER_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_STORE_TYPE_JKS - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_STORE_TYPE_PKCS12 - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_STORE_TYPE_VALIDATOR - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTMANAGER_ALGORITHM_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTMANAGER_ALGORITHM_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTMANAGER_ALGORITHM_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_LOCATION_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_LOCATION_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_LOCATION_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_PASSWORD_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_PASSWORD_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_PASSWORD_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_TYPE_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_TYPE_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- SSL_TRUSTSTORE_TYPE_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- STAGE_SCHEMAS_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- STAGE_SCHEMAS_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- STAGED - io.kgraph.kgiraffe.schema.Status
- STAGED_SCHEMAS_COLLECTION_NAME - Static variable in class io.kgraph.kgiraffe.KGiraffeEngine
- StageFetcher - Class in io.kgraph.kgiraffe.schema
- StageFetcher(KGiraffeEngine) - Constructor for class io.kgraph.kgiraffe.schema.StageFetcher
- stageSchemas(String, String, List<SchemaReference>) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- Status - Enum in io.kgraph.kgiraffe.schema
- STATUS_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- statusEnum - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- STRING - io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- SUBJECT_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- SUBJECT_PREFIX_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- SUBSCRIPTION - io.kgraph.kgiraffe.schema.SchemaContext.Mode
- SUBSCRIPTION_ROOT - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- SubscriptionFetcher - Class in io.kgraph.kgiraffe.schema
- SubscriptionFetcher(KGiraffeEngine, String, GraphQLQueryFactory) - Constructor for class io.kgraph.kgiraffe.schema.SubscriptionFetcher
- symbol() - Method in enum io.kgraph.kgiraffe.schema.Logical
- symbol() - Method in enum io.kgraph.kgiraffe.schema.OrderBy
- symbol() - Method in enum io.kgraph.kgiraffe.schema.Status
- symbols() - Static method in enum io.kgraph.kgiraffe.schema.Logical
- symbols() - Static method in enum io.kgraph.kgiraffe.schema.OrderBy
- symbols() - Static method in enum io.kgraph.kgiraffe.schema.Status
- sync() - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- syntax - Variable in class io.kgraph.kgiraffe.util.proto.ProtoFileElem
T
- tag - Variable in class io.kgraph.kgiraffe.util.proto.EnumConstantElem
- tag - Variable in class io.kgraph.kgiraffe.util.proto.FieldElem
- tag - Variable in class io.kgraph.kgiraffe.util.proto.GroupElem
- TimeoutDataFetcher<T> - Class in io.kgraph.kgiraffe.schema.timeout
- TimeoutDataFetcher(long) - Constructor for class io.kgraph.kgiraffe.schema.timeout.TimeoutDataFetcher
- TIMESTAMP_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- TIMESTAMP_TYPE_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- toArray() - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- TOKEN_PRIVATE_KEY_PATH_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_PRIVATE_KEY_PATH_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_PUBLIC_KEY_PATH_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_PUBLIC_KEY_PATH_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_SIGNATURE_ALGORITHM_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_SIGNATURE_ALGORITHM_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_SIGNATURE_ALGORITHM_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_SIGNATURE_ALGORITHM_VALIDATOR - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_TTL_SECS_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_TTL_SECS_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_TTL_SECS_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_TYPE_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_TYPE_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_TYPE_JWT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_TYPE_SIMPLE - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOKEN_TYPE_VALIDATOR - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOPIC_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- TOPICS_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- TOPICS_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- toString() - Method in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- toString() - Method in enum io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
- toString() - Method in enum io.kgraph.kgiraffe.schema.Logical
- toString() - Method in enum io.kgraph.kgiraffe.schema.OrderBy
- toString() - Method in enum io.kgraph.kgiraffe.schema.Status
- toString() - Method in class io.kgraph.kgiraffe.schema.util.DefaultGraphQLError
- toString() - Method in class io.kgraph.kgiraffe.util.RecordHeader
- toString() - Method in class io.kgraph.kgiraffe.util.RecordHeaders
- tsTypeEnum - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- type - Variable in class io.kgraph.kgiraffe.util.proto.FieldElem
U
- UnstageFetcher - Class in io.kgraph.kgiraffe.schema
- UnstageFetcher(KGiraffeEngine) - Constructor for class io.kgraph.kgiraffe.schema.UnstageFetcher
- unstageSchema(int) - Method in class io.kgraph.kgiraffe.KGiraffeEngine
- unwrap(Throwable) - Method in class io.kgraph.kgiraffe.schema.util.DefaultDataFetcherExceptionHandler
-
Called to unwrap an exception to a more suitable cause if required.
V
- value - Variable in class io.kgraph.kgiraffe.util.proto.OptionElem
- value() - Method in class io.kgraph.kgiraffe.util.RecordHeader
- VALUE_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- VALUE_DEFAULT - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig.Serde
- VALUE_ERROR_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- VALUE_SCHEMA_ID_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- VALUE_SERDES_CONFIG - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- VALUE_SERDES_DOC - Static variable in class io.kgraph.kgiraffe.KGiraffeConfig
- valueOf(String) - Static method in enum io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.kgraph.kgiraffe.schema.Logical
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.kgraph.kgiraffe.schema.OrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.kgraph.kgiraffe.schema.SchemaContext.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.kgraph.kgiraffe.schema.Status
-
Returns the enum constant of this type with the specified name.
- values - Variable in class io.kgraph.kgiraffe.util.proto.ExtensionsElem
- values - Variable in class io.kgraph.kgiraffe.util.proto.ReservedElem
- values() - Static method in enum io.kgraph.kgiraffe.KGiraffeConfig.SerdeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.kgraph.kgiraffe.schema.Logical
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.kgraph.kgiraffe.schema.OrderBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.kgraph.kgiraffe.schema.SchemaContext.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.kgraph.kgiraffe.schema.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION_ATTR_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
W
- WHERE_PARAM_NAME - Static variable in class io.kgraph.kgiraffe.schema.GraphQLSchemaBuilder
- wherePredicateEnvironment(DataFetchingEnvironment, GraphQLFieldDefinition, Map<String, Object>) - Method in class io.kgraph.kgiraffe.schema.GraphQLQueryFactory
All Classes All Packages