Uses of Class
org.eclipse.jgit.generated.storage.dht.proto.GitStore.CachedPackInfo

Uses of GitStore.CachedPackInfo in org.eclipse.jgit.generated.storage.dht.proto
 

Methods in org.eclipse.jgit.generated.storage.dht.proto that return GitStore.CachedPackInfo
 GitStore.CachedPackInfo GitStore.CachedPackInfo.Builder.build()
           
 GitStore.CachedPackInfo GitStore.CachedPackInfo.Builder.buildPartial()
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.getDefaultInstance()
           
 GitStore.CachedPackInfo GitStore.CachedPackInfo.getDefaultInstanceForType()
           
 GitStore.CachedPackInfo GitStore.CachedPackInfo.Builder.getDefaultInstanceForType()
           
 GitStore.CachedPackInfo GitCache.CachedPackInfoListOrBuilder.getPack(int index)
           
 GitStore.CachedPackInfo GitCache.CachedPackInfoList.getPack(int index)
           
 GitStore.CachedPackInfo GitCache.CachedPackInfoList.Builder.getPack(int index)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseDelimitedFrom(java.io.InputStream input)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseFrom(byte[] data)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseFrom(com.google.protobuf.ByteString data)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseFrom(com.google.protobuf.CodedInputStream input)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseFrom(java.io.InputStream input)
           
static GitStore.CachedPackInfo GitStore.CachedPackInfo.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.eclipse.jgit.generated.storage.dht.proto that return types with arguments of type GitStore.CachedPackInfo
 java.util.List<GitStore.CachedPackInfo> GitCache.CachedPackInfoListOrBuilder.getPackList()
           
 java.util.List<GitStore.CachedPackInfo> GitCache.CachedPackInfoList.getPackList()
           
 java.util.List<GitStore.CachedPackInfo> GitCache.CachedPackInfoList.Builder.getPackList()
           
 

Methods in org.eclipse.jgit.generated.storage.dht.proto with parameters of type GitStore.CachedPackInfo
 GitCache.CachedPackInfoList.Builder GitCache.CachedPackInfoList.Builder.addPack(GitStore.CachedPackInfo value)
           
 GitCache.CachedPackInfoList.Builder GitCache.CachedPackInfoList.Builder.addPack(int index, GitStore.CachedPackInfo value)
           
 GitStore.CachedPackInfo.Builder GitStore.CachedPackInfo.Builder.mergeFrom(GitStore.CachedPackInfo other)
           
static GitStore.CachedPackInfo.Builder GitStore.CachedPackInfo.newBuilder(GitStore.CachedPackInfo prototype)
           
 GitCache.CachedPackInfoList.Builder GitCache.CachedPackInfoList.Builder.setPack(int index, GitStore.CachedPackInfo value)
           
 

Method parameters in org.eclipse.jgit.generated.storage.dht.proto with type arguments of type GitStore.CachedPackInfo
 GitCache.CachedPackInfoList.Builder GitCache.CachedPackInfoList.Builder.addAllPack(java.lang.Iterable<? extends GitStore.CachedPackInfo> values)
           
 



Copyright © 2011. All Rights Reserved.