Index

C D G H I L N O R S W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

ChannelInvocationHandler - Class in org.webpieces.googlecloud.storage.impl
 
ChannelInvocationHandler(ClientAssertions) - Constructor for class org.webpieces.googlecloud.storage.impl.ChannelInvocationHandler
 
ChannelWrapper - Class in org.webpieces.googlecloud.storage.impl
 
ChannelWrapper(Provider<ChannelInvocationHandler>) - Constructor for class org.webpieces.googlecloud.storage.impl.ChannelWrapper
 
copy(Storage.CopyRequest) - Method in interface org.webpieces.googlecloud.storage.api.GCPRawStorage
 
copy(Storage.CopyRequest) - Method in class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
copy(Storage.CopyRequest) - Method in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
copy(Storage.CopyRequest) - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 
CopyInterface - Interface in org.webpieces.googlecloud.storage.api
 
CopyWriterImpl - Class in org.webpieces.googlecloud.storage.impl.raw
 
CopyWriterImpl(CopyWriter) - Constructor for class org.webpieces.googlecloud.storage.impl.raw.CopyWriterImpl
 
createReader(Blob) - Method in class org.webpieces.googlecloud.storage.impl.ChannelWrapper
 
createWriter(Blob) - Method in class org.webpieces.googlecloud.storage.impl.ChannelWrapper
 

D

delete(String, String, Storage.BlobSourceOption...) - Method in interface org.webpieces.googlecloud.storage.api.GCPRawStorage
 
