Uses of Class
com.cognite.client.CogniteClient
Packages that use CogniteClient
-
Uses of CogniteClient in com.cognite.client
Methods in com.cognite.client that return CogniteClientModifier and TypeMethodDescriptionCogniteClient.enableHttp(boolean enable) Enable (or disable) support for http.static CogniteClientCogniteClient.ofAuthHeader(String cdfProject, String authHeaderKey, Supplier<String> tokenSupplier) Returns aCogniteClientusing the provided supplier (function) to provide an auth token for authorization.static CogniteClientCogniteClient.ofClientCredentials(String cdfProject, String clientId, String clientSecret, URL tokenUrl) Returns aCogniteClientusing client credentials for authentication.static CogniteClientCogniteClient.ofClientCredentials(String cdfProject, String clientId, String clientSecret, URL tokenUrl, Collection<String> scopes) Returns aCogniteClientusing client credentials for authentication.static CogniteClientReturns aCogniteClientusing the provided supplier (function) to provide a bearer token for authorization.CogniteClient.withBaseUrl(String baseUrl) Returns aCogniteClientusing the specified base URL for issuing API requests.CogniteClient.withClientConfig(ClientConfig config) Returns aCogniteClientusing the specified configuration settings.CogniteClient.withProject(String project) Returns aCogniteClientusing the specified Cognite Data Fusion project / tenant.CogniteClient.withScopes(Collection<String> scopes) Returns aCogniteClientusing the specified list of scopes for issuing API requests.Methods in com.cognite.client with parameters of type CogniteClientModifier and TypeMethodDescriptionstatic AssetsAssets.of(CogniteClient client) Constructs a newAssetsobject using the provided client configuration.static CdfHttpRequestCdfHttpRequest.of(CogniteClient client, URI requestUri) Construct a newCdfHttpRequestobject using the provided configuration.static ContextualizationContextualization.of(CogniteClient client) Constructs a newContextualizationobject using the provided client configuration.static DataPointsDataPoints.of(CogniteClient client) Construct a newDataPointsobject using the provided configuration.static DatasetsDatasets.of(CogniteClient client) Construct a newDatasetsobject using the provided configuration.static EngineeringDiagramsEngineeringDiagrams.of(CogniteClient client) Construct a newEngineeringDiagramsobject using the provided configuration.static EntityMatchingEntityMatching.of(CogniteClient client) Construct a newEntityMatchingobject using the provided configuration.static EventsEvents.of(CogniteClient client) Constructs a newEventsobject using the provided client configuration.static ExperimentalExperimental.of(CogniteClient client) Constructs a newExperimentalobject using the provided client configuration.ExtractionPipelineRuns.Heartbeat.of(CogniteClient client, String extractionPipelineExtId) Create the heartbeat object.static ExtractionPipelineRunsExtractionPipelineRuns.of(CogniteClient client) Constructs a newExtractionPipelineRunsobject using the provided client configuration.static ExtractionPipelinesExtractionPipelines.of(CogniteClient client) Constructs a newExtractionPipelinesobject using the provided client configuration.static FilesFiles.of(CogniteClient client) Constructs a newFilesobject using the provided client configuration.static LabelsLabels.of(CogniteClient client) Construct a newLabelsobject using the provided configuration.static RawRaw.of(CogniteClient client) Constructs a newRawobject using the provided client configuration.static RawDatabasesRawDatabases.of(CogniteClient client) Constructs a newRawDatabasesobject using the provided client configuration.static RawRowsRawRows.of(CogniteClient client) Constructs a newRawRowsobject using the provided client configuration.static RawTablesRawTables.of(CogniteClient client) Constructs a newRawTablesobject using the provided client configuration.static RelationshipsRelationships.of(CogniteClient client) Constructs a newRelationshipsobject using the provided client configuration.static SecurityCategoriesSecurityCategories.of(CogniteClient client) Construct a newSecurityCategoriesobject using the provided configuration- This method is intended for internal use--SDK client should always useCogniteClientas the entry point to this class.static SequenceRowsSequenceRows.of(CogniteClient client) Construct a newSequenceRowsobject using the provided configuration.static SequencesSequences.of(CogniteClient client) Construct a newSequencesobject using the provided configuration.static ThreeDThreeD.of(CogniteClient client) Constructs a newThreeDobject using the provided client configuration.static ThreeDAssetMappingsThreeDAssetMappings.of(CogniteClient client) Constructs a newThreeDAssetMappingsobject using the provided client configuration.static ThreeDFilesThreeDFiles.of(CogniteClient client) Constructs a newThreeDFilesobject using the provided client configuration.static ThreeDModelsThreeDModels.of(CogniteClient client) Constructs a newThreeDModelsobject using the provided client configuration.static ThreeDModelsRevisionsThreeDModelsRevisions.of(CogniteClient client) Constructs a newThreeDModelsRevisionsobject using the provided client configuration.static ThreeDNodesThreeDNodes.of(CogniteClient client) Constructs a newThreeDNodesobject using the provided client configuration.static ThreeDOutputsThreeDOutputs.of(CogniteClient client) Constructs a newThreeDOutputsobject using the provided client configuration.static ThreeDRevisionLogsThreeDRevisionLogs.of(CogniteClient client) Constructs a newThreeDRevisionLogsobject using the provided client configuration.static TimeseriesTimeseries.of(CogniteClient client) Construct a newTimeseriesobject using the provided configuration.static TransformationJobMetricsTransformationJobMetrics.of(CogniteClient client) Constructs a newTransformationJobMetricsobject using the provided client configuration.static TransformationJobsTransformationJobs.of(CogniteClient client) Constructs a newTransformationJobsobject using the provided client configuration.static TransformationNotificationsTransformationNotifications.of(CogniteClient client) Constructs a newTransformationNotificationsobject using the provided client configuration.static TransformationsTransformations.of(CogniteClient client) Constructs a newTransformationsobject using the provided client configuration.static TransformationSchedulesTransformationSchedules.of(CogniteClient client) Constructs a newTransformationJobsobject using the provided client configuration. -
Uses of CogniteClient in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return CogniteClientMethods in com.cognite.client.servicesV1 with parameters of type CogniteClientModifier and TypeMethodDescriptionstatic ConnectorServiceV1ConnectorServiceV1.of(CogniteClient client) static <T> ConnectorServiceV1.ResultFutureIterator<T>ConnectorServiceV1.ResultFutureIterator.of(CogniteClient client, RequestProvider requestProvider, ResponseParser<T> responseParser) abstract ConnectorServiceV1.BuilderConnectorServiceV1.Builder.setClient(CogniteClient value) -
Uses of CogniteClient in com.cognite.client.statestore
Methods in com.cognite.client.statestore with parameters of type CogniteClientModifier and TypeMethodDescriptionstatic RawStateStoreRawStateStore.of(CogniteClient client, String dbName, String tableName) Initialize a state store backed by a CDF Raw table.