Mẫu thiết kế singleton:
Nó là gì?
Mẫu thiết kế singleton đảm bảo chỉ duy nhất môt thực thể của một class được tạo ra và nó sẽ cung cấp cho bạn một phương thức để truy cập đến thực thế đó.
Kiểm soát việc tạo ra các thực thể nhưng có thể lấy ra thực thế.
Dùng nó trong trường hợp nào?
Khi bạn tạo ra một class mà bạn chỉ muốn chỉ có duy nhất một thực thể là thể hiện của class đó và bạn có thể truy cập đến nó ở bất kỳ nơi đâu khi bạn muốn.
Ví dụ như : Khi bạn tạo ra một class làm việc với file, config ,class lưu collection dùng chung, hoặc database . Bản chỉ cần duy nhất một thực thể của class đó và bạn sẽ sử dụng nó ở bất kỳ nơi đâu.
Dùng nó như thế nào?
Đầu tiên tôi tạo ra một class với tên là Database. Để không class nào có thể khỏi tạo nó (đảm bảo duy nhất có một thực thể) tôi sẽ private contructor của class trên.
- In Java
- public class Database{
- private Database();
- }
- In Swift
- class Database{
- private init();
- }
- In Java
- private Database INSTANCE;
- public static Database getInstance(){
- if(INSTANCE == null){
- INSTANCE = new Database();
- }
- return INSTANCE;
-
}
- In Swift
- var Database sharedInstance;
- class func getInstance() -> Database {
- if(sharedInstance == nil) {
- sharedInstance = Database()
- }
- return sharedInstance
- }
Có một vấn đề xảy ra. Nếu có hai luồng (thread) chạy song song và thực hiện hàm if thì sẽ có 2 thực thể được tạo ra. Để tránh trường hợp này mình thêm từ khóa synchronized. Khi hàm getInstance đã được chạy thì bất kỳ các luồng khác phải đợi hàm này chạy xong mới gọi được.
- public static synchronized Database getInstance(){
- if(INSTANCE == null){
- INSTANCE = new Database();
- }
- return INSTANCE;
-
}
- In Java:
-
private static final Database INSTANCE = new Database();
- In Swift
- static let sharedInstance = Database()
- In Java:
- public static Database getInstance(){
- return INSTANCE;
-
}
- In Swift
- class func getInstance() -> Database {
- return sharedInstance
- }
Với swift ta làm như sau:
OK ! Đến đây bạn có thể chắc chắn rằng sẽ chỉ có duy nhất một thực thể của class Database được tạo ra và bạn có thể sử dụng hàm getInstance để truy cập vào thực thế đó. Việc còn lại là bạn viết các phương thức, các setter, getter cho nó. Đây chính là mẫu thiết kế singleton.
I learn some new stuff from it too, thanks for sharing your information.I thought I would leave my first comment. I don't know what to say except that I have enjoyed reading. best autoketing app, Discount master app, Product discount master
ReplyDeleteWhen I need a piece of advice, I will find your posts and read them..I love putting together useful information, this particular publish has got me personally a lot more info!
ReplyDeleteautoketing.com shipping bar app Shopify free shipping bar app
ReplyDeleteplay food games
basketball online games
soccer games online
When I need a piece of advice, I will find your posts and read them..I love putting together useful information, this particular publish has got me personally a lot more info!
Hello, i think that i saw you visited my site thus i came to “return the favor”.I’m trying to find things to improve my web site!I suppose its ok to use a few of your ideas!!
ReplyDeletefriv Games
jogo io
2player games