delete(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
delete(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
delete(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 

G

GCPBlob - Interface in org.webpieces.googlecloud.storage.api
 
GCPBlobImpl - Class in org.webpieces.googlecloud.storage.impl.raw
 
GCPBlobImpl(Blob) - Constructor for class org.webpieces.googlecloud.storage.impl.raw.GCPBlobImpl
 
GCPPageImpl - Class in org.webpieces.googlecloud.storage.impl.raw
 
GCPPageImpl(Page<Blob>) - Constructor for class org.webpieces.googlecloud.storage.impl.raw.GCPPageImpl
 
GCPRawStorage - Interface in org.webpieces.googlecloud.storage.api
Create as you need GCPRawStorage methods - create in GCPRawStorage, GCPStorage, GCPRawStorageImpl, LocalStorage for each method as we go.
GCPRawStorageImpl - Class in org.webpieces.googlecloud.storage.impl.raw
ADD NO CODE to this class as it is not tested until integration time.
GCPRawStorageImpl(StorageSupplier) - Constructor for class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 
GCPStorage - Interface in org.webpieces.googlecloud.storage.api
MOCK GCPRawStorage, NOT this class so you are mocking the LOWEST level and testing your client assertions at test time!!!
GCPStorageImpl - Class in org.webpieces.googlecloud.storage.impl
Since tests mock rawStorage, changes to this class get included in testing.
GCPStorageImpl(GCPRawStorage, ClientAssertions, ChannelWrapper) - Constructor for class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
get() - Method in class org.webpieces.googlecloud.storage.impl.StorageSupplier
 
get(String, Storage.BucketGetOption...) - Method in interface org.webpieces.googlecloud.storage.api.GCPRawStorage
 
get(String, Storage.BucketGetOption...) - Method in class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
get(String, Storage.BucketGetOption...) - Method in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
get(String, Storage.BucketGetOption...) - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 
get(String, String, Storage.BlobGetOption...) - Method in interface org.webpieces.googlecloud.storage.api.GCPRawStorage
 
get(String, String, Storage.BlobGetOption...) - Method in class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
get(String, String, Storage.BlobGetOption...) - Method in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
get(String, String, Storage.BlobGetOption...) - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 
getBucket() - Method in interface org.webpieces.googlecloud.storage.api.GCPBlob
 
getBucket() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalGCPBlobImpl
 
getBucket() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPBlobImpl
 
getContentType() - Method in interface org.webpieces.googlecloud.storage.api.GCPBlob
 
getContentType() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalGCPBlobImpl
 
getContentType() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPBlobImpl
 
getName() - Method in interface org.webpieces.googlecloud.storage.api.GCPBlob
 
getName() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalGCPBlobImpl
 
getName() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPBlobImpl
 
getNextPage() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalPage
 
getNextPage() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPPageImpl
 
getNextPageToken() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalPage
 
getNextPageToken() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPPageImpl
 
getSize() - Method in interface org.webpieces.googlecloud.storage.api.GCPBlob
 
getSize() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalGCPBlobImpl
 
getSize() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPBlobImpl
 
getValues() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalPage
 
getValues() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPPageImpl
 

H

hasNextPage() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalPage
 
hasNextPage() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPPageImpl
 

I

invoke(Object, Method, Object[]) - Method in class org.webpieces.googlecloud.storage.impl.ChannelInvocationHandler
 
iterateAll() - Method in class org.webpieces.googlecloud.storage.impl.local.LocalPage
 
iterateAll() - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPPageImpl
 

L

list(String, Storage.BlobListOption...) - Method in interface org.webpieces.googlecloud.storage.api.GCPRawStorage
 
list(String, Storage.BlobListOption...) - Method in class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
list(String, Storage.BlobListOption...) - Method in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
list(String, Storage.BlobListOption...) - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 
LOCAL_BUILD_DIR - Static variable in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
LocalCopyWriter - Class in org.webpieces.googlecloud.storage.impl.local
 
LocalCopyWriter(Storage.CopyRequest) - Constructor for class org.webpieces.googlecloud.storage.impl.local.LocalCopyWriter
 
LocalGCPBlobImpl - Class in org.webpieces.googlecloud.storage.impl.local
 
LocalGCPBlobImpl(String, String) - Constructor for class org.webpieces.googlecloud.storage.impl.local.LocalGCPBlobImpl
 
LocalPage - Class in org.webpieces.googlecloud.storage.impl.local
 
LocalPage(String, File) - Constructor for class org.webpieces.googlecloud.storage.impl.local.LocalPage
 
LocalStorage - Class in org.webpieces.googlecloud.storage.impl.local
 
LocalStorage() - Constructor for class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 

N

newChannelProxy(Class<T>, T) - Method in class org.webpieces.googlecloud.storage.impl.ChannelWrapper
 

O

OldLocalStorage - Class in org.webpieces.googlecloud.storage.impl
Deprecated.
OldLocalStorage(ClientAssertions, ChannelWrapper) - Constructor for class org.webpieces.googlecloud.storage.impl.OldLocalStorage
Deprecated.
 
org.webpieces.googlecloud.storage.api - package org.webpieces.googlecloud.storage.api
 
org.webpieces.googlecloud.storage.impl - package org.webpieces.googlecloud.storage.impl
 
org.webpieces.googlecloud.storage.impl.local - package org.webpieces.googlecloud.storage.impl.local
 
org.webpieces.googlecloud.storage.impl.raw - package org.webpieces.googlecloud.storage.impl.raw
 

R

readAllBytes(String, String, Storage.BlobSourceOption...) - Method in interface org.webpieces.googlecloud.storage.api.GCPRawStorage
 
readAllBytes(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
readAllBytes(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
readAllBytes(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 
reader(String, String, Storage.BlobSourceOption...) - Method in interface org.webpieces.googlecloud.storage.api.GCPRawStorage
 
reader(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
reader(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
reader(String, String, Storage.BlobSourceOption...) - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 

S

setChannel(Channel) - Method in class org.webpieces.googlecloud.storage.impl.ChannelInvocationHandler
 
StorageSupplier - Class in org.webpieces.googlecloud.storage.impl
 
StorageSupplier() - Constructor for class org.webpieces.googlecloud.storage.impl.StorageSupplier
 

W

writer(BlobInfo, Storage.BlobWriteOption...) - Method in interface org.webpieces.googlecloud.storage.api.GCPRawStorage
 
writer(BlobInfo, Storage.BlobWriteOption...) - Method in class org.webpieces.googlecloud.storage.impl.GCPStorageImpl
 
writer(BlobInfo, Storage.BlobWriteOption...) - Method in class org.webpieces.googlecloud.storage.impl.local.LocalStorage
 
writer(BlobInfo, Storage.BlobWriteOption...) - Method in class org.webpieces.googlecloud.storage.impl.raw.GCPRawStorageImpl
 
C D G H I L N O R S W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form