Uses of Interface
org.infinispan.protostream.FileDescriptorSource.ProgressCallback
-
Packages that use FileDescriptorSource.ProgressCallback Package Description org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format.org.infinispan.protostream.descriptors Represents information contained in a proto file -
-
Uses of FileDescriptorSource.ProgressCallback in org.infinispan.protostream
Methods in org.infinispan.protostream that return FileDescriptorSource.ProgressCallback Modifier and Type Method Description FileDescriptorSource.ProgressCallbackFileDescriptorSource. getProgressCallback()Methods in org.infinispan.protostream with parameters of type FileDescriptorSource.ProgressCallback Modifier and Type Method Description FileDescriptorSourceFileDescriptorSource. withProgressCallback(FileDescriptorSource.ProgressCallback progressCallback)Set the ProgressCallback. -
Uses of FileDescriptorSource.ProgressCallback in org.infinispan.protostream.descriptors
Constructors in org.infinispan.protostream.descriptors with parameters of type FileDescriptorSource.ProgressCallback Constructor Description ResolutionContext(FileDescriptorSource.ProgressCallback progressCallback, Map<String,FileDescriptor> fileDescriptorMap, Map<String,GenericDescriptor> allGlobalTypes, Map<Integer,GenericDescriptor> allTypeIds, Map<String,EnumValueDescriptor> allEnumValueDescriptors)
-