@Service public class MilvusInit extends AbstractMilvusClientBuilder implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| 限定符和类型 | 字段和说明 |
|---|---|
private io.milvus.v2.client.MilvusClientV2 |
client |
private MilvusPropertiesConfiguration |
milvusPropertiesConfiguration |
properties| 构造器和说明 |
|---|
MilvusInit(MilvusPropertiesConfiguration milvusPropertiesConfiguration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
void |
initialize() |
io.milvus.v2.client.MilvusClientV2 |
milvusClientV2() |
void |
printBanner() |
close, getClient, handler, performBusinessLogic, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddField, alterAlias, createAlias, createAlias, createCollection, createCollection, createIndex, createIndex, createPartition, describeCollection, describeIndex, describeIndex, dropAlias, dropCollection, dropIndex, dropPartition, getCollectionStats, getField, getField, getLoadState, hasCollection, hasPartition, isCollectionLoaded, listAliases, listPartitions, loadCollection, loadCollection, loadPartition, loadPartitions, releaseCollection, releaseCollection, releasePartition, releasePartitions, renameCollectionprivate final MilvusPropertiesConfiguration milvusPropertiesConfiguration
private io.milvus.v2.client.MilvusClientV2 client
public MilvusInit(MilvusPropertiesConfiguration milvusPropertiesConfiguration)
public void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanpublic void destroy()
throws Exception
destroy 在接口中 org.springframework.beans.factory.DisposableBeanExceptionpublic void initialize()
initialize 在接口中 MilvusClientBuilderinitialize 在类中 AbstractMilvusClientBuilder@Bean public io.milvus.v2.client.MilvusClientV2 milvusClientV2()
public void printBanner()
Copyright © 2024. All rights reserved.