Uses of Class
org.apache.iceberg.view.ViewVersionMetadata
-
Packages that use ViewVersionMetadata Package Description org.apache.iceberg.nessie org.apache.iceberg.view -
-
Uses of ViewVersionMetadata in org.apache.iceberg.nessie
Methods in org.apache.iceberg.nessie that return ViewVersionMetadata Modifier and Type Method Description ViewVersionMetadataNessieViewOperations. refresh()Methods in org.apache.iceberg.nessie with parameters of type ViewVersionMetadata Modifier and Type Method Description voidNessieViewOperations. commit(ViewVersionMetadata base, ViewVersionMetadata metadata, Map<String,String> properties) -
Uses of ViewVersionMetadata in org.apache.iceberg.view
Methods in org.apache.iceberg.view that return ViewVersionMetadata Modifier and Type Method Description ViewVersionMetadataBaseMetastoreViewOperations. current()ViewVersionMetadataHadoopViewOperations. current()ViewVersionMetadataViewOperations. current()Return the currently loaded view metadata, without checking for updates.static ViewVersionMetadataViewVersionMetadata. newViewVersionMetadata(BaseVersion version, String location, ViewDefinition definition, Map<String,String> properties)static ViewVersionMetadataViewVersionMetadata. newViewVersionMetadata(BaseVersion version, String location, ViewDefinition definition, Map<String,String> properties, List<Version> versions, List<HistoryEntry> history)static ViewVersionMetadataViewVersionMetadata. newViewVersionMetadata(BaseVersion version, String location, ViewDefinition definition, ViewVersionMetadata viewVersionMetadata, Map<String,String> properties)static ViewVersionMetadataViewVersionMetadataParser. read(org.apache.iceberg.io.InputFile file)ViewVersionMetadataHadoopViewOperations. refresh()ViewVersionMetadataViewOperations. refresh()Return the current view metadata after checking for updates.ViewVersionMetadataViewVersionMetadata. replaceProperties(Map<String,String> newProperties)Methods in org.apache.iceberg.view with parameters of type ViewVersionMetadata Modifier and Type Method Description voidHadoopViewOperations. commit(ViewVersionMetadata base, ViewVersionMetadata metadata, Map<String,String> properties)voidViewOperations. commit(ViewVersionMetadata base, ViewVersionMetadata metadata, Map<String,String> properties)Replace the base metadata with a new version.static voidViewUtils. doCommit(String operation, Map<String,String> properties, int versionId, int parentId, ViewDefinition definition, String location, ViewOperations ops, ViewVersionMetadata prevViewVersionMetadata)The method prepares the arguments to perform the commit and then proceeds to commit.static voidViewVersionMetadataParser. internalWrite(ViewVersionMetadata metadata, org.apache.iceberg.io.OutputFile outputFile, boolean overwrite)static ViewVersionMetadataViewVersionMetadata. newViewVersionMetadata(BaseVersion version, String location, ViewDefinition definition, ViewVersionMetadata viewVersionMetadata, Map<String,String> properties)static voidViewVersionMetadataParser. overwrite(ViewVersionMetadata metadata, org.apache.iceberg.io.OutputFile outputFile)static voidViewVersionMetadataParser. toJson(ViewVersionMetadata metadata, com.fasterxml.jackson.core.JsonGenerator generator)static voidViewVersionMetadataParser. write(ViewVersionMetadata metadata, org.apache.iceberg.io.OutputFile outputFile)protected StringBaseMetastoreViewOperations. writeNewMetadata(ViewVersionMetadata metadata, int version)Method parameters in org.apache.iceberg.view with type arguments of type ViewVersionMetadata Modifier and Type Method Description protected voidBaseMetastoreViewOperations. refreshFromMetadataLocation(String newLocation, Predicate<Exception> shouldRetry, int numRetries, Function<String,ViewVersionMetadata> metadataLoader)
-