Uses of Class
dev.vality.file.storage.NewFileResult
-
Uses of NewFileResult in dev.vality.file.storage
Fields in dev.vality.file.storage declared as NewFileResult Modifier and Type Field Description NewFileResultFileStorageSrv.CreateNewFile_result. successMethods in dev.vality.file.storage that return NewFileResult Modifier and Type Method Description NewFileResultFileStorageSrv.Client. createNewFile(Map<String,dev.vality.damsel.msgpack.Value> metadata, String expires_at)NewFileResultFileStorageSrv.Iface. createNewFile(Map<String,dev.vality.damsel.msgpack.Value> metadata, String expires_at)NewFileResultNewFileResult. deepCopy()NewFileResultFileStorageSrv.AsyncClient.CreateNewFile_call. getResult()NewFileResultFileStorageSrv.CreateNewFile_result. getSuccess()NewFileResultFileStorageSrv.Client. recvCreateNewFile()NewFileResultNewFileResult. setFileDataId(String file_data_id)NewFileResultNewFileResult. setUploadUrl(String upload_url)Methods in dev.vality.file.storage that return types with arguments of type NewFileResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<NewFileResult>FileStorageSrv.AsyncProcessor.CreateNewFile. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.file.storage with parameters of type NewFileResult Modifier and Type Method Description intNewFileResult. compareTo(NewFileResult other)booleanNewFileResult. equals(NewFileResult that)FileStorageSrv.CreateNewFile_resultFileStorageSrv.CreateNewFile_result. setSuccess(NewFileResult success)Method parameters in dev.vality.file.storage with type arguments of type NewFileResult Modifier and Type Method Description voidFileStorageSrv.AsyncClient. createNewFile(Map<String,dev.vality.damsel.msgpack.Value> metadata, String expires_at, org.apache.thrift.async.AsyncMethodCallback<NewFileResult> resultHandler)voidFileStorageSrv.AsyncIface. createNewFile(Map<String,dev.vality.damsel.msgpack.Value> metadata, String expires_at, org.apache.thrift.async.AsyncMethodCallback<NewFileResult> resultHandler)voidFileStorageSrv.AsyncProcessor.CreateNewFile. start(I iface, FileStorageSrv.CreateNewFile_args args, org.apache.thrift.async.AsyncMethodCallback<NewFileResult> resultHandler)Constructors in dev.vality.file.storage with parameters of type NewFileResult Constructor Description CreateNewFile_result(NewFileResult success)NewFileResult(NewFileResult other)Performs a deep copy on other.Constructor parameters in dev.vality.file.storage with type arguments of type NewFileResult Constructor Description CreateNewFile_call(Map<String,dev.vality.damsel.msgpack.Value> metadata, String expires_at, org.apache.thrift.async.AsyncMethodCallback<NewFileResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)