Skip navigation links
A B C D E F G H I N O R S T U W 

A

ACCESS_KEY_ID - Static variable in class io.pravega.storage.extendeds3.ExtendedS3StorageConfig
 

B

BLOCK_SIZE - Static variable in class io.pravega.storage.hdfs.HDFSStorageConfig
 
BUCKET - Static variable in class io.pravega.storage.extendeds3.ExtendedS3StorageConfig
 
builder() - Static method in class io.pravega.storage.extendeds3.ExtendedS3StorageConfig
Creates a new ConfigBuilder that can be used to create instances of this class.
builder() - Static method in class io.pravega.storage.filesystem.FileSystemStorageConfig
Creates a new ConfigBuilder that can be used to create instances of this class.
builder() - Static method in class io.pravega.storage.hdfs.HDFSStorageConfig
Creates a new ConfigBuilder that can be used to create instances of this class.

C

close() - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
close() - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
COMPONENT_CODE - Static variable in class io.pravega.storage.filesystem.FileSystemStorageConfig
 
concat(SegmentHandle, long, String) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
concat(SegmentHandle, long, String) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
create(String) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
create(String) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
createFactory(ConfigSetup, ScheduledExecutorService) - Method in class io.pravega.storage.extendeds3.ExtendedS3StorageFactoryCreator
 
createFactory(ConfigSetup, ScheduledExecutorService) - Method in class io.pravega.storage.filesystem.FileSystemStorageFactoryCreator
 
createFactory(ConfigSetup, ScheduledExecutorService) - Method in class io.pravega.storage.hdfs.HDFSStorageFactoryCreator
 
createStorageAdapter() - Method in class io.pravega.storage.extendeds3.ExtendedS3StorageFactory
 
createStorageAdapter() - Method in class io.pravega.storage.filesystem.FileSystemStorageFactory
 
createStorageAdapter() - Method in class io.pravega.storage.hdfs.HDFSStorageFactory
 

D

delete(SegmentHandle) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
delete(SegmentHandle) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 

E

exists(String) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
exists(String) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
ExtendedS3SegmentHandle - Class in io.pravega.storage.extendeds3
 
ExtendedS3SegmentHandle() - Constructor for class io.pravega.storage.extendeds3.ExtendedS3SegmentHandle
 
ExtendedS3Storage - Class in io.pravega.storage.extendeds3
Storage adapter for extended S3 based storage.
ExtendedS3Storage(S3Client, ExtendedS3StorageConfig) - Constructor for class io.pravega.storage.extendeds3.ExtendedS3Storage
 
ExtendedS3StorageConfig - Class in io.pravega.storage.extendeds3
Configuration for the ExtendedS3 Storage component.
ExtendedS3StorageFactory - Class in io.pravega.storage.extendeds3
Factory for ExtendedS3 Storage adapters.
ExtendedS3StorageFactory(ExtendedS3StorageConfig, ExecutorService) - Constructor for class io.pravega.storage.extendeds3.ExtendedS3StorageFactory
Creates a new instance of the NFSStorageFactory class.
ExtendedS3StorageFactoryCreator - Class in io.pravega.storage.extendeds3
 
ExtendedS3StorageFactoryCreator() - Constructor for class io.pravega.storage.extendeds3.ExtendedS3StorageFactoryCreator
 

F

FileSystemSegmentHandle - Class in io.pravega.storage.filesystem
Handle for FileSystem.
FileSystemSegmentHandle(String, boolean) - Constructor for class io.pravega.storage.filesystem.FileSystemSegmentHandle
Creates a new instance of FileSystem segment handle.
FileSystemStorage - Class in io.pravega.storage.filesystem
Storage adapter for file system based storage.
FileSystemStorage(FileSystemStorageConfig) - Constructor for class io.pravega.storage.filesystem.FileSystemStorage
Creates a new instance of the FileSystemStorage class.
FileSystemStorageConfig - Class in io.pravega.storage.filesystem
Configuration for the NFS Storage component.
FileSystemStorageFactory - Class in io.pravega.storage.filesystem
Factory for file system Storage adapters.
FileSystemStorageFactory(FileSystemStorageConfig, ExecutorService) - Constructor for class io.pravega.storage.filesystem.FileSystemStorageFactory
Creates a new instance of the FileSystemStorageFactory class.
FileSystemStorageFactoryCreator - Class in io.pravega.storage.filesystem
 
FileSystemStorageFactoryCreator() - Constructor for class io.pravega.storage.filesystem.FileSystemStorageFactoryCreator
 

G

getName() - Method in class io.pravega.storage.extendeds3.ExtendedS3StorageFactoryCreator
 
getName() - Method in class io.pravega.storage.filesystem.FileSystemStorageFactoryCreator
 
getName() - Method in class io.pravega.storage.hdfs.HDFSStorageFactoryCreator
 
getReadHandle(String) - Static method in class io.pravega.storage.extendeds3.ExtendedS3SegmentHandle
 
getSegmentName() - Method in class io.pravega.storage.extendeds3.ExtendedS3SegmentHandle
 
getSegmentName() - Method in class io.pravega.storage.filesystem.FileSystemSegmentHandle
 
getStreamSegmentInfo(String) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
getStreamSegmentInfo(String) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
getWriteHandle(String) - Static method in class io.pravega.storage.extendeds3.ExtendedS3SegmentHandle
 

H

HDFSStorageConfig - Class in io.pravega.storage.hdfs
Configuration for the HDFS Storage component.
HDFSStorageFactory - Class in io.pravega.storage.hdfs
Factory for HDFS Storage adapters.
HDFSStorageFactory(HDFSStorageConfig, Executor) - Constructor for class io.pravega.storage.hdfs.HDFSStorageFactory
Creates a new instance of the HDFSStorageFactory class.
HDFSStorageFactoryCreator - Class in io.pravega.storage.hdfs
 
HDFSStorageFactoryCreator() - Constructor for class io.pravega.storage.hdfs.HDFSStorageFactoryCreator
 

I

initialize(long) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
Initialize is a no op here as we do not need a locking mechanism in case of file system write.
initialize(long) - Method in class io.pravega.storage.filesystem.FileSystemStorage
Initialize is a no op here as we do not need a locking mechanism in case of file system write.
io.pravega.storage.extendeds3 - package io.pravega.storage.extendeds3
 
io.pravega.storage.filesystem - package io.pravega.storage.filesystem
 
io.pravega.storage.hdfs - package io.pravega.storage.hdfs
 
isReadOnly() - Method in class io.pravega.storage.extendeds3.ExtendedS3SegmentHandle
 
isReadOnly() - Method in class io.pravega.storage.filesystem.FileSystemSegmentHandle
 

N

NAMESPACE - Static variable in class io.pravega.storage.extendeds3.ExtendedS3StorageConfig
 

O

openRead(String) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
openRead(String) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
openWrite(String) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
openWrite(String) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 

R

read(SegmentHandle, long, byte[], int, int) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
read(SegmentHandle, long, byte[], int, int) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
readHandle(String) - Static method in class io.pravega.storage.filesystem.FileSystemSegmentHandle
 
REPLACE_DATANODES_ON_FAILURE - Static variable in class io.pravega.storage.hdfs.HDFSStorageConfig
 
REPLICATION - Static variable in class io.pravega.storage.hdfs.HDFSStorageConfig
 
ROOT - Static variable in class io.pravega.storage.extendeds3.ExtendedS3StorageConfig
 
ROOT - Static variable in class io.pravega.storage.filesystem.FileSystemStorageConfig
 
ROOT - Static variable in class io.pravega.storage.hdfs.HDFSStorageConfig
 

S

seal(SegmentHandle) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
seal(SegmentHandle) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
SECRET_KEY - Static variable in class io.pravega.storage.extendeds3.ExtendedS3StorageConfig
 
supportsTruncation() - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
supportsTruncation() - Method in class io.pravega.storage.filesystem.FileSystemStorage
 

T

truncate(SegmentHandle, long) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
truncate(SegmentHandle, long) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 

U

unseal(SegmentHandle) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
unseal(SegmentHandle) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
URI - Static variable in class io.pravega.storage.extendeds3.ExtendedS3StorageConfig
 
URL - Static variable in class io.pravega.storage.hdfs.HDFSStorageConfig
 
USENONEMATCH - Static variable in class io.pravega.storage.extendeds3.ExtendedS3StorageConfig
 

W

write(SegmentHandle, long, InputStream, int) - Method in class io.pravega.storage.extendeds3.ExtendedS3Storage
 
write(SegmentHandle, long, InputStream, int) - Method in class io.pravega.storage.filesystem.FileSystemStorage
 
writeHandle(String) - Static method in class io.pravega.storage.filesystem.FileSystemSegmentHandle
 
A B C D E F G H I N O R S T U W 
Skip navigation